This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes facing problem with 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 "facing problem with "redirect" in Tiles" Watch "facing problem with "redirect" in Tiles" New topic
Author

facing problem with "redirect" in Tiles

Abhishek Reddy
Ranch Hand

Joined: Mar 28, 2006
Posts: 259
Iam using struts 1.2.9 in my application

Iam facing problem with Redirect in Tiles.....

I have designed a layout with 3 parts Header, Body and Footer

Header part contains links say link1,link2,link3 and upon clicking links, respective page has to be displayed in the "Body Part"

When a link is clicked, iam forwarding the request to jsp page (<action path="/link.do" forward="/page1.jsp"/>)

In the page1.jsp, iam simply redirecting to someother page......

This is what happening, when iam clicking the link in the header part....

The problem is iam unable to see the result of link1 in the body part

need help regarding....is there any other way of doing this in tiles







Abhishek
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: facing problem with "redirect" in Tiles
 
Similar Threads
browser back button problem.
Tiles: how to refresh just one tile?
How can i call an action method from a sub-view
Needed a logic?
Tiles Question - howto solve variety body ?