Struts 2.0.11 + Tiles 2.0.5

2008-01-02 Thread Marcin Pietraszek
Hello, with this configuration in pom.xml ... org.apache.struts struts2-core 2.0.11 org.apache.tiles tiles-core 2.0.5 org.apache.tiles tiles-jsp 2.0.5 org.apache.struts struts2-tiles-plugin 2.0.

Re: Struts 2.0.11 + Tiles 2.0.5

2008-01-03 Thread Marcin Pietraszek
2008/1/3, Antonio Petrelli <[EMAIL PROTECTED]>: > I think that the wrong dependency is in the struts2-tiles-plugin > because it seems to reference an old version of the "render" method. Of course this was my problem! I should use org.apache.struts struts2-tiles-plugin 2.0.11

[S2] logic:redirect substitute

2008-01-05 Thread Marcin Pietraszek
Hi, as in subject. Is there in Struts2 tag which have the same behavior as from Struts1? If no, how I can achive simillar effect with S2 tags? -- greetings! kbl/Cinek/greengoo marcin.pietraszek.pl - To unsubscribe, e-mail: [EM

logic:redirect substitute

2008-01-06 Thread Marcin Pietraszek
Hi, as in subject. Is there in Struts2 tag which have the same behavior as from Struts1? If no, how I can achive simillar effect with S2 tags? -- greetings! kbl/Cinek/greengoo marcin.pietraszek.pl - To unsubscribe, e-mail: [EMA

Re: logic:redirect substitute

2008-01-06 Thread Marcin Pietraszek
Hi, > http://struts.apache.org/2.0.11/docs/redirect-action-result.html > the struts2.x prescribed algorithm is to use a redirect-action > is there something specific in your webapp to prevent you from using > redirect-action? Maybe this could be named "specyfic".. I want to redirect to action X

Re: logic:redirect substitute

2008-01-06 Thread Marcin Pietraszek
Hi!, > I guess Im not understanding why you don't want to use > redirect-action-result? Because I want use as a first-web-page tiles page. And as far as I know I can achive this only with tiles.index so I want to redirect from index.jsp to actionName.action. How can I use redirect-acti