Check your struts-html.tld file. WSAD _should_ be using the tld to enforce
taglib format. I use WSAD 5.1 with Struts 1.1 and I don't have this problem.
The version of struts-html.tld that I have, is tlibversion 1.0, jspversion 1.1
-- it doesn't list any required attribs for html:link.
If the tld is ok, you just might have a typo somewhere that's causing an
improper parse. I've seen weird error messages come up in WSAD when I'm missing
a quote or closing slash.
Good luck,
Greg
Quoting <steve.gutter@xxxxxxxxxx>:
> I'm getting an error message in WSAD 5.1 with Struts 1.1.
> When I try to set up an html:link with the parameter action="page2",
> I receive the message (in Design mode) of
> "Exactly one of the forward, page or href attributes has to be
> specified."
> The link works fine, and its OK per the Struts doc to use the action
> attribute without forward/page/href.
> Is there some setting I need to change?
>
>
> ---------
> You may unsubscribe from this mailing list
> by sending a blank email addressed to:
> users-unsubscribe@xxxxxxxxxx
>
> --
> Find additional help by sending a blank email
> addressed to:
> users-help@xxxxxxxxxx
>
>
> ---------
> You may unsubscribe from this mailing list
> by sending a blank email addressed to:
> users-unsubscribe@xxxxxxxxxx
>
> --
> Find additional help by sending a blank email
> addressed to:
> users-help@xxxxxxxxxx
>
|