Hi,
I'm trying to reference the name property of a nested form element, for 
use in a link that points to a javascript function, e.g.

<input type="text" name="features[0].link.linkContent.image.uri" 
value="a value" />
<a href="javascript: 
myJsFunction('features[0].link.linkContent.image.uri')">add link</a>

<input type="text" name="features[1].link.linkContent.image.uri" 
value="b value"/>
<a href="javascript: 
myJsFunction('features[1].link.linkContent.image.uri')">add link</a>

<input type="text" name="features[2].link.linkContent.image.uri" 
value="c value"/>
<a href="javascript: 
myJsFunction('features[2].link.linkContent.image.uri')">add link</a>

i want to put the "features[n].link.linkContent.image.uri" into the 
href,  via something like <nested:formElementName property="uri"/>,
has anyone come up with an elegant way of doing this, is there something 
that I'm missing?

many thanks for any help
Simon



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to