RE: Struts ActionForward to HTML anchor

2005-03-11 Thread David G. Friedman
Brian, May of us have tried to solve that same issue using anchors and found them unworkable. Using DOM and JavaScript has given the following working result (From good old[?] Dakota Jack, no less!): > --- Dakota Jack <[EMAIL PROTECTED]> wrote: Also, if you want similar things with other browse

RE: Struts ActionForward to HTML anchor

2005-03-11 Thread Scott Piker
I don't think you can do it quite in the manner that you're attempting, but you can achieve this behavior by doing the following: - in your action class, populate a request attribute when this page refresh occurs - forward back to your jsp as normal - in your jsp, check for the existence of this