Is this kind of indirect evaluation possible in a jx-template?

<jx:set var="myProperty" value="customer.name"/>

<jx:forEach var="customer" items="${customers}">

  evaluate this...
     ${myProperty}
  as if i was writing this...
     ${customer.name}

</jx:forEach>

--
Danny


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

Reply via email to