Re: Tiles 2 setup with Struts2

2007-10-04 Thread Roberto Nunnari
Yes, tiles-default extends struts-default. Here's the content of struts-plugin.xml from the library struts2-tiles-plugin-2.0.9.jar http://struts.apache.org/dtds/struts-2.0.dtd";> class="org.apache.struts2.views.tiles.TilesResult"/> Best regards. -- R

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Emi Lu
here's the example: ... see? it's enough that your packages extend tiles-default. It works as well! That's nice! Thank you Robi. I did: === [1] deleted from struts.xml [2] updated struts.xml: from to I hope "tiles-defa

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Roberto Nunnari
Hi Emi. here's the example: ... see? it's enough that your packages extend tiles-default. Best regards. -- Robi Emi Lu wrote: Thank you very much ! It works! Following Your comments, I did: = org.apache.struts struts2-tiles-plugin ${version.tiles}

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Emi Lu
At least for now I have loaded Tiles 2 successfully without BeanUtils and Digester jars :) It's impossible, digester is needed to read XML files. I forgot the tiles jars that I downloaded few days ago :( Sorry! The full jar lists I had: commons-beanutils-1.7.0.j

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Antonio Petrelli
2007/10/3, Emi Lu <[EMAIL PROTECTED]>: > At least for now I have loaded Tiles 2 successfully without BeanUtils > and Digester jars :) It's impossible, digester is needed to read XML files. Antonio - To unsubscribe, e-mail: [EMAI

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Emi Lu
You also need to add the jars that tiles requires: copy the Tiles dependencies JARs: * Jakarta Commons BeanUtils 1.7.0 or above; * Jakarta Commons Digester 1.8 or above; * Jakarta Commons Logging (at least API) 1.1 or above http://tiles.apache.org/getting_started.html I be

Re: Tiles 2 setup with Struts2

2007-10-03 Thread Emi Lu
Thank you very much ! It works! Following Your comments, I did: = org.apache.struts struts2-tiles-plugin ${version.tiles} compile to web.xml the above looks like maven stuff.. shouldn't be in web.xml Deleted from web.xml [2] class="org.apache.struts2.views.

Re: Tiles 2 setup with Struts2

2007-10-02 Thread Roberto Nunnari
Hello Emi. see below my comments. Emi Lu wrote: Hello, I looked at this page: http://struts.apache.org/2.x/docs/tiles-plugin.html Done: = [1] Added org.apache.struts struts2-tiles-plugin ${version.tiles} compile to web.xml the above looks like maven stuff.. shou

Re: Tiles 2 setup with Struts2

2007-10-02 Thread Jason Deffenbaugh
You also need to add the jars that tiles requires: copy the Tiles dependencies JARs: * Jakarta Commons BeanUtils 1.7.0 or above; * Jakarta Commons Digester 1.8 or above; * Jakarta Commons Logging (at least API) 1.1 or above http://tiles.apache.org/getting_started.html -Jason O

Re: Tiles 2 setup with Struts2

2007-10-02 Thread Roberto Nunnari
Hello Emi. see below my comments. Emi Lu wrote: Hello, I looked at this page: http://struts.apache.org/2.x/docs/tiles-plugin.html Done: = [1] Added org.apache.struts struts2-tiles-plugin ${version.tiles} compile to web.xml the above looks like maven stuff.. shou

Tiles 2 setup with Struts2

2007-10-02 Thread Emi Lu
Hello, I looked at this page: http://struts.apache.org/2.x/docs/tiles-plugin.html Done: = [1] Added org.apache.struts struts2-tiles-plugin ${version.tiles} compile to web.xml [2] Added class="org.apache.struts2.views.tiles.TilesResult"/> to the struts.xml f