My JSP file contains a link like this.

    <td>
    <html:link page="/AddUserProfile.do?method=setup">
    <bean:message  key="userMaint.addUserProfile"/>
    </html:link>
    </td>  

This link points to AddUserProfile.jsp.

When I click on the link, it gives invalid path error message.
How can I embed "?method=setup" inside a html:link?

Thnx

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

Reply via email to