RE: JSTL: Nightly build crashes

2002-03-14 Thread Jan Luehe
Hi Eric: > Ok, I now reinstalled Tomcat (4.0.3, full version) and the nightly JSTL > build (everything as binaries). Now it works, but not everything... > > - For I18N, the "Parametric Replacement" and "Date" example gives me > javax.servlet.ServletException: Unparseable date: "" I managed to

x:transform and nightly build

2002-03-14 Thread Matt Raible
The following code was working before I updated to last night's build: image/pjpeg file://D:/Source/onpoint/prototype/media/ transmission_removal.jpg Now I get the following error: [ServletException in:/p

RE: x:transform and nightly build

2002-03-14 Thread Matt Raible
That did it - thanks! Matt > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 3:15 PM > To: Matt Raible > Cc: [EMAIL PROTECTED] > Subject: Re: x:transform and nightly build > > > I think the problem is just that you need to specify "$

Re: x:transform and nightly build

2002-03-14 Thread Shawn Bayern
I think the problem is just that you need to specify "${xsl}" instead of "$xsl" as the attribute value for xsltText. The latter is now interpreted as a string literal. I've slowly been coming to the realization that allowing $foo as a string literal leads to errors that are hard to track down; I

RE: Problems by Compling JSP's

2002-03-14 Thread Bala Gurram
i think you dont have the following class in your classpath (netscape/ldap/LDAPException), the erros says (netscape/ldap/LDAPException is not found but it tries do some thing with that class in ite.fokBeans.fokDB at line 25. i hope if you can provide netscape/ldap/LDAPException)in your classpath m

Re: x:transform syntax

2002-03-14 Thread Shawn Bayern
Brian, There's a new release and public draft that should answer your questions. I'd recommend downloading the Public Draft at http://jcp.org/aboutJava/communityprocess/review/jsr052 and Beta 1 of the RI at http://jakarta.apache.org/builds/jakarta-taglibs/releases/standard In short, to a

Re: JSTL: Nightly build crashes

2002-03-14 Thread Hans Bergsten
Shawn Bayern wrote: > [...] > I've also seen reports that a recent version of Tomcat had some trouble > with the HttpServletResponse.encodeURL() method, which would also cause > problems for . But I don't know offhand the version where it's > problematic. It's Tomcat 4.0.4 Beta 1, but it's sup

x:transform syntax

2002-03-14 Thread Brian J. Sletten
Greetings, I'm new to the JSTL and am excited about where it is going but I'm a little confused by the syntax for the x:transform tag. I've seem different syntax specifications in the JSTL spec, the online documentation and the taglib definition. Just for argument's sake I have a page scop Str

RE: JSTL: Nightly build crashes

2002-03-14 Thread Shawn Bayern
On Thu, 14 Mar 2002 [EMAIL PROTECTED] wrote: > - For I18N, the "Parametric Replacement" and "Date" example gives me > javax.servlet.ServletException: Unparseable date: "" I'll let Jan answer this if he gets a chance, since he's more qualified to answer I18N-related questions than I am. > - Al

Re: if

2002-03-14 Thread Shawn Bayern
On Thu, 14 Mar 2002, John Baker wrote: > On Thursday 14 Mar 2002 12H:27 pm, you wrote: > > I had the same question about a week or so back.. here's what i found: > > > > Try: > > > > > > TRUE > > > > Cooo, well what's the difference between ${ and $(? $( doesn't work, and

Re: JSTL tag forEach context question

2002-03-14 Thread Shawn Bayern
On Thu, 14 Mar 2002, RAYMOND Romain wrote: > I initilize my collections using beans : " > <% > Collection serialNos = datamodule.getAllApplicableSerialNos("HAP"); > %> > " > > and I must use pageContext.getAttribute to get back iterators values :" > >

Re: Problems by Compling JSP's

2002-03-14 Thread Mike Hulse
Hi Andreas, There is a very good FAQ on this at http://www.netbeans.org/articles/faqs/web_apps.html#FAQ_9 It covers netbeans and ffj. Mike -Original Message- From: Andreas Metz <[EMAIL PROTECTED]> To: 'Tag Libraries Users List' (E-Mail) <[EMAIL PROTECTED]> Date: Thursday, March 14, 2002

Problems by Compling JSP's

2002-03-14 Thread Andreas Metz
Hi, i'm new in working with taglibs. Now i have a problem, which i cannot solve. I hope someone can help me. I have made a simple taglib example. Now i try to start it. In the case that i have a .class file and a .tld it works fine. If i packed these file to a .jar and try it again it will ne

JSTL tag forEach context question

2002-03-14 Thread RAYMOND Romain
hello, I am trying to use jakrata taglib JSTL, particulary forEach taglib. I look at the given examples and I don't understand how to initialize collection on which the forEach applies ; or getting iteraot variable without accessing pageContext of my JSP. used tld is c-rt an I do the JSP import

Re: Ultradev

2002-03-14 Thread Dan Mandell
This looks like it might be problem with the your xml parser rejecting the old version of struts (more precisely, its DTD) that comes with CTLX. Try replacing the lib/struts.jar with a new one from jakarta. Dan On 3/14/02 2:13 AM, "ras" <[EMAIL PROTECTED]> wrote: > hi, > > I've installed tomc

RE: FW: if

2002-03-14 Thread Eric . Lewis
Well, the syntax changed at some point... this is the one used in the JSTL 1.0 Public Draft, and it works with the latest nightly build :-) -Original Message- From: John Baker [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 14. März 2002 16:12 To: Tag Libraries Users List Subject: Re: FW: i

Re: FW: if

2002-03-14 Thread John Baker
On Thursday 14 Mar 2002 15H:08 pm, you wrote: > Sorry, there's a typo in there, it should read: > > > TRUE > > It doesn't compile with { } in there :-) What I pasted did, but didn't work. :) > {} instead of () > > Regards, > Eric > > -Original Message- > From:

FW: if

2002-03-14 Thread Eric . Lewis
Sorry, there's a typo in there, it should read: TRUE {} instead of () Regards, Eric -Original Message- From: Lewis, Eric Sent: Donnerstag, 14. März 2002 13:38 To: [EMAIL PROTECTED] Subject: RE: if >From what I understand reading the JSTL 1.0 Public

Re: if

2002-03-14 Thread John Baker
On Thursday 14 Mar 2002 12H:27 pm, you wrote: > I had the same question about a week or so back.. here's what i found: > > Try: > > > TRUE > Cooo, well what's the difference between ${ and $(? > > Note i haven't tested this with the latest release of JSTL. I did ask

RE: JSTL: Nightly build crashes

2002-03-14 Thread Eric . Lewis
Ok, I now reinstalled Tomcat (4.0.3, full version) and the nightly JSTL build (everything as binaries). Now it works, but not everything... - For I18N, the "Parametric Replacement" and "Date" example gives me javax.servlet.ServletException: Unparseable date: "" - Also, for the Import, the "Enc

RE: if

2002-03-14 Thread Eric . Lewis
>From what I understand reading the JSTL 1.0 Public Draft (Appendix A), it should be: TRUE Of course, I may be wrong, haven't had the chance to test the latest build yet... Best regards, Eric -Original Message- From: Agrawal, Anuj (Anuj)** CTR ** [mai

RE: if

2002-03-14 Thread Agrawal, Anuj (Anuj)** CTR **
I had the same question about a week or so back.. here's what i found: Try: TRUE Note i haven't tested this with the latest release of JSTL. I did ask if the above syntax is the "recommended" way, but did not get a response yet. Hope this helps you. Anuj. >

taglibs-user@jakarta.apache.org

2002-03-14 Thread John Baker
Is it possible to do the following: // something Ie I want a "if it's true or the object is null" statement... Thanks John -- John Baker, BSc CS. Java Developer, TEAM/Slb. http://www.teamenergy.com Views expressed in this mail are my own. -- To unsubscribe, e-mail:

Ultradev

2002-03-14 Thread ras
hi, I've installed tomcat 4.1 which work fine. I've also installed UltraDev 4.0 with the jakart-taglib extension as described in the tutorial that come with and when I restart tomcat I recieve these errors: please Help. Using CLASSPATH: c:\JBuilder6\jakarta-tomcat-4.0.1\bin\bootstrap.jar;c:\JBui

Re: c:if - testing for request parameter value

2002-03-14 Thread Shawn Bayern
On Thu, 14 Mar 2002, Matt Raible wrote: > I'm trying to use JSTL do check for values of certain variables. For instance, > I want to find out if the "action" parameter (passed in via URL) is equal to > "Edit." However, my code below is not working: > > > >

c:if - testing for request parameter value

2002-03-14 Thread Matt Raible
I'm trying to use JSTL do check for values of certain variables. For instance, I want to find out if the "action" parameter (passed in via URL) is equal to "Edit." However, my code below is not working: I detected you where trying to edit me