aspose file tools
The moose likes Struts and the fly likes Struts2 :Tiles request page without action class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts2 :Tiles request page without action class" Watch "Struts2 :Tiles request page without action class" New topic
Author

Struts2 :Tiles request page without action class

sarada bokka
Ranch Hand

Joined: Jan 13, 2010
Posts: 80
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


org.apache.tiles.definition.NoSuchDefinitionException: SUCCESS

tiles.xml


struts.xml



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Struts2 :Tiles request page without action class
 
Similar Threads
how to fire struts2 action from tiles2 definition
Struts2 CannotRenderException
Facing an issue trying to use Struts 2.0.14 with Tiles 2.0.
There is no Action mapped for namespace / and action name welcomeLink. - [unknown location]
not able to display data using tiles2 in struts2 application