taglib string-regexpr

2002-03-27 Thread Thomas Colin de Verdiere
Hi, is the Jakarta-taglib string and regexpr will be included in a future release of Jstl? -- Thomas Colin de Verdière SCORT -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Servers compatibility

2002-03-27 Thread Thomas Colin de Verdiere
Hi , it may be not the place but one of our customer is experiencing problems with atg dynamo and a custom action taglib, tags are not initialized correctly, the pool of tag handlers seems not to work as Jsp specification describe (specifically on Life cycle). Initialization of tags have been

Getting taglib to work

2002-03-27 Thread Tom Kochanowicz
I uncompressed the standard-examples into a webapps directory of my Tomcat 4 server call jsptl_examples and tried to execute some of the examples from the jsptl_examples/index.html directory. For first error that comes up on my browser when I try to execute an example is:

Re: taglib string-regexpr

2002-03-27 Thread Henri Yandell
As far as I'm aware, the string and regexpr taglibs will not go into a future release of the jstl (I don't think any apache taglib can go in that direction??). However, the JSR people/Sun may create their own taglib specification for string and taglib 'functions' which may or may not bear

regression in the standard-beta1 ?

2002-03-27 Thread Jean-Paul Le Fevre
I've been testing the new version of the standard tags library and I'm having some difficulties. I used to work successfully with version standard-20020130 but with versions standard-beta1 or standard-20020326 I'm facing problems : - I couldn't find the documentation of the new tags : out,

Re: regression in the standard-beta1 ?

2002-03-27 Thread Shawn Bayern
As David mentioned, the new Public Draft available at jcp.org explains the new behaviors. Just to explain where they come from (so they don't seem arbitrary): On Wed, 27 Mar 2002, Jean-Paul Le Fevre wrote: - I've a class which is extended from an AbtractList. I added some methods which are

DateTime taglib to show client date

2002-03-27 Thread Adam, Jason C
I was wondering if there is a way to use the DateTime taglib to show the clients date? I have the tag working fine, but of course it shows the date of the server. I read the documentation on locales, but I can't seem to figure how to possibly use to automatically show the clients date. Thanks!

Re: DateTime taglib to show client date

2002-03-27 Thread Bin Zhou
Adam, Taglibs are running on the server. You have to use some client side scripts like javascript etc. to get the client machine time. Thanks, Bin - Original Message - From: Adam, Jason C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 7:30 PM Subject: