On Wed, Apr 27, 2011 at 7:13 AM, Miguel wrote:
> 1) Why doesn't the method mapped to <s:action name="xxx"> get called
> when the form fails, ie, why is its interceptor stack picking up an
> error when it shouldn't?

It's not making a separate *browser* request, it's all internal to S2.

Another reason I really don't like the <s:action> tag--it usually
seems to cause more problems than it solves.

> 2) How does one solve this, ie, how do I call the xxx action to populate
> the rest of the page if I have a form with validation and an xxx action
> bellow (the xxx action's purpose is to populate a table that should be
> shown with the form, even when validation fail)

Personally, I think things like this are better handled through
Preparable or similar mechanism.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to