> I´m trying to add an parameter in the validate method in a form bean to the
> request like
> request.setAttribute("id", commentID);

As the name indicates, setAttribute sets an attribute, not a parameter.
A possible solution would be to define a hidden field in your form.

-vincent.



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

Reply via email to