Hi,
I have a dropdown in my JSP page along with a hidden variable . I select something from the dropdown and Submit the form. In my Action Class, when I try to access the hidden variable value as below : ClientReportingForm myForm = (ClientReportingForm) form; strSubAction = myForm.getSubAction(); But this strSubAction is always null. Why is my ActioForm not getting populated when I submit the page. Please HELP !! TIA, Priya