Hello,

I use the action tag in a JSP: <s:action name="references" id="references" />.

When I submit from this JSP to another action, say target.action, and
I meet addFieldError(...) in the execute() method of the target
action, if I return to the JSP to display the field error message, all
my code in the JSP doesn't have access anymore to the #references from
the action tag...

Why?
Thanks.
--
Guillaume Carré

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

Reply via email to