Pessoal, boa noite, tenho isso na minha display tag mas não pega o valor do id
<display:column><a href="<c:url value="/clientes/teste/${cliente.getId() }" />"><img src="<%=request.getContextPath()%>/imagens/editar.png" title="Editar"></a></display:column>
Mas não ta funcionando
tentei assim tambem e não deu certo
<display:column><a href="<c:url value="/clientes/teste/${cliente.id }" />"><img src="<%=request.getContextPath()%>/imagens/editar.png" title="Editar"></a></display:column>
o link na url sempre aparece assim:
http://localhost:8080/systembase/clientes/teste/
sem o valor do id
Alguma dica??
obrigado.