• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

facing problem with "redirect" in Tiles

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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






reply
    Bookmark Topic Watch Topic
  • New Topic