Are you including the html-el tag library in the page?

robert

> -----Original Message-----
> From: Sergey Livanov [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 22, 2004 12:03 PM
> 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 )
>   
> 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]

Reply via email to