Re: [standard] doc/behavior discrepancy

2002-01-03 Thread Shawn Bayern
On Thu, 3 Jan 2002, Paul DuBois wrote: > The documentation for indicates that the var attribute is > optional, but I find that without it I get an error message that the > TLD requires it. Adding var="dummy" cures the problem, but should > that be necessary? Hmm. The TLD doesn't show it to be

[standard] doc/behavior discrepancy

2002-01-03 Thread Paul DuBois
The documentation for indicates that the var attribute is optional, but I find that without it I get an error message that the TLD requires it. Adding var="dummy" cures the problem, but should that be necessary? -- To unsubscribe, e-mail: For additional commands, e-

Re: standard tag library: resultset problems

2002-01-03 Thread Pierre Delisle
Hi Wim, > At > http://jakarta.apache.org/taglibs/doc/standard-doc/standard-ea3/DB_Functiona > lDescription_1_EA3.html > I read the following is legal: > > > SELECT * FROM customers > WHERE country = 'China' >ORDER BY lastname > > > > > > > > > > > It is legal

standard tag library: resultset problems

2002-01-03 Thread Wim Bervoets
ar from the standard-examples.war file ... but maybe that js.jar is out-of-date? Where can I find the latest version of js.jar? It doesn't seem to be included in the nightly build of the standard library ? (jakarta-taglibs-standard-20020103.zip) I'm using Resin 2.x latest build, Standard

RE: standard taglibrary examples not working

2002-01-03 Thread Wim Bervoets
Hi, I'll take a look at the JSTL ForEach source code tonight. Bye, Wim > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: donderdag 3 januari 2002 17:32 > To: Tag Libraries Users List > Subject: Re: standard taglibrary examples not working > > > As other use

Re: standard taglibrary examples not working

2002-01-03 Thread Shawn Bayern
As other users have pointed out, Resin seems to fail on the JSTL RI's iteration tag; I haven't yet had a chance to look into whether this is a Resin bug or not. If anyone who already has Resin set up would be interested in testing whether this bug occurs with any IterationTag or just with the JST

standard taglibrary examples not working

2002-01-03 Thread Wim Bervoets
Hello, This is the output I get from the http://localhost:8080/standard-examples/iterators/SimpleRange.jsp Simple Range Iteration 1 to 10 1 * That doesn't seem correct (should be displaying numbers from 1 to 10) I always only get the first element displayed. I'm using the latest nightly b

Re: tag sources

2002-01-03 Thread Shawn Bayern
On Thu, 3 Jan 2002, Maciej Ko³odziej wrote: > Where can I get sources of standard jsp tags, like ? Standard JSP actions are implemented by code "owned" by the container; they are not imported from external code (at least not using a public standard mechanism), as custom actions can be. Check th

tag sources

2002-01-03 Thread Maciej Ko³odziej
Hi, Where can I get sources of standard jsp tags, like ? -- Best regards, Maciej -- To unsubscribe, e-mail: For additional commands, e-mail: