Re: Dynamic back button

2007-04-30 Thread Felipe Rodrigues
m? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this me

Re: Dynamic back button

2007-04-30 Thread Lance
There are a couple of tricks 1. The referring page can be found in request.getHeader("referer")... the referring page's request parameters can not be found though so this will probably not work. 2. You can implement a javax.servlet.Filter This pushes and pops pages (and their parameters) to a

Dynamic back button

2007-04-30 Thread David Harland
Hi, I have a page that can be reached from various other pages. On this page is a button that will send them back to the page they came from via the action for that page. Is there a clever way of doing this with struts 2 other than putting a hidden variable in the page to check. Thanks Dave.