Hi Ed,
what i do is redirecting to a page for the first time, or creating a
LoginPage action that is just a redirect.

Best greetings,
Paweł Wielgus.


2009/5/14 Ed <str...@etmsoft.com>:
> Im using Tiles, in my sidebar "tile" I have a link to a login action, as
> follows:
>
> <html:link action="Login">Login</html:link>
>
> and mapped in struts-config like this:
>
>        <action type="com.bookstore.actions.LoginAction"
>                path="/Login"
>                name="LoginForm"
>                validate="false"
>                scope="request">
>
> Then I have the corresponding ActionForm and Action
>
> The problem comes when I click the link, Action's execute method is invoked.
>
> In execute method I do some custom validation (if userid == "" then forward
> to error, etc)
>
> I dont want this the first time the form is diplayed, only when the user
> submits his login information.
>
> How to solve this ?
>
> Regards.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to