Do you see an exception at the start of your app?
no
How do you configure the StrutsTilesListener?
web.xml
<listener>
<listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
</listener>
Where are Tiles definitions stored?
there are stored in tiles.xml and the xml is avilable at the classpath.
Antonio Petrelli-3 wrote:
>
> 2010/1/22 Shasha <[email protected]>:
>> 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 to load definitions.
> Do you see an exception at the start of your app?
> Where are Tiles definitions stored? How do you configure the
> StrutsTilesListener?
>
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://old.nabble.com/Struts2-%3ATiles-request-page-without-action-class-tp27266243p27272187.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]