RE: Re: String as Parameterwith html:link

2005-06-27 Thread Abdullah Jibaly
t: Re: String as Parameterwith html:link http://struts.apache.org/userGuide/struts-html.html#link You can use paramId, paramName and paramPropery to supply a single parameter w/out building a map, though that still requires the parameter value to be stored in a bean in some scope. There's

Re: String as Parameterwith html:link

2005-06-27 Thread Laurie Harper
http://struts.apache.org/userGuide/struts-html.html#link You can use paramId, paramName and paramPropery to supply a single parameter w/out building a map, though that still requires the parameter value to be stored in a bean in some scope. There's no way to supply arbitrary values directly (i

String as Parameterwith html:link

2005-06-27 Thread Franz-Josef Herpers
Hi, I have a question concerning the Struts-HTML-Tag . I want to generate a link to an action with one parameter which is a hardcoded String (not a value of a bean property which is present in a scope). And I don't want to use the url-Attribut but the action-Attribut to generate the link to t