RE: [standard] sql:param doesn't accept a body

2002-04-04 Thread Andrea Grittini
PROTECTED]] Sent: 03 April 2002 09:15 To: Tag Libraries Users List Subject: RE: [standard] sql:param doesn't accept a body Oh, yes. Sorry -- by CVS head, I mean the latest branch of CVS, which is the one that the nighly builds are drawn from. So the next nightly build implements the fix and should allow

Re: [standard] sql:param doesn't accept a body

2002-04-02 Thread Andrea Grittini
When I try to use a parameter inside the body of a sql:query tag I got the following exception : (after a 4 exception with message null and priviledge error) javax.servlet.ServletException: The taglib validtor in urn:jsptld:/WEB-INF/tlds/sql.tld?page=/bodyXXX.jsp failed to validate document

RE: [standard] sql:param doesn't accept a body

2002-04-02 Thread Andrea Grittini
: Re: [standard] sql:param doesn't accept a body Andrea, Thanks for this - this was just a bug. We actually never created a separate TLV for the SQL library, so it was pointing at the core library's validator and thus inheriting its semantics. I've fixed the problem in the current CVS head

RE: [standard] sql:param doesn't accept a body

2002-04-02 Thread Shawn Bayern
the next release?, or there is a workaround.??? Thanks lot. Andrea Grittini -Original Message- From: Shawn Bayern [] Sent: martedì 2 aprile 2002 19.53 To: Tag Libraries Users List Subject: Re: [standard] sql:param doesn't accept a body Andrea, Thanks for this - this was just a bug

Re: [standard] sql:param doesn't accept a body

2002-01-02 Thread Shawn Bayern
Thanks for the problem report, Paul. This was an error in the TLDs; the relevant tag handlers look okay. I've fixed the problem, and the change should show up in tonight's nightly build. Shawn On Wed, 2 Jan 2002, Paul DuBois wrote: The documentation for sql:param states that it can be used