Hi,

I am Ryan Norman.

The JSP variable userID is never evaluated. It displays the URL as 
<a href="/strutstest1/viewUser.do?UserID=<%= userID %>ADMINISTRATOR</a>

Does anybody know how to make this work. 

<html:link page="/viewUser.do?UserID=<%= userID %>">
    <%= userID %>
</html:link>

Thanks

Ryan Norman

Reply via email to