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
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
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
3 matches
Mail list logo