I have a nested text field. It's name is : destiny[0].airShip.name
I need to use a javascript function to get this value. But document.forms[0].destiny[0].airShip.name will not work, which seems logical since those are not objects but a string generated by struts. Is there a way to access those properties?
thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]