Confused about and the currencyCode attribute

2002-04-26 Thread Martin Cooper
According to the PFD, if I'm running on J2SE 1.4 and I use a tag like this: I should see, I believe "(pound sign)12.34" in my browser. However, what I'm seeing is "GBP12.34" instead. This appears to be the case for any currency code I use except USD, when I see $12.34, as I would expect. (I di

Re: Problems running example

2002-04-26 Thread Shawn Bayern
On Fri, 26 Apr 2002, Martin Cooper wrote: > > My best advice is to use the JAXP 1.2 set of JARs consistently; that > > should be the easiest way to fix the problem. > > I presume you mean the JAXP 1.2 EA2 that's bundled with the JAX Pack? Yeah, that's what I had in mind. At least, it's that di

Re: Problems running example

2002-04-26 Thread Martin Cooper
- Original Message - From: "Shawn Bayern" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 2:45 PM Subject: Re: Problems running example > On Fri, 26 Apr 2002, Martin Cooper wrote: > > > I'm trying to run the example in the standard-e

Re: Problems running example

2002-04-26 Thread Shawn Bayern
On Fri, 26 Apr 2002, Martin Cooper wrote: > I'm trying to run the example in the standard-examples web > app, but am having problems with both Tomcat 4.0.2-b2 and Resin 2.1.0. > > With Tomcat, I get the following stack trace (this is the start of the root > cause part): > > java.lang.NoClassDe

RE: [standard] fmtNumber tag exception when no session

2002-04-26 Thread Jan Luehe
Hi Loren: > The tag also seems to be throwing an exception in a page > that has no session I just tested this with the nightly build from April 25 > on Tomcat 4.0.2. I think it's similar to the query tag issue you fixed > yesterday. However, perhaps I'm missing something, do the fmt tags requir

RE: [standard] fmtNumber tag exception when no session

2002-04-26 Thread Halvorson, Loren
Shawn, The tag also seems to be throwing an exception in a page that has no session I just tested this with the nightly build from April 25 on Tomcat 4.0.2. I think it's similar to the query tag issue you fixed yesterday. However, perhaps I'm missing something, do the fmt tags require a session

Problems running example

2002-04-26 Thread Martin Cooper
I'm trying to run the example in the standard-examples web app, but am having problems with both Tomcat 4.0.2-b2 and Resin 2.1.0. With Tomcat, I get the following stack trace (this is the start of the root cause part): java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException at

RE: JSTL: c:set and scope value

2002-04-26 Thread Matt Raible
Thank you - exactly the answer I was looking for! > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:26 PM > To: [EMAIL PROTECTED] > Cc: 'Tag Libraries Users List' > Subject: Re: JSTL: c:set and scope value > > > Actually, the acceptabl

Re: Mail Tag CC error

2002-04-26 Thread Chris Evans
Thanks Rich, I got it to work afterwards. 2-3 months ago I tried using the tag library and I guess there was an old instalation kicking around somewhere in my Orion server setup. I ended up deleting my Orion installation and installing it again, it sounds a bit drastic but it takes less than 5

Re: JSTL: c:set and scope value

2002-04-26 Thread Ryan Lubke
Actually, the acceptable values for any of the actions that use the scope attribute are 'page', 'request', 'session', and 'application'. pageScope, requestScope, sessionScope, and applicationScope are used with the EL and XPath implicit objects. So:

JSTL: c:set and scope value

2002-04-26 Thread Matt Raible
In section 4.3 of the JSTL PDF, it states that I should be able to do something like this: But I get this error message: Validation error messages from tag library c null: Invalid "scope" attribute in "c:set" tag: "pageScope" -- To unsubscribe, e-mail: For addit

RE: why jstl???

2002-04-26 Thread Eric . Lewis
Well, if it helps... we use it! :-) For us, the main thing in MVC is that the View part is handled by our web-designers. We will teach them JSTL tags and from then on we'll just deliver the data and let them do their own thing. It also helps that we standardized all our objects, so e.g. if we have

Re: why jstl???

2002-04-26 Thread Henri Yandell
I think you have hit on the crux of the matter. There are some new features in JSTL, such as the whole expression language thing, but generally JSTL seems to be a merging together of various taglibs with varying levels of similarity. So why is it there? Think of it as there being an acceptance

RE: why jstl???

2002-04-26 Thread James May
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 19:24 To: Tag Libraries Users List Cc: [EMAIL PROTECTED] Subject: why jstl??? Hi, I am just wondering. since the jstl was anounnced more and more question are asked about session/array/object/res

why jstl???

2002-04-26 Thread keesj
Hi, I am just wondering. since the jstl was anounnced more and more question are asked about session/array/object/result sets,iterrator etc.. who is using jstl? (programers or web-designers)? and why? I understand struts(MVC). but I realy have no clue why to use something like jstl and why it

CTLX update

2002-04-26 Thread Dan Mandell
Hi All, I updated CTLX with some improvements and fixes. For those getting a NoClassDefFoundError: org/apache/xerces/parsers/AbstractDOMParser when using the TLDParser servlet, that bug is now fixed. The TLDParser is no longer dependent on xerces. It uses only the JAXP API, so you can plug in a