Hi.

I had a html pages, where there were links to anchors in the same file.
Like this:

<a id="anchor1" />
...
Back to <a href="anchor1">anchor 1</a>

Now I've changed the page to a .jsp page, moved it to WEB-INF and I'm using
a Struts action to call it. Consequently I have had to change the link, and
the best I have come up with so far is something like this:

Back to <html:link action="action_name" anchor="anchor1">anchor 1</html:link>

That kind of works - as long as the name of the action dosn't change. Using
the same jsp page in more than one action is not possible with this
sulution.

Can anyone come up with a better sulution, where I don't have to write the
name of the action in the .jsp page?

Best regards
Claus Nielsen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to