R.Vijayaraghavan asked:
        [snip]
> The action is set to /submit.do. Since I am only sending the 
> description in the http request, only the setDescription() 
> method should be called and it happens so. The problem is 
> when I try to access the age and name variables from the 
> ActionForm in the Action class, I get null. Why so? I am not 
> setting age and name after submitting the form, they are 
> already set. The form is in session scope, so shouldn't it be re-used.

You might want to add hidden fields in your HTML form so that the name
and age get resubmitted.  Or, if the data you want is already in session
scope, have your Action read that data from there.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to