RE: Grid..........

2004-03-09 Thread Jirole, Amar
-Amar -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 3:41 AM To: Struts Users Mailing List Subject: RE: Grid.. Hang on one cotton pickin minute... snip We are developing a web application where in we are using the MVC architecture

Re: Grid..........

2004-03-01 Thread Mark Lowe
Sounds great.. On 1 Mar 2004, at 06:05, Milind P wrote: Hi All! Iam a new developer using the struts framework... We are developing a web application where in we are using the MVC architecture..Hence we are using the Jsp for the view. Now the problem is our project demands to dsiplay the

RE: Grid..........

2004-03-01 Thread Andrew Hill
2004 16:39 To: Struts Users Mailing List Subject: Re: Grid.. Sounds great.. On 1 Mar 2004, at 06:05, Milind P wrote: Hi All! Iam a new developer using the struts framework... We are developing a web application where in we are using the MVC architecture..Hence we are using

RE: Grid

2002-01-18 Thread Tom Klaasen (TeleRelay)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 januari 2002 10:21 To: [EMAIL PROTECTED] Subject: Grid Hi everybody, I'm a new struts-user and i'm wondering if it's really the product that i'm looking for : Is this product abke to

Re: RE: Grid

2002-01-18 Thread bwml
dbForms looks good...put have you tested it? or someone else? is it easy to use? regards, gaetan -- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com Téléphone/Fax :

RE: Grid

2002-01-18 Thread Martin Farrell
in hearing other peoples views on this problem Thanks Martin -Original Message- From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Sent: 18 January 2002 10:04 To: Struts Users Mailing List Subject: RE: Grid -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: RE: Grid

2002-01-18 Thread Aapo Laakkonen
dbForms looks good...put have you tested it? or someone else? is it easy to use? Yes it is very easy to use, but I don't like it, 'cause it does too much and it is not very flexible. But for prototyping it's quite good and it is pretty fast to built db frontends with it. -- Aapo Laakkonen,

Re: Grid

2002-01-18 Thread Ted Husted
You might want to take a look at the nesting tag extension. http://www.keyboardmonkey.com/struts/index.html Jeff Trent's grid tag http://husted.com/struts/resources/grid.htm And there is also Oleg's pager class in the Bean Factory

Re: RE: Grid

2002-01-18 Thread bwml
hi martin! what is struts mvc? I have one question about strust : can strust map my input field with my database? if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped directly to the database? i mean does strusts retrieve records 10 per 10

RE: RE: Grid

2002-01-18 Thread Tom Klaasen (TeleRelay)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 januari 2002 11:31 To: [EMAIL PROTECTED] Subject: Re: RE: Grid dbForms looks good...put have you tested it? not yet or someone else? is it easy to use? I was hoping you could tell me

RE: RE: Grid

2002-01-18 Thread Martin Farrell
]] Sent: 18 January 2002 11:57 To: [EMAIL PROTECTED] Subject: Re: RE: Grid hi martin! what is struts mvc? I have one question about strust : can strust map my input field with my database? if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped

Re: RE: RE: Grid

2002-01-18 Thread bwml
i have looked and i haven't really seen what struts can do with database...is it able to do mapping? can you tell me briefly what it can do... thanks a lot!! gaetan -- NetCourrier, votre bureau virtuel sur Internet : Mail,

Re: Grid

2002-01-18 Thread Ted Husted
Struts is model neutral. There are plenty tools out there for database access, Castor, J2EE, Torque, JRelational, Expresso. There's no reason for Struts to reinvent that wheel. If you need a persistance layer ('cuz you don't got none), I'd suggest starting with Expresso. http://jcorporate.com

Re: Grid

2002-01-18 Thread Pete Carapetyan
if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped directly to the database? i mean does strusts retrieve records 10 per 10 or does it retrieves ALL records (in a colletion or whatever) and then exctracts 10 objects per 10? Expresso

Re: Grid

2002-01-18 Thread Ted Husted
Ted Husted wrote: Struts provides a front controller, and a nifty JSP taglib to help you access the controller's model. And Velocity can access the Struts controller too :) http://cvs.apache.org/viewcvs/jakarta-velocity-tools/ -- Ted Husted, Husted dot Com, Fairport NY USA. -- Building

Re: Grid

2002-01-18 Thread Will Spies/Towers Perrin
) husted@apache Subject: Re: Grid .org

Re: Grid

2002-01-18 Thread Gabriel Sidler
Will Spies/Towers Perrin wrote: And Velocity can access the Struts controller too :) is this documented anywhere? Is this just in development now or is it part of their release? Yes, it is currently in development. There is no release yet. The Velocity home page has a little more info

Re: Grid = solution

2002-01-18 Thread Ted Husted
Thanks, Gaetan, I've added this to my list :) http://husted.com/struts/links.htm#taglibs [EMAIL PROTECTED] wrote: Hi everybody! To close our today's discussions and search about a good tag library to handles grid, have a look to www.kobrix.com, as someone reply me on the taglib mailing

Re: Grid / Matrix Controls Made Easy (src included)

2001-06-10 Thread Tom Miller
Jeff I'm very interested in trying your code, but only the TLD was attached. Would you please repost? Thanks Tom Miller Jeff Trent wrote: Attached, you will find a couple of new tags I wrote to extend the HTML tag library that comes with struts that will allow you to write grid-style JSP

Re: Grid Support in Struts

2001-05-31 Thread Jeff Trent
I guess you didn't look very hard. There are examples as early as yesterday in the archives. - Original Message - From: du Clos, John [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 9:19 AM Subject: Grid Support in Struts We currently have a business requirement

RE: Grid Support in Struts

2001-05-31 Thread du Clos, John
To: [EMAIL PROTECTED] Subject: Re: Grid Support in Struts I guess you didn't look very hard. There are examples as early as yesterday in the archives. - Original Message - From: du Clos, John [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 9:19 AM Subject: Grid Support

RE: Grid Support in Struts

2001-05-31 Thread Cook, Levi
Not sure I totally followed your requirement, but I think I do something similar in one of my systems. Basically, its valid to nest iterate tags like this: table logic:iterate name=someBean property=collectionOfRows id=row tr logic:iterate name=row property=collectionOfColumns id=col