I'm trying to write out the text of a string instead of creating a
form text object where the property dynamically gets the name of the
field. I tried the following but there is no bean write el
equivilent:
<!-- this works-->
<html-el:text name="myBean"
property="myNestedBean.${displayData.methodName}"
size="${displayData.NLength}"/>
<!-- this doesnt work-->
<bean:write name="myBean"
property="myNestedBean.${displayData.methodName}"/>
Is there tag lib out there that can do this or a different way to do this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]