Dean Pullen ha scritto:
Yes use the JSTL core lib to check the value of the row and then not perform the column taglib function if the value is > 0.

what do you mean?
I've tried something like:

      <display:table name="${alist}" id="row">
        <display:setProperty name="basic.msg.empty_list" value="Nessun articolo selezionato"/>
        <c:if test="${row.qta > 0}">
        <display:column property="cd" title="Cd"/>
        <display:column property="ds" title="Description"/>
        <display:column title="Qta." media="html"><c:out value="${row.qta}"/></display:column>
        </c:if>
      </display:table>


but it doesn't function, the output is a table with all rows and also all columns for all properties of the object row...

thanks

--
Emiliano Armellin
Get Firefox!
Get Thunderbird

Reply via email to