Chaining forms in tiles.

2002-12-05 Thread ROSSEL Olivier
, 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 validation inside my own actions

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: action path=/Username type=net.lolive.action.SuccessAction name=LoginForm2