How can I take the value directly from the backing bean from within my jsp page? What I am trying to do is display an error message if the value of age is false, which is hidden if it is true. The error message is on another jsp page and included in my page with the hidden field. So I am trying to do something like the code below
Main Topics
Browse All Topics





by: MuraliKanthPosted on 2009-10-07 at 18:24:32ID: 25521773
why dont you take the value directly from the backing bean "vfpPreferenceDetailsBacki ngBean.hid denField"
iew1:viewF ragment1:p arentForm: hidden");
If you need to get the value from textbox then you need to submit the form to the same page, then your code request.getParameter("subv
would work.
-Murali*