When the actionForm validate method returns errors,
struts direct the control to the jsp page specified in the input parameter of form 
mapping.
is it possible to direct control to the action class in case of error inside the 
actionForm validate method without making extra coding effort,
or playing with some configurations ?

I can solve this issue returning null inside form validate method in the case of 
error, binding erors to the request  (or  to the ActionForm) then check inside 
action execute method when request (actionForm) contains errors . is there any better 
way to control the flow ? 

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

Reply via email to