I was noticing an issue if I use one action for both displaying and
submission purposes:

Say MyAction.java is for displaying page and also for submission. If on
the page there is text field needing the struts validator validation,
then if failing validation, I forward to MyAction.java and comes to the
validation again, and fail again and forward to the MyAction again. This
is an infinite loop, any suggestions to overcome this and still use one
action? Or we have to use two actions(one display and one for
submission) the serve the purposes.

Thanks in advance.

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

Reply via email to