RE: Quick Iterate Question - DefaultTableModel

2001-05-11 Thread Richard Murray

I've just tried using a DefaultTableModel and succeeded nesting the iterate
tag.  

JSP is as follows:

<%-- Generate table data by nesting the iterate tag --%>









The property 'model' is a DefaultTableModel in my ActionForm
'jobMonitorForm' with getter as follows

public DefaultTableModel getModel()
{
return model;
}

Richard.

-Original Message-
From: Assenza, Chris [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 5:56 PM
To: '[EMAIL PROTECTED]'
Subject: Quick Iterate Question - DefaultTableModel


Here's a quick one - anyone use or modify iterate to support iterations
through a DefaultTableModel. Since it's just a vector of vectors we tried
nesting iterate tags, but to no avail. Anyone already done this or do I need
to code it myself if I want it (hehe)? :)

Chris


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager at [EMAIL PROTECTED]

This footnote also confirms that this email message has been swept by
for the presence of computer viruses.

http://www.qspgroup.com
**



RE: Quick Iterate Question - DefaultTableModel

2001-05-10 Thread Nanduri, Amarnath

I think the taglibs have a tag that does something like this..

Amar..

-Original Message-
From: Assenza, Chris [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 12:56 PM
To: '[EMAIL PROTECTED]'
Subject: Quick Iterate Question - DefaultTableModel


Here's a quick one - anyone use or modify iterate to support iterations
through a DefaultTableModel. Since it's just a vector of vectors we tried
nesting iterate tags, but to no avail. Anyone already done this or do I need
to code it myself if I want it (hehe)? :)

Chris



Quick Iterate Question - DefaultTableModel

2001-05-10 Thread Assenza, Chris

Here's a quick one - anyone use or modify iterate to support iterations
through a DefaultTableModel. Since it's just a vector of vectors we tried
nesting iterate tags, but to no avail. Anyone already done this or do I need
to code it myself if I want it (hehe)? :)

Chris