Please reply to struts-user and not directly to responders.

--- Filipe David Manana <[EMAIL PROTECTED]> wrote:
>   <s:form action="login" namespace="/">
> [...]
> The struts.xml section:
>       <action name="login" class="actions.LoginAction" method="input">
> [...]

If you submit to the "login" action won't it just run the "input" method
again, hence bypassing validation?

I don't see where you're either (a) defining the method to call on a submit,
or (b) defining a different action that doesn't default to the "input"
method.

d.



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

Reply via email to