Can anyone tell me how I can prepend the context path to the following example:
<html-el:button property="userAction" onclick="goLink('<%= request.getContextPath() %>/resultsAction.do?userAction=Modify Group&companyNumber=222')"><bean:message key='button.modify.assoc'/></html-el:button> The output of the above is: <input type="button" name="userAction" value="Modify Assoc" onclick="goLink('<%= request.getContextPath() %>/resultsAction.do?userAction=Modify Group&companyNumber=222')"> Your help is greatly appreciated. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]