| 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
|
 |
 |
|
|
subject: problem with tiles mapping
|
|
|