> -----Original Message----- > From: Sergey Livanov [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 9:03 AM > To: Struts Mailing List > Subject: parameterizing action attribute to html:form > > > Please advise me, > > I try to set html:form action= parameter. > > In my action : > request.setAttribute( "action", MyBean )
This looks right.. could copy and paste the error? It almost sounds like there is actionUri getter, but I'm not sure. > > JSP: > > <html:form action="${action.actionURI}" > > </html:form> > > OR > > <c:set var='formaction' value="${action.actionURI}" /> > <html:form action="${formaction}" > > </html:form> > > After this I've got an error > Cannot retrieve mapping for action /${formaction}' > > What's wrong? > > -- > regards > Sergey mailto:[EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]