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

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

2010-11-22 Thread John Dondapati
Hi, I am very new to Struts 2 and really want to use it in a project at work. We have Struts 2, Spring 2.5.6 working peacefully together and I wanted to add Tiles 2.2 on to the stack to experiment with it. I have added all the dependencies in the maven and they are all available. I am following t

Struts 2 and Tiles 2.1.0

2008-11-09 Thread stanlick
on my working application. Peace, Scott -- View this message in context: http://www.nabble.com/Struts-2-and-Tiles-2.1.0-tp20409031p20409031.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

RE: Problem while Struts 2 and Tiles 2 integration.

2007-06-16 Thread LAMY Olivier
Hi, Have a look : https://issues.apache.org/struts/browse/TILES-183 HTH, -- Olivier -Message d'origine- De : Kev_dev [mailto:[EMAIL PROTECTED] Envoyé : samedi 16 juin 2007 19:57 À : user@struts.apache.org Objet : Re: Problem while Struts 2 and Tiles 2 integration. I received

Re: Problem while Struts 2 and Tiles 2 integration.

2007-06-16 Thread Kev_dev
27;t actually exist! It looks like apache forgot to put in on their site, so you won't know of your syntax issues until runtime. -- View this message in context: http://www.nabble.com/Problem-while-Struts-2-and-Tiles-2-integration.-tf3211632.html#a11156554 Sent from the Struts -

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-15 Thread Greg Reddin
On 2/15/07, Greg Reddin <[EMAIL PROTECTED]> wrote: I would suspect that your problem lies in one of two areas: 1) Your web app is not configured correctly. Sorry, I may not have been very clear about this. Your web app may likely not be configured to match the build of Tiles you are using.

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-15 Thread Greg Reddin
I would suspect that your problem lies in one of two areas: 1) Your web app is not configured correctly. 2) You're not using a build of Tiles 2 that is compatible with the version of Struts. I didn't see the exception you posted so it's hard to determine which. I'll check the archives if I ge

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Abhijeet Kahale
On 2/15/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Abhijeet Kahale <[EMAIL PROTECTED]> wrote: > > > I am using *struts2-tiles-plugin-2.0.5.jar* , * > > > > tiles-api-2.0-20070130.184344-3.jar* and * > > > > tiles-core-2.0-20070130.184344-3.jar* for the > > > integration. (but the struts > >

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Dave Newton
--- Abhijeet Kahale <[EMAIL PROTECTED]> wrote: > > > I am using *struts2-tiles-plugin-2.0.5.jar* , * > > > > tiles-api-2.0-20070130.184344-3.jar* and * > > > > tiles-core-2.0-20070130.184344-3.jar* for the > > > integration. (but the struts > > > > core jar I am using is *struts2-core-2.0.1.jar > *

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Abhijeet Kahale
Sorry, my mistake, please read " tried with struts2-core-2.0.1.jar, but it's still not working" as " tried with struts2-core-2.0.5.jar, but it's still not working" On 2/15/07, Abhijeet Kahale <[EMAIL PROTECTED]> wrote: On 2/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Abhijeet Kahale

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Abhijeet Kahale
On 2/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Abhijeet Kahale <[EMAIL PROTECTED]> wrote: > Can anyone please help? > I am waiting for a response... Oh, my bad. Thnx for the response. > I am using *struts2-tiles-plugin-2.0.5.jar* , * > > tiles-api-2.0-20070130.184344-3.jar* and * >

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Dave Newton
--- Abhijeet Kahale <[EMAIL PROTECTED]> wrote: > Can anyone please help? > I am waiting for a response... Oh, my bad. > > I am using *struts2-tiles-plugin-2.0.5.jar* , * > > tiles-api-2.0-20070130.184344-3.jar* and * > > tiles-core-2.0-20070130.184344-3.jar* for the > integration. (but the struts

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-14 Thread Abhijeet Kahale
Can anyone please help? I am waiting for a response... On 2/12/07, Abhijeet Kahale <[EMAIL PROTECTED]> wrote: Hi All, I have created a small application to get familiar with the Struts 2 and Tiles 2 integration. I am using *struts2-tiles-plugin-2.0.5.jar* , * tiles-api-2.0-20070130.18

Problem while Struts 2 and Tiles 2 integration.

2007-02-11 Thread Abhijeet Kahale
Hi All, I have created a small application to get familiar with the Struts 2 and Tiles 2 integration. I am using *struts2-tiles-plugin-2.0.5.jar* , * tiles-api-2.0-20070130.184344-3.jar* and * tiles-core-2.0-20070130.184344-3.jar* for the integration. (but the struts core jar I am using is

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

Struts 2 and tiles

2007-01-29 Thread Gonçalo Luiz
Hello, I'm developing a web application using struts2. I'm a struts1 developer and now I'm migrating myself (not a specific app) to struts2. The documentation is very good so I managed to setup struts and run a few actions. The problem I found was in what it regards to Tiles. Despite the documen