From: Christopher Marsh-Bourdon [mailto:[EMAIL PROTECTED] > Normally (well under Servlets) you can pass a parameter in > the url like > this: http://www.pyplia.com/wibble.jsp#ImAnAnchor, and the > browser will take > you to the point of the Anchor. Has anyone managed to get > this to work under Struts Actions?
Sure, I just clicked on a link and the resulting URL is: https://www.example.com/mywebapp/viewProfile.do?section=10#10 I have a bunch of links that hide/show different sections of a "profile" which contains information about a person in the system. Users can choose whether or not to display each section. Works fine... There is some JavaScript involved in mine, but I don't think it's required. -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]