Re: nested:link with multiple parameters

2003-06-11 Thread Arron Bates
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",

nested:link with multiple parameters

2003-06-11 Thread Mike Duffy
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