http://displaytag.sourceforge.net/11/tut_basic.html

On 7/18/06, A. Lotfi <[EMAIL PROTECTED]> wrote:
In the Acion I fill a vector with dynaForm(s)

  for(.....) {
   vecInboxMessages.addElement(dynaForm);
             ....
  }
        session.setAttribute("inboxList" , vecInboxMessages);
        saveToken(request);
        getSubheaderDetails();
        return mapping.findForward(forward);

  Please show me how to use displaytag in the jsp file, thank you your help is 
appreciated.


George Papandreou <[EMAIL PROTECTED]> wrote:
  Can you show your syntax?

Here is an example:

class="dataTable" >
headerClass="hidden" media="html" />






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]




---------------------------------
Groups are talking. We're listening. Check out the handy changes to Yahoo! 
Groups.


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

Reply via email to