RE: HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
Nevermind... It works... I was setting the wrong action in struts-config. Thanks, --Mike -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:07 AM To: Struts Users Mailing List Subject: Re: HTML anchor with Struts and JSP? 2002

RE: HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
AIL PROTECTED]] Sent: Thursday, December 12, 2002 10:07 AM To: Struts Users Mailing List Subject: Re: HTML anchor with Struts and JSP? 2002. december 12. 15:58 dátummal Gemes Tibor ezt írtad: > 2002. december 12. 16:13 dátummal Michael Marrotte ezt írtad: > > Are there any straightforward ways

Re: HTML anchor with Struts and JSP?

2002-12-12 Thread Gemes Tibor
2002. december 12. 15:58 dátummal Gemes Tibor ezt írtad: > 2002. december 12. 16:13 dátummal Michael Marrotte ezt írtad: > > Are there any straightforward ways to leverage Struts to do this? > > Is the anchor's name static, or dynamically generated? > Imho if dynamic you can declare a forward to yo

Re: HTML anchor with Struts and JSP?

2002-12-12 Thread Gemes Tibor
2002. december 12. 16:13 dátummal Michael Marrotte ezt írtad: > Are there any straightforward ways to leverage Struts to do this? Is the anchor's name static, or dynamically generated? Imho if dynamic you can declare a forward to your action with a # in its name, and add redirect="true" to its at

HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
Problem: Redirect or forward to an HTML anchor placed in a JSP file. Are there any straightforward ways to leverage Struts to do this? One solution that comes to mind is to set an anchor attribute in the request, write it's value with JSP, jump to it using JavaScript. But, I'd like to stay away

HTML anchor with Struts and JSP?

2002-12-11 Thread Michael Marrotte
Problem: Redirect or forward to an HTML anchor placed in a JSP file. Are there any straightforward ways to leverage Struts to do this? One solution that comes to mind is to set an anchor attribute in the request, write it's value with JSP, jump to it using JavaScript. But, I'd like to stay away