What about:
<a href="#" jwcid="@Any" onclick="ognl:'sendRecordViewRequest(' + components.tableRows.tableRow[0] + ')'">...</a>
?

Robert

Anthony Fox wrote:

I would like to use an ognl expression to generate arguments in an
XTile component a la :

<span jwcid="[EMAIL PROTECTED]:XTile" listener="ognl:listeners.decodeRecord"
sendName="sendRecordViewRequest" receiveName="recvRecordView"/>

<table>
...
  <span jwcid="[EMAIL PROTECTED]">
     <a href="#" onclick="sendRecordViewRequest(
ognl:components.tableRows.tableRow[0] )"><<span jwcid="@InsertText"
value="ognl:components.tableRows.tableRow[0]"/></a>
  </span>
</table>

Does anyone know how to get something like this working?

Thanks,
Anthony

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


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

Reply via email to