hello,

I've used for a long time displaytag version 1.0-rc1
now I'm testing the 1.0 release and I've got this problem. This code:

  <display:table name="productList.pageList" id="row" export="false" requestURI="searchProducts.do" sort="list">
    <display:column title="Prezzo" sortable="true" class="dx bold"><fmt:formatNumber value="${row.prezzo}" pattern="#.00"/></display:column>
    <display:column property="cdmarca_m" title="Marca" sortable="true"/>
    <display:column property="cdmarcaweb" title="Marca web" sortable="true"/>
    <display:column property="cdartprod" title="Cd. artprod" sortable="true"/>
    <display:column title="Articolo" sortable="true"><c:out value="${row.dsarti}"/></display:column>
  </display:table> 

works great in rc1 but not the same in 1.0...

cells like:

<display:column property="cdmarca_m" title="Marca" sortable="true"/>

display correctly the property cdmarca_m while cells like:

    <display:column title="Prezzo" sortable="true" class="dx bold"><fmt:formatNumber value="${row.prezzo}" pattern="#.00"/></display:column>
 

or

<display:column title="Articolo" sortable="true"><c:out value="${row.dsarti}"/></display:column>

display nothing, what is wrong? what is changed?
(I'm using Tomcat 5.0.28)

please help


--
Emiliano Armellin
Get Firefox!
Get Thunderbird

<<inline: trust.gif>>

<<inline: thunderbird_small.png>>

Reply via email to