I've had it with html:link. I just can't get the thing to work how I want.
I have created a String within my jsp which I want to forward to my action using html:link
eg: <% String myString = "some value" %>
<html:link page="/category.do" paramId="categoryId" paramName="myString">
some text
</html:link>doesn't work - says it can't find a bean named myString
I've tried EVERY possible thing eg:
<html:link page="/category.do" paramId="categoryId" paramName="<%=myString%>">
some text
</html:link>
doesn't work - it looks for a bean named "some value"
Help please!
thanks, Brian
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

