Can you show your syntax?

Here is an example:
<%@ taglib uri="http://displaytag.sf.net"; prefix="display" %>
<display:table name="requestScope.WebServiceForm.wsUsers" id="wsUsers"
class="dataTable" >
 <display:column property="id" title="ID" class="hidden"
headerClass="hidden" media="html" />
  <display:column property="firstName"/>
  <display:column property="lastName"/>
  <display:column property="organization"/>
  <display:caption></display:caption>
</display:table>

Where wsUsers is a form bean method that takes a Vector.

Cheers,
/g 

-----Original Message-----
From: A. Lotfi [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 17, 2006 4:52 PM
To: Struts Users Mailing List
Subject: displaytag , how display from a vector of beans ?

 
  Hi,
  I put in a seesion in the action a vector of beans, in the jsp file when I
use the displaytag to display  the content of the beans, I always get this
message : Nothing found to display.
   
  could you please help,
  thank you

                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates
starting at 1ยข/min.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to