Alexandre Filgueiras Costa wrote:
>   <display:table
>  name="sessionScope.reportBean.corpReportResults"
>  defaultorder="ascending"
>  requestURI="/jsp/project/report/ProjectRunReport.faces"
>  uid="parent"
>  class="searchtable"
>  pagesize="100">
>
>  <display:column property="year" title="Year" headerClass="sortable"
> sortable="true"/>
>  <display:column property="agentName" title="Issuer Name"
> headerClass="sortable" sortable="true"/>
>  <display:column property="agentISOCode" title="Country ISO Code"
> headerClass="sortable" sortable="true"/>
>  <display:column property="LTRatings" title="LT IDR"
> headerClass="sortable" sortable="true"/>
>  <c:forEach var='cl' items='${parent.dataItems}'>
>   <display:column property='${cl.dataItemValue}' title='column'
> sortable='true'/>
>  </c:forEach>
> </display:table>

I just don't think you can modify the number of columns for each row.  I'm
not really certain what you're trying to accomplish with this.


-- 
Rick Herrick
[EMAIL PROTECTED]

I haven't got time for inner peace.

"No reasonable definition of reality could be expected to permit
this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to