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 <sarada.i...@yahoo.com>:
>> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to