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 converting

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: dependency groupIdorg.apache.tiles/groupId artifactIdtiles-jsp/artifactId version2.0.4/version

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
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: dependency groupIdorg.apache.struts/groupId artifactIdstruts2-tiles-plugin/artifactId version2.0.9

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
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 uri: http

RE: Basic setup question (tiles 2)

2008-02-11 Thread Allen, Daniel
: 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/in/lukaszlenart

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,

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: dependency groupIdorg.apache.struts/groupId artifactIdstruts2-tiles-plugin/artifactId version2.0.9/version /dependency Regards -- Lukasz