tag sources

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

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 jsp:forward? 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.

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

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

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 users have

Re: [standard] sql:update doc/behavior discrepancy

2002-01-03 Thread Shawn Bayern
On Thu, 3 Jan 2002, Paul DuBois wrote: The documentation for sql:update 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