Re: Struts 2 and Tiles 2.2 problem - Result type is not recognized

2010-11-22 Thread Dave Newton
Cool; glad you worked it out :) Dave On Mon, Nov 22, 2010 at 2:00 PM, John Dondapati wrote: > Dave, you are absolutely right. Once I put the s2tiles plugin, everything > works. Thanks a bunch. I owe you big time. :) > > On Mon, Nov 22, 2010 at 1:39 PM, Dave Newton > wrote: > > > Doesn't look li

Re: Struts 2 and Tiles 2.2 problem - Result type is not recognized

2010-11-22 Thread John Dondapati
Dave, you are absolutely right. Once I put the s2tiles plugin, everything works. Thanks a bunch. I owe you big time. :) On Mon, Nov 22, 2010 at 1:39 PM, Dave Newton wrote: > Doesn't look like you have the S2 Tiles plugin anywhere. > > http://struts.apache.org/2.x/docs/tiles-plugin.html > >

Re: Struts 2 and Tiles 2.2 problem - Result type is not recognized

2010-11-22 Thread Dave Newton
Doesn't look like you have the S2 Tiles plugin anywhere. http://struts.apache.org/2.x/docs/tiles-plugin.html Without it there is no way for S2 to know what a tiles result actually *means*. Once S2 knows what Tiles even is, you still need to set

Re: Struts 2 and tiles

2007-01-30 Thread Joe Germuska
That looks right to my eye. I'd suggest setting your logging config to "debug" for the category "org.apache.tiles.impl" (the class which specifically handles the definitions is BasicTilesContainer). Perhaps that will help. I have to stress once again that Tiles 2 has not been released. If you

Re: Struts 2 and tiles

2007-01-30 Thread Sai Nay Thurein Nyo
Joe Germuska germuska.com> writes: > > Have you seen http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html ? > > Struts 2 is intentionally mostly ignorant of Tiles, except for the plugin, > so something like per-package tiles defs would involve writing your own > code, perhaps a custom subclass o

Re: Struts 2 and tiles

2007-01-29 Thread Joe Germuska
The struts-tiles-plugin depends on the nightly snapshot of Tiles 2, which means that some things may get out of sync with the docs -- for instance, we've recently been working on clarifying the names of some of the JSP tags and I know for a fact some of the doc at tiles.apache.org is not in sync w

Re: Struts 2 and tiles

2007-01-29 Thread Gonçalo Luiz
Hello Joe, thank you for your reply. In fact I had already saw http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html, however I did not found any reference to an example of tiles-config.xml nor the version of the bundled Tiles (I assume from your answer that is tiles2). I'd still like to look into

Re: Struts 2 and tiles

2007-01-29 Thread Joe Germuska
Have you seen http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html ? Struts 2 is intentionally mostly ignorant of Tiles, except for the plugin, so something like per-package tiles defs would involve writing your own code, perhaps a custom subclass of the TilesResult. However, if you just want to