Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Do you want to know what the problem was. Basically it leads back to my BELOVED s:select tag lol On 8/28/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > In addition to keeping config files confined to the > specific problem at hand it's nice when you find a > solution on your own that you follow up

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Dave Newton
In addition to keeping config files confined to the specific problem at hand it's nice when you find a solution on your own that you follow up stating what the problem was. d. --- Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > Hey guys I think I have figured it out nevermind lol > > On 8/28/07,

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Hey guys I think I have figured it out nevermind lol On 8/28/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Roberto thanks...that doesn't help something else is really wrong here. I > wish I could maybe post a picture here or something I could take a screen > shot I am not sure if I am allow

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Roberto thanks...that doesn't help something else is really wrong here. I wish I could maybe post a picture here or something I could take a screen shot I am not sure if I am allowed to attach things in this email list but here's my tiles.xml http://tiles.apache.org/dtds/tiles-config_2_0.dtd";>

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Roberto Nunnari
Hi Pavel here's what I have in my web.xml the order of the filter-mapping is important! contextCleanup org.apache.struts2.dispatcher.ActionContextCleanUp struts2 org.apache.struts2.dispatcher.FilterDispatcher cont

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Dave Newton
I would suspect that something is wrong in either your tile definition or that you have a recursive definition somewhere (are you returning the tile result from an Ajax call? If so, your tile might be defined "one level too high" in that it includes all the layout, etc) d. --- Pavel Sapozhnikov <

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Hey Roberto I put this in my web.xml but that doesn't seem to fix things: tilesCleanup org.apache.struts2.dispatcher.ActionContextCleanUp 1 On 8/28/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Robert could you tell me how to use that..how to put it in web.xm

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Robert could you tell me how to use that..how to put it in web.xml On 8/28/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote: > > Hi Pavel. > > Do you use the contextCleanup in your web.xml? > org.apache.struts2.dispatcher.ActionContextCleanUp > > I had very strange behaviours until I added the contex

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Roberto Nunnari
Hi Pavel. Do you use the contextCleanup in your web.xml? org.apache.struts2.dispatcher.ActionContextCleanUp I had very strange behaviours until I added the contextCleanup filter. Hope that helps. Pavel Sapozhnikov wrote: Hey guys I am not sure if uh if this is tiles problem or what not but h