RE: struts2 and tiles

2011-05-09 Thread Martin Gainty
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 10 May 2011 10:22:29 +1000 > Subject: Re: struts2 and tiles > From: bertran...@gmail.com > To: em...@encs.concordia.ca > CC: user@struts.apache.org > > Hi E

Re: struts2 and tiles

2011-05-09 Thread Bertrand
Hi Emi, Thank you for that, the error comes from the struts2-portlet-plugin interaction with tiles2, so I gave it a quick try in case tiles 2.0.7 behaved differently, but I still get the same error, even if it comes from the BasicTilesContainer rather than Jsr168Dispatcher : 0034 BasicTilesC

Re: struts2 and tiles

2011-05-09 Thread Emi Lu
Hello, If I remember struts2.2.1 cannot only be with tiles2.0.7. Please try tiles*-2.0.7.jar I had the same problem when using struts2.2.x + tiles2.2 Regards, Emi Thank you for your answer. I would like to know if tiles work with struts2 in a portlet environment. This has been done co

Re: struts2 and tiles

2011-05-09 Thread arin_12
It will be nice if you can send/attach the sample... -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-and-tiles-tp4378407p4381427.html Sent from the Struts - User mailing list archive at Nabble.com

Re: struts2 and tiles

2011-05-08 Thread Bertrand
have any examples. > > > > > > > > I have worked on inherited tiles fashion in 1.2 a long time back. It > > used > > > > to > > > > work very smoothly :) > > > > > >

Re: struts2 and tiles

2011-05-08 Thread Chris Pratt
les. > > > > > > I have worked on inherited tiles fashion in 1.2 a long time back. It > used > > > to > > > work very smoothly :) > > > > > > If any one has some tiles example please share your knowledge. > > > > >

Re: struts2 and tiles

2011-05-08 Thread Bertrand
gt; > we have any examples. > > > > I have worked on inherited tiles fashion in 1.2 a long time back. It used > > to > > work very smoothly :) > > > > If any one has some tiles example please share your knowledge. > > > > -- > > View this message in

Re: struts2 and tiles

2011-05-08 Thread Chris Pratt
re your knowledge. > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/struts2-and-tiles-tp4378407p4379610.html > Sent from the Struts - User mailing list archive at Nabble.com. > > - &g

RE: struts2 and tiles

2011-05-08 Thread arin_12
: http://struts.1045723.n5.nabble.com/struts2-and-tiles-tp4378407p4379610.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

RE: struts2 and tiles

2011-05-07 Thread Jason Pyeron
> -Original Message- > From: Bertrand > Sent: Saturday, May 07, 2011 9:48 > To: Struts Users Mailing List > Subject: struts2 and tiles > > Thank you for your answer. I would like to know if tiles > work with struts2 in a portlet environment. > This has bee

struts2 and tiles

2011-05-07 Thread Bertrand
Thank you for your answer. I would like to know if tiles work with struts2 in a portlet environment. This has been done countless times with struts 1.x versions, and as you point out (with irony I suppose), there are documentations on it. The thing is I can't seem to get it to work with struts2

Re: struts2 and tiles

2009-01-31 Thread Tom Pop
can't use OGNL and struts2 tag. Thanks for example, I didn't find this in documentation. Tom Původní zpráva Od: Jeromy Evans Předmět: Re: struts2 and tiles Datum: 31.1.2009 12:04:44 On 31/01/2009, at 6:23 AM, Tom Pop

Re: struts2 and tiles

2009-01-31 Thread Jeromy Evans
On 31/01/2009, at 6:23 AM, Tom Pop wrote: Hello, please, can you show me on this example how to convert tiles from struts1 to struts2? This example defines localized page title attribute passed to template in struts1: type="org.apache.struts.util.MessageResources"/> scope="session" />

struts2 and tiles

2009-01-30 Thread Tom Pop
Hello, please, can you show me on this example how to convert tiles from struts1 to struts2? This example defines localized page title attribute passed to template in struts1: <% String docTitle = messages.getMessage(locale, "page.title"); %> Thank you. Tom

Re: Struts2 and tiles NullpointerExxception

2008-05-02 Thread Yayo
oks, thanks, I've moved completelly to tiles 2 and now the whole app works, thank you d^g^b On Fri, May 2, 2008 at 9:14 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/5/1 Yayo <[EMAIL PROTECTED]>: > > I simply can't find anything wrong in my config > > In fact me neither :-) > Anyway, can

Re: Struts2 and tiles NullpointerExxception

2008-05-02 Thread Antonio Petrelli
2008/5/1 Yayo <[EMAIL PROTECTED]>: > I simply can't find anything wrong in my config In fact me neither :-) Anyway, can you try updating to Tiles 2.0.5? http://tiles.apache.org/download.html Antonio - To unsubscribe, e-mail: [EM

Struts2 and tiles NullpointerExxception

2008-05-01 Thread Yayo
I simply can't find anything wrong in my config, I've got a simple app with a login action returning "success" this is my Struts.xml file: working.page and this is my tiles.xml:

Re: Struts2 and Tiles, still not clear for me :(

2007-04-06 Thread Pedro-1
Many thanks Dave Newton-4, I understand better how it works with the different configuration files :) -- View this message in context: http://www.nabble.com/Struts2-and-Tiles%2C-still-not-clear-for-me-%3A%28-tf3535994.html#a9871359 Sent from the Struts - User mailing list archive at

Re: Struts2 and Tiles, still not clear for me :(

2007-04-06 Thread Dave Newton
--- Pedro-1 <[EMAIL PROTECTED]> wrote: > Could some one give me a pointer to a simple example > showing all the configuration files, and where to put > them? -- web.xml fragment definitions-config /WEB-INF/tiles.xml, /WEB-INF/classes/com/foo/bar/bar-tiles.xml, /WEB-INF/classes/

Struts2 and Tiles, still not clear for me :(

2007-04-06 Thread Pedro-1
a servlet I am lost :( Could some one give me a pointer to a simple example (without other things like freemaker) showing all the configuration files, and where to put them? Thanks in advance for your help -- View this message in context: http://www.nabble.com/Struts2-and-Tiles%2C-still-not