RE: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
a SimpleDateFormat with a pattern as argument. JSTL uses the constructor with a Locale as additional parameter. Grtz, Martin -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: woensdag 25 februari 2004 8:18 To: Tag Libraries Users List Subject: RE: JSTL

RE: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
. The TimeZone class in JDK is much clearer and easier to use. Throwing in the language issue when you work in plain English apps is confusing. Martin -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: woensdag 25 februari 2004 10:48 To: Tag Libraries Users

Re: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
I know that in fmt:message there is a deficiency which means that date formatting of parameters to the message does not happen. I'm using the latest version, 1.0.5, released on January 27 pretty much up to date. Don't worry about not having Dutch resource bundles. OK, good to hear

RE: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
value=${obj} timeZone=Europe/London type=time/ It might be that this actually changes something. Personally I've found the whole Locale business very confusing and illogical to work with, but that's just my personal frustration. Martin -Original Message- From: Riaan Oberholzer

RE: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
Locale business very confusing and illogical to work with, but that's just my personal frustration. Martin -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: woensdag 25 februari 2004 10:48 To: Tag Libraries Users List Subject: RE: JSTL

RE: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
} timeZone=Europe/London type=time/ It might be that this actually changes something. Personally I've found the whole Locale business very confusing and illogical to work with, but that's just my personal frustration. Martin -Original Message- From: Riaan Oberholzer [mailto:[EMAIL

Re: JSTL fmt:formatDate bug ???

2004-02-25 Thread Riaan Oberholzer
-Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: woensdag 25 februari 2004 10:48 To: Tag Libraries Users List Subject: RE: JSTL fmt:formatDate bug ??? I'm a bit lost here can you give me an example of what I should give to jstl to print

JSTL fmt:formatDate bug ???

2004-02-24 Thread Riaan Oberholzer
I have an application that runs in The Netherlands, but is operated from England. Date/times are thus stored and converted with a dateformatter set with the Timezone Europe/London. It looks fine. Ie, I enter a time as 15:00 (UK time) and in the database it shows 16:00 (Dutch time) which is

RE: JSTL fmt:formatDate bug ???

2004-02-24 Thread Riaan Oberholzer
Could you post the code to manually format the date? I can easily compare that to what is being done by the JSTL implementation and give you some feedback on that. Something to the extend of: static { SimpleDateFormatter sdf = new SimpleDateFormatter(-MM-dd HH:mm);

[Q] Performance of SQL tags?

2004-02-05 Thread Riaan Oberholzer
Is the SQL tags (in JSTL) performance acceptable? I'm populating tables and was wondering if it would be better to read the data in normal Java code and then populate the table with td%= row.getItem1() %/td td%= row.getItem2() %/td etc. I'm not too worried about trying to keep java code out

Re: [Q] Performance of SQL tags?

2004-02-05 Thread Riaan Oberholzer
treat JSP as a scripting language and remove the compile/deploy stage. Hen On Thu, 5 Feb 2004, Riaan Oberholzer wrote: Is the SQL tags (in JSTL) performance acceptable? I'm populating tables and was wondering if it would be better to read the data in normal Java code

Directory browser (explorer) taglib?

2003-07-10 Thread Riaan Oberholzer
Does anyone know of a taglib that gives functionality to add a browsing feature in you jsp's? Something similar to windows explorer, where you have a tree of objects and each element can either be another root of a sub-tree, or an element that results in an action, eg displaying a url in another

Re: JSTL:sql - Datasource via jndi lookup?

2003-06-20 Thread Riaan Oberholzer
to put a sql:setDataSource tag in any page. You can declaratively change your data source by modifying the context.xml, leaving your pages free to simply display. Thanks to Shawn Bayern for pointing this one out to me. - MOD --- Riaan Oberholzer [EMAIL PROTECTED] wrote: Thanks, I

RE: JSTL:sql - Datasource via jndi lookup?

2003-06-20 Thread Riaan Oberholzer
). --- Mark B Starmer [EMAIL PROTECTED] wrote: You need to add a database driver to the libs dir of tomcat, what dbms are you using? -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: 20 June 2003 11:40 To: Tag Libraries Users List Subject: Re: JSTL:sql

Re: JSTL:sql - Datasource via jndi lookup?

2003-06-20 Thread Riaan Oberholzer
he did. - MOD --- Riaan Oberholzer [EMAIL PROTECTED] wrote: The Driver classes are there. As I said, the Datasource works fine for the other parts of the application. Further to note, I am using BEA WebLogic (not Tomcat) and Oracle. (This is a different application than

Re: JSTL:sql - Datasource via jndi lookup?

2003-06-20 Thread Riaan Oberholzer
posts? He used the WebLogic console to set up his data source, I believe. He was successful with it. You should check out the archive to see what he did. - MOD --- Riaan Oberholzer [EMAIL PROTECTED] wrote: The Driver classes are there. As I said, the Datasource works fine for the other

Re: JSTL:sql - Datasource via jndi lookup? SOLVED

2003-06-20 Thread Riaan Oberholzer
up a data source with WebLogic. Did you see his posts? He used the WebLogic console to set up his data source, I believe. He was successful with it. You should check out the archive to see what he did. - MOD --- Riaan Oberholzer [EMAIL PROTECTED] wrote: The Driver classes

official dbtags release available?

2003-06-19 Thread Riaan Oberholzer
Does anyone know if an official release (with version number) is available for the jakarta-dbtags library? On the jakarta website you can only download a current which proves, in the documentation, to be 1.0-B1 (Beta), dated August 2001. The index shows dbtags to be 1.1, though, but no place

JSTL:sql - Datasource via jndi lookup?

2003-06-19 Thread Riaan Oberholzer
Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 11:37 To: [EMAIL PROTECTED] Subject: official dbtags release available? Does anyone know if an official release (with version number) is available for the jakarta-dbtags library? On the jakarta website