hi. Here“s an example
 
<logic:notEmpty name="datosPersona" property="referencia">

  <td width="37">B<a href="#" onclick="eliminarIntegrante(<bean:write 
name="datosPersona"   property="referencia"/>);"><img 
src="docs/img/flecha_on.gif"></a></td>

</logic:notEmpty>

<logic:empty name="datosPersona" property="referencia">

  <td width="37">&nbsp;</td>

</logic:empty>

 
This is like 
<%
if (datosPersona.getReferencia() != null && 
!datosPersona.getReferencia().trim().equals("")){
%>
      <td..........></td>
 
<%
else{%>
 
    <td..........></td>
}%>
 
 

________________________________

De: Naveen Sharma [mailto:[EMAIL PROTECTED]
Enviado el: mar 18/04/2006 11:56
Para: user@struts.apache.org
Asunto: <logic:empty> and <logic:iterate>



Hi !

Can someone Please help me with the <logic:empty>.
I am not able to implement it



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

Reply via email to