RE: Actions and Anchors

2004-06-22 Thread Frank Zammetti
" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Actions and Anchors Date: Tue, 22 Jun 2004 22:19:40 +0100 Evening All I have a sticky problem, and it goes something like this: I have a JSP which will be returned by an Action. On this JSP page there are a

RE: Actions and Anchors

2004-06-22 Thread Wendy Smoak
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 unde

Actions and Anchors

2004-06-22 Thread Christopher Marsh-Bourdon
Evening All I have a sticky problem, and it goes something like this: I have a JSP which will be returned by an Action. On this JSP page there are a fair few Anchors like: I¹m an Anchor. Normally (well under Servlets) you can pass a parameter in the url like this: http://www.pyplia.com/wibble.js