Re: How to create table in struts?

2003-03-14 Thread James CE Johnson
 Hi,
  I have a collection, from this collection I have to create table to
 show
 the results to user, is there any way to create a table with struts with
 out manually constructing the table?

Checkout the display tag library: http://sourceforge.net/projects/displaytag/


 Thanks,
 Anand



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



RE: How to create table in struts?

2003-03-14 Thread Sri Sankaran
While Struts provides a tag library, formatting of data is left to the user.  It is up 
to you to present the data in a tabular format.  

That being said, the display tag library may come of help.  You can find it at 
http://edhill.its.uiowa.edu/display-0.8/.  Some folks on this list have continued work 
on it; you can find developments at http://sourceforge.net/projects/displaytag.

Sri

-Original Message-
From: Anand M S [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2003 3:13 PM
To: Struts Users Mailing List
Subject: How to create table in struts?


Hi,
 I have a collection, from this collection I have to create table to show the results 
to user, is there any way to create a table with struts with out manually constructing 
the table?

Thanks,
Anand


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


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



RE: How to create table in struts?

2003-03-14 Thread Mark Galbreath
Do you know about the archive?

Mark

-Original Message-
From: Anand M S [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2003 3:13 PM
To: Struts Users Mailing List
Subject: How to create table in struts?


Hi,
 I have a collection, from this collection I have to create table to show
the results to user, is there any way to create a table with struts with out
manually constructing the table?

Thanks,
Anand


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



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



Re: How to create table in struts?

2003-03-14 Thread Anand M S
Thanks, Sri. It seems dispaly tag takes only list which contains objects,
actually I have list of maps, i don't think it will read from map. do uhave
any idea?

- Original Message -
From: Sri Sankaran [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Friday, March 14, 2003 3:33 PM
Subject: RE: How to create table in struts?


While Struts provides a tag library, formatting of data is left to the user.
It is up to you to present the data in a tabular format.

That being said, the display tag library may come of help.  You can find it
at http://edhill.its.uiowa.edu/display-0.8/.  Some folks on this list have
continued work on it; you can find developments at
http://sourceforge.net/projects/displaytag.

Sri

-Original Message-
From: Anand M S [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 3:13 PM
To: Struts Users Mailing List
Subject: How to create table in struts?


Hi,
 I have a collection, from this collection I have to create table to show
the results to user, is there any way to create a table with struts with out
manually constructing the table?

Thanks,
Anand


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


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



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



Re: How to create table in struts?

2003-03-14 Thread Rick Reumann
On Fri, 14 Mar 2003 16:19:29 -0500
Anand M S [EMAIL PROTECTED] wrote:

 Thanks, Sri. It seems dispaly tag takes only list which contains
 objects, actually I have list of maps, i don't think it will read from
 map. do uhave any idea?

I haven't looked to see if the display tag could use a List or maps or
not but if it can't, and you have to use Map to store the info, maybe
just make a bean to wrap around your map which will set the bean
properties from the key/values and then populate those beans into your
List. Then you could use the display tag without any problems(except a
bit more overhead).  

-- 
Rick Reumann

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



Re: How to create table in struts?

2003-03-14 Thread Mark
take a look at the tiles website, i think they have some useful things

*** REPLY SEPARATOR  ***

On 03/14/2003 at 4:19 PM Anand M S wrote:

Thanks, Sri. It seems dispaly tag takes only list which contains objects,
actually I have list of maps, i don't think it will read from map. do uhave
any idea?

- Original Message -
From: Sri Sankaran [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Friday, March 14, 2003 3:33 PM
Subject: RE: How to create table in struts?


While Struts provides a tag library, formatting of data is left to the user.
It is up to you to present the data in a tabular format.

That being said, the display tag library may come of help.  You can find it
at http://edhill.its.uiowa.edu/display-0.8/.  Some folks on this list have
continued work on it; you can find developments at
http://sourceforge.net/projects/displaytag.

Sri

-Original Message-
From: Anand M S [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 3:13 PM
To: Struts Users Mailing List
Subject: How to create table in struts?


Hi,
 I have a collection, from this collection I have to create table to show
the results to user, is there any way to create a table with struts with out
manually constructing the table?

Thanks,
Anand


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


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



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




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