RE: Chaining forms in tiles.

2002-12-05 Thread ROSSEL Olivier
> I have a tile, with the login form at the upper right part of > the tile. > My login form is made of 2 JSP: username.jsp and password.jsp. > > My tile is managed by Main.jsp. > > My mappings are: > type="net.lolive.action.SuccessAction" > name="LoginForm2" > scope="s

Chaining forms in tiles.

2002-12-05 Thread ROSSEL Olivier
have liked it to be Main.jsp, with Password.jsp in the upper right corner. It seems that Struts validation and tiles simply cannot co-exist pacifically. Or I missed something. Any help (or example ) is welcome. PS: i already made the "chaining forms in tiles" work, i was making the vali