name/property will append the map values to the URL such as page.jsp?param1=someValue¶m2=someOtherValue
try using paramName and paramProperty if that is what you mean http://jakarta.apache.org/struts/userGuide/struts-html.html#link -----Original Message----- From: Brian Buckley [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:28 AM To: Struts Users Subject: html:link and array All I want is a single html link created from a single element of the array (in my example the third element). I am thinking that I do have the correct html:link attributes for "name" and/or "property" but I am not sure. Did you really mean to say name="foos" property="params.2"? I tried it and it did not work either. Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

