Usually, I have a Map property in my bean which makes the links for that given
object. For example, my links tend to go something like...
...bean code for the "getLinkParams" getter for the property looking like...
public Map getLinkParams() {
Map m = new HashMap();
m.put("key",
Could someone please provide a simple example showing the use of
with multiple parameters?
According to the documentation: "This tag is an extension of the
tag. Please consult its documentation for information on
tag attributes and usage details."
According to one book on Struts: "To pass mul
2 matches
Mail list logo