Re: RowSetDynaClass weird problem

2005-08-29 Thread C.F. Scheidecker Antunes
Never mind. It was fixed by using low caps property names for the bean. Thanks. C.F. Scheidecker Antunes wrote: Hello all, I've done it before, in one project it works perfectly in the other it doesn't so I was hoping I could get some help from you. This new project tries to create a Radiobu

RE: RowSetDynaClass

2004-06-15 Thread DGraham
ts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject RE: RowSetDynaClass Hey Chris, Thanks a lot for the detailed information. I have just one more issue, I have used the RowSetDynaClass (be

RE: RowSetDynaClass

2004-06-15 Thread CRANFORD, CHRIS
] Sent: Tuesday, June 15, 2004 8:34 AM To: Struts Users Mailing List Subject: RE: RowSetDynaClass I'm curious. When I proposed the use of RowSetDynaClass yesterday, you replied that it wasn't fast enough. What changed? Dennis "CRANFORD, CHRIS" <[EMAIL PROTECTED]&

RE: RowSetDynaClass

2004-06-15 Thread DGraham
OTECTED]> To 'Struts Users Mailing List' <[EMAIL PROTECTED]> cc Subject RE: RowSetDynaClass Found the answer ;-) ... Avoid the tags all together and stick with the standard struts tags.  The following worked: indexId="rowid">   - property=&qu

RE: RowSetDynaClass

2004-06-15 Thread Kris Schneider
ntains a > field called item_number. I access it like as follows: > > > > > Your item number wasn't provided. > > > > > > > Does this make sense? > Chris > > -Original Message----- > From: Rajat Pandit, Gurgaon [

RE: RowSetDynaClass

2004-06-15 Thread CRANFORD, CHRIS
Original Message- From: Rajat Pandit, Gurgaon [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 4:21 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Hey chris, This seems like a perfectly logical way to do it, but the problem that I came across for a generic quer

RE: RowSetDynaClass

2004-06-15 Thread Rajat Pandit, Gurgaon
(property) from the bean. Any clue? rajat -Original Message- From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:56 PM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass I don't use the display tags so couldn't tell you. I simply d

RE: RowSetDynaClass

2004-06-15 Thread CRANFORD, CHRIS
as the DB supports a JDBC connection. HTH, Chris -Original Message- From: Rajat Pandit, Gurgaon [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 2:52 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass just one more passing thought, I was wondering if there was

RE: RowSetDynaClass

2004-06-15 Thread CRANFORD, CHRIS
Your item number wasn't provided. Does this make sense? Chris -Original Message- From: Rajat Pandit, Gurgaon [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 2:49 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Hey Chris,

RE: RowSetDynaClass

2004-06-14 Thread Rajat Pandit, Gurgaon
: Tuesday, June 15, 2004 11:44 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass My PagedTableBean constructor looks like the following: public PagedTableBean(Connection conn, String sql, long pageNumber,

RE: RowSetDynaClass

2004-06-14 Thread Rajat Pandit, Gurgaon
EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 11:46 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass The PagedTableAction class I'm using don't do any client-side or JVM caching because the data could change relatively quickly depending on the nature of our business.

Re: RowSetDynaClass

2004-06-14 Thread Navjot Singh
caching stuff etc. Any pointers? Rajat (OT (only for navjot) ps: any clue where amit malhotra is these days?) -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 11:38 AM To: Struts Users Mailing List Subject: Re: RowSetDynaClass if that was really a

RE: RowSetDynaClass

2004-06-14 Thread CRANFORD, CHRIS
: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Hey navjot, Thanks for the inputs(any pointers to the documentations (URL) would again be of great help) I have been pretty happy using the display tag, for small record sets (about 12000 or so) but I needed something more in case I ne

RE: RowSetDynaClass

2004-06-14 Thread CRANFORD, CHRIS
[<<] 100-150 of 7532 records [>>] Let me know if you have any questions! Chris -Original Message- From: Rajat Pandit, Gurgaon [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 1:54 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Hey Chris,

RE: RowSetDynaClass

2004-06-14 Thread Rajat Pandit, Gurgaon
. Any pointers? Rajat (OT (only for navjot) ps: any clue where amit malhotra is these days?) -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 11:38 AM To: Struts Users Mailing List Subject: Re: RowSetDynaClass if that was really a problem for

Re: RowSetDynaClass

2004-06-14 Thread Navjot Singh
period of time. I would really appreciate your time and effort. Thanks in adv. rajat -Original Message- From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 11:17 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Found the answer ;-) ...

RE: RowSetDynaClass

2004-06-14 Thread Rajat Pandit, Gurgaon
effort. Thanks in adv. rajat -Original Message- From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 11:17 AM To: 'Struts Users Mailing List' Subject: RE: RowSetDynaClass Found the answer ;-) ... Avoid the tags all together and stick with the standard s

RE: RowSetDynaClass

2004-06-14 Thread CRANFORD, CHRIS
Found the answer ;-) ... Avoid the tags all together and stick with the standard struts tags. The following worked: - Now have a fast, efficient paging mechanism that permits me to pass in a database connection object, the sql query to execute, starting page # and size and it handles the