Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Shasha
Thank you both After incorporating both your comments it's working fine. :clap: DustFrog wrote: > > What about this line: > > > > Noticing that there is not a "/" in front of pages, but in your other > references, there is. Is this a typo or is this the way that you actually > have it in yo

Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Antonio Petrelli
2010/1/22 Shasha : >  How do you configure the StrutsTilesListener? > web.xml > > > > org.apache.struts2.tiles.StrutsTilesListener > No context parameter? This means that it tries to load /WEB-INF/tiles.xml by default. > Where are Tiles definitions stored? > there are stored in tiles.xml and th

Re: Struts2 :Tiles request page without action class

2010-01-22 Thread DustFrog
What about this line: Noticing that there is not a "/" in front of pages, but in your other references, there is. Is this a typo or is this the way that you actually have it in your project? Could this be causing your problem? -- View this message in context: http://old.nabble.com/Struts2-%

Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Shasha
Do you see an exception at the start of your app? no How do you configure the StrutsTilesListener? web.xml org.apache.struts2.tiles.StrutsTilesListener Where are Tiles definitions stored? there are stored in tiles.xml and the xml is avilable at the classpath. Antonio Petrell

Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Antonio Petrelli
2010/1/22 Shasha : > I am trying to show welcome page using tiles so i am calling to call an > action where the action doesn't exists (since this a feature in struts2) it > thrown an error > > org.apache.tiles.definition.NoSuchDefinitionException: SUCCESS Usually this happens when your app failed

Struts2 :Tiles request page without action class

2010-01-21 Thread Shasha
Hi All, I am trying to show welcome page using tiles so i am calling to call an action where the action doesn't exists (since this a feature in struts2) it thrown an error org.apache.tiles.definition.NoSuchDefinitionException: SUCCESS can any let me know what must be the error. web.xml