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

Reply via email to