Hi Group, Can anyone tell me how long is the value of Action Property held on the ValueStack. I am asking this b'coz I am facing a problem:
Background: My action has 4 members (and getter,setter for them). One of them is a POJO with many properties. So my JSP has different fields for supplying values to these properties (none of them is mandatory). Finally, I am printing the values of these properties when I submit the form to Action. *Actual Problem*: At the time of re-submitting the form with different set of propeties, the older property-values are still present. They show up in the sysouts. I have also made sure to declare the members of the Action class using new operator and no-argument constructor, but that too didn't help for this POJO. Kindly help me out with this. <!-- Gentle Reminder: Still waiting for somebody to look at my previous post. -->