Re: html:form action attribute not set correctly

2003-01-01 Thread Eric Jain
The problem seems to be with org.apache.struts.util.RequestUtils.getActionMapping, as the following simply prints '/application' instead of '/application/search'. <%-- RequestUtils.getActionMappingURL("/search", pageContext) --%> Looking through the code of this method, I see: if (servlet

Re: html:form action attribute not set correctly

2003-01-01 Thread Eric Jain
> Can you add the struts-config.xml mapping? = struts-config.xml = http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> = web.xml = ... action /search ... Note that I use /search for displaying the initial query form as wel

RE: html:form action attribute not set correctly

2003-01-01 Thread Arik Levin ( Tikal )
Can you add the struts-config.xml mapping? -Original Message- From: Eric Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 5:47 PM To: struts-user Subject: html:form action attribute not set correctly I'm having some problems with a form not setting its action attribute