Hello
Iam new to struts tag libraries. I want to generate an anchor to define a hyperlink destination inside the same document. my code is like this:
<html:link anchor="abc" >
This is to test anchors
</html:link>
...Some other tags here
<html:link linkName = "abc" >
Anchor
</html:link>
The error Iam getting is "Cannot create rewrite URL: java.net.MalformedURLException: You must specify exactly one of "forward", "href", or "page"'
Can anybody tell me how to solve this? Thanks