Hi Guys,
I have an action form with a get method (i.e. getValue(String)) which takes
a string value, its working fine when i render the data in a text field.
E.g.
<c:set var="uniqueKey">
<c:out value="${CustomerTO.id}"/>-<c:out value="${CustomerTO.orderNo}"/>
</c:set>
<html-el:text name="myForm" property="value(${uniqueKey})"/>
Now i want to render the data as a label on screen i've tried using the
<C:out/> tag lib but i cant get it to work
e.g.
<c:out value="${myForm.value(${uniqueKey})}"/>
and <c:out value="${myForm.value(uniqueKey)}"/>
Any ideas how i might do this?
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]