Re: Dynamic back button

2007-04-30 Thread Felipe Rodrigues
Send the url to get back as a parameter. So you can just use EL in your link or javascript. Regards, Felipe David Harland wrote: > > 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 > a

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