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