This should work it your array is in either your session or request scope. If you set it as part of your FormBean then I "think" that you need to you the full path to the form bean. I.E. <formBeanName>.map.tokens[i].

I am still new to struts so I could be way off :)

Nathan Maves
Sun Microsystems


On Feb 11, 2004, at 6:54 AM, [EMAIL PROTECTED] wrote:


Hello everyone.. I have a problem and I would like to know if anyone knows
an answer to this problem ..


I have a string array (String[] tokens) with some values and I want to use
one of those values as a value for a paramater of a link I'm using...


Here is what I tried to do:

<html:link forward="somewhere" paramId="noteId"
paramName="tokens[1]">somewhere</html:link>

Thanks in advance for any advice!

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



---------------------------------------------------------------------
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]

Reply via email to