• 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

Struts, forward and url

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am new to struts and I have really enjoyed using this framework but I find the way URLs are left out of sync when you use the forward option of redirecting a user a bit frustrating especially when using forms.

Is there anyway to use the forward option of redirecting the user and to keep the url updated as does the action method of redirecting a user?

I have been reading the O�Reilly Jakarta Struts book and it talks about overriding the RequestProcessor class. Maybe something like this could be done to keep the URL�s up to date.

Thank you
david
 
reply
    Bookmark Topic Watch Topic
  • New Topic