It's not a secret anymore!
The moose likes Struts and the fly likes problem with tiles mapping Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "problem with tiles mapping" Watch "problem with tiles mapping" New topic
Author

problem with tiles mapping

abheeshek reddy
Ranch Hand

Joined: Nov 28, 2008
Posts: 39
Hi all,

I am developing a sample forum application using struts.

In my app i am populating the left pane values from database.


The problem is when i am inserting the below highlighted code. The result is not as expected.
home page is displaying only header , footer and welcome.jsp it is just ignoring LeftPane defination in tiles-defs.xml
My control is not reaching to TopicListAction class. Please help me out


<logic:redirect forward="getActions"/>


My Tiles Home page.



My tiles-def.xml



The problem is when i am inserting the below highlighted code. The result is not as expected.
home page is displaying only header , footer and welcome.jsp it is just ignoring LeftPane defination in tiles-defs.xml
My control is not reaching to TopicListAction class. Please help me out


<logic:redirect forward="getActions"/>


my LeftPane.jsp



my struts-config.xml action mappings






 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem with tiles mapping
 
Similar Threads
problem in tiles application
Interesting tiles/struts making a menu question
Struts with Tiles--- simple program but not working
Tiles in struts?
Tiles winding me up.