Re: Basic setup question (tiles 2)

2008-02-12 Thread Lukasz Lenart
Thanks for clarification! Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Basic setup question (tiles 2)

2008-02-12 Thread Antonio Petrelli
2008/2/12, Lukasz Lenart <[EMAIL PROTECTED]>: > > when you using Struts 2.0.9 -> tiles version is 2.0.4. I think the pom > for struts-tiles-plugin should contain such dependency, it looks like > a bug (or maybe I'm wrong)? It *was* a bug and it is fixed in Struts 2.1.x Antonio

Re: Basic setup question (tiles 2)

2008-02-12 Thread Lukasz Lenart
Hi, I've probably found the problem, struts-tiles-plugin doesn't depend on tiles-jsp. You have to manually added it your pom.xml, like below: org.apache.tiles tiles-jsp 2.0.4 when you using Struts 2.0.9 -> tiles version is 2.0.4. I think the

Re: Basic setup question (tiles 2)

2008-02-12 Thread Antonio Petrelli
Tiles 2 has got a new home: http://tiles.apache.org/ Please post Tiles 2 related questions to the Tiles Users mailing list: http://tiles.apache.org/mail.html Antonio 2008/2/11, Allen, Daniel <[EMAIL PROTECTED]>: > > Hi. > > I'm completely new at Struts and Tiles, but was given the task of > conve

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
ROTECTED] Sent: Monday, February 11, 2008 4:28 PM To: Struts Users Mailing List Subject: Re: Basic setup question (tiles 2) Did you follow docs configuration as in http://struts.apache.org/2.x/docs/tiles-plugin.html ? Regards -- Lukasz http://www.linkedin.com/

Re: Basic setup question (tiles 2)

2008-02-11 Thread Lukasz Lenart
Did you follow docs configuration as in http://struts.apache.org/2.x/docs/tiles-plugin.html ? Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
Users Mailing List Subject: RE: Basic setup question (tiles 2) I replaced the dependency I had before with the dependency you gave, but Maven's generated /lib directory still does not contain tiles-jsp.jar, and the error message has not changed: javax.servlet.ServletException: The absolute

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
ent: Monday, February 11, 2008 2:41 PM To: Struts Users Mailing List Subject: Re: Basic setup question (tiles 2) It is better to add dependency for Tiles plugin, it will download all needed jars for you: org.apache.struts struts2-tiles-plugin

Re: Basic setup question (tiles 2)

2008-02-11 Thread Lukasz Lenart
It is better to add dependency for Tiles plugin, it will download all needed jars for you: org.apache.struts struts2-tiles-plugin 2.0.9 Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart --