Hello All,
     I am currently using Webwork2 MVC framework and I
can't get the following table to display

.
.
.
<ww:set name="yoyo" value="allUsers" scope="request"/>
.
.
.
<!-- This works fine -->
<c:forEach var="user" items="${yoyo}">
  <c:out value="${user.firstName}"/><br>
</c:forEach>

<!-- This I get No items found! -->
    <display:table name="${yoyo}" cellspacing="0"
cellpadding="0" requestURI="" defaultsort="1"
pagesize="25" styleClass="list userList"
export="true">
        <display:column property="firstName"/>
        <display:column property="lastName" />
    </display:table>

What am I doing wrong?  Is there something missing?  I
am using Tomcat 5.0.28, JDK 1.4.2_08, on Windows 2000
Workstation.


Thanks

Doug Pham



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to