Re: Login page first time display

2009-05-14 Thread Paweł Wielgus
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 : > Im using Tiles, in my sidebar "tile" I have a link to a login action, as > follows: > > Login > > and mapped in struts-config like

Login page first time display

2009-05-14 Thread Ed
Im using Tiles, in my sidebar "tile" I have a link to a login action, as follows: Login and mapped in struts-config like this: 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 s