hi, perhaps it is this: (look at: http://jakarta.apache.org/struts/userGuide/struts-bean.html#define )
type: Specifies the fully qualified class name of the value to be exposed as the id attribute. [ java.lang.String (if you specify a value attribute) or java.lang.Object otherwise. ] [RT Expr] greetings -----Original Message----- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 2:41 PM To: Struts Users Mailing List Subject: Re: simple question It should work (I use it !) Did you include the taglib directive for struts-bean ? Nico. How can i have a dynamic value in the action ? The following is not working . <bean:define id="url" value="/setUp.do?action=all" type="String"/> <html:form action="<%=url%>"> Thanks ! --------------------------------------------------------------------- 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]

