Hi,
   Checking if I understand the form flow right.

    1. Tag handlers populate values in my JSP.
    2. User hits "submit" button.
    3. Reset is called.
    4. Selected values go right back to the same form if the getters and
setters are right.
    5. Validate is called if validate=true
    4. Action is called.

    Now if I print the values by accessing the getters in the form ( in my
action ), it should print. 

Why would I get nulls for all values ? What could be wrong ? Appreciate any
pointers.
Thanks,
Mohan
    

   

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to