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
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
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-%
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
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
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
6 matches
Mail list logo