Re: Integrating Tiles 2 by using Struts 2 Annotations

2010-04-26 Thread Nils P.
es of the pages seem to be different now ... -- View this message in context: http://old.nabble.com/Integrating-Tiles-2-by-using-Struts-2-Annotations-tp28364409p28364788.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Integrating Tiles 2 by using Struts 2 Annotations

2010-04-26 Thread Peter N
t;bLogin", type = "tiles"), @Result(name = "success", location = "main", type = "tiles") }) ... See how you go. Pete

Integrating Tiles 2 by using Struts 2 Annotations

2010-04-26 Thread Nils P.
Integrating Tiles 2 by using Struts 2 Annotations Hi Everybody, I'm using Spring 3 and Struts 2.1.8 (with the convention plugin) in my project and have tried to embed jsp's related to either of them by using tiles 2.2.1. With Spring it works out great, but not with Struts. I