Hi !
Im using the displaytag and i had some problems with _javascript_.
For exemple,
<display:table requestURIcontext="false"
id="row" name="
sessionScope.lista" pagesize="3" class=
"texto1" bgcolor="#80B0D8" width=
"99%">
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" property="nome" width=
"24%"/>
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" property="endereco" width=
"19%"/>
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" property="telefone" width=
"21%"/>
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" property="cidade" width=
"21%"/>
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" href="_javascript_:alterarCliente('${row.id}
')"><img src=
"../img/bt_interno_alterar.gif" width="18" height
="18" border="0"></
display:column>
<display:column class="unnamed1"
bgcolor="#CDE6EB" align=
"center" href="_javascript_:excluirCliente('${row.id}
')"><img src=
"../img/bt_interno_excluir.gif" width="18" height
="18" border="0"></
display:column>
</display:table>
--
Flavio Trezena
Analista de Sistemas Trainee
---------------------
residencia: 27142361
celular: 96989809
My problem is pass the ID of record (row.id) for _javascript_ function. The code above, dont works....
Im using Struts...
I appreciate the help!!
Thanks for all!
--
Flavio Trezena
Analista de Sistemas Trainee
---------------------
residencia: 27142361
celular: 96989809