Try

<c_rt:choose>
 <c_rt:when test="${!empty
<%=currentRow_system_attributes_vw.get("reference")%>}">
 <td><%= currentRow_system_attributes_vw.get("val")%>&nbsp;</td>
 </c_rt:when>
 <c_rt:otherwise>
  <td><db:textField size="60" fieldName="val"/></td>
 </c_rt:otherwise>
</c_rt:choose>

> -----Original Message-----
> From: Joseph Prosser [SMTP:[EMAIL PROTECTED]]
> Sent: 29 October 2002 02:48
> To:   dbforms-interest mailing list
> Subject:      [dbforms] dbforms and jstl quick question
> 
> Hey Folks,
> Does anyone have an idea on how to change the display
> characteristics based on a field value of the current
> record?
> 
> Thanks,
> -Joe
> 
> This renders both cells...
> 
> <c:choose>
>  <c:when
> test="${<%currentRow_system_attributes_vw.get("reference")%>!=
> null}">
>  <td><%= currentRow_system_attributes_vw.get("val")
> %>&nbsp;</td>
>  </c:when>
>  <c:otherwise>
>   <td><db:textField size="60" fieldName="val"/></td>
>  </c:otherwise>
> </c:choose>
> 
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to