I generally pass the bean values as arguments to my javascript functions. This should work for any attribute that accepts value bindings.
For example,
<t:dataTable
rowOnClick="colorizeRow('#{page.uiDataClientId}',
'#{page.selectedRowInputClientId}', this.id, '#{rowIndex}');"
On 4/4/07, Strittmatter, Stephan <[EMAIL PROTECTED]> wrote:
Hi, is there somewhere an utility-script in JavaScript to retrive an value of an given managed JSF-bean? Thanks for any hint, Stephan

