I have a page that posts to itself. The associated bean picks up the submit
event and handles any behavior necessary for the page. I now need to be able
to send the user back to a particular spot in the page after the post. I've
added anchors to the page and I suppose I could tack the anchor attribute
onto the URL when I do the post or possibly do a redirect from the bean but
it seems like there must be a cleaner way to handle this. Any tips would be
appreciated.

Thanks,
        Rick

Rick MacConnell
Senior Software Engineer
CarrierPoint, Inc.
[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to