JDBC Connection Pooling

2001-05-18 Thread Gregor Rayman
Hi, I've just found one subtle problem the Struts implementation of DataSource. My code looks something like this: ... Connection con = this.dataSource.getConnection(); try { PreparedStatement stmt = con.prepareStatement(sql); stmt.setString(1, id);

String Indexed Properties

2001-08-13 Thread Gregor Rayman
Hi all, I've used the sources from Fracois Rey and have changed the the commons bean-utils, so that they support string indexed properties. Now I can use following notation: html:text property=prop(index) / which translates into: getProp(index) and setProp(index, value) It works also in

Re: String Indexed Properties

2001-08-13 Thread Gregor Rayman
Oleg V Alexeev [EMAIL PROTECTED] wrote: GR Does anybody need it? Would it be possible to add this feature GR to the Apache's version of bean-utils? Yes, of course! Its great addition! I think it needs to be added to the Apache's bean-utils. GR It works with Struts 1.1 from CVS and

Re: Re[2]: String Indexed Properties

2001-08-13 Thread Gregor Rayman
Oleg V Alexeev [EMAIL PROTECTED] wrote: Hello Gregor, Are you jakarta-commons commiter? Try to start VOTE process at jakarta-commons for your bean-utils addition. No I am not. I will have a look at it. Are you? -- gR

Re: ActionForms With Dynamic Properties

2001-08-17 Thread Gregor Rayman
Jan Sorensen [EMAIL PROTECTED] wrote: I downloaded the lastest build of Struts to make my changes to the files there. I have only changes the classes BeanUtils and PropertyUtils, which I then realized have been move to the commons project, the reason I also send this mail to the commons