shouldn't the logic:empty/notEmpty tag be inside the td? You are
writing the same twice: <td width="37">...</td>...
regards
leon

On 4/18/06, Moreno Herranz, Jose Luis <[EMAIL PROTECTED]> wrote:
> 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]
>
>

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

Reply via email to