Re: JspC compile JSP with JSTL

2003-01-28 Thread Henri Gomez
Jeanfrancois Arcand wrote: Replace the xercesImpl.jar with Xerces 2.1.0. There is a bug in Xerces that cause that strage error., Or use the Xerces 2.3.0 which should fix such error ;) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: JspC compile JSP with JSTL

2003-01-28 Thread Jack Lauman
Kelly: The -- is a known bug in a previous version of xerces. xerces 2.3.0 was released in the last 24 hrs. ad is supposed to cure the problem. Let me know if it works. Regards, Jack Lauman nwcascades.com Kelly Chen wrote: I just wonder if anyone have done this before. I am using JspC to

JspC compile JSP with JSTL

2003-01-27 Thread Kelly Chen
I just wonder if anyone have done this before. I am using JspC to compile JSP from the command line. It was working OK until I tried to use JSTL. As soon as I add the following lines to the to be compiled JSP %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % JspC starts to run into

Re: JspC compile JSP with JSTL

2003-01-27 Thread Jeanfrancois Arcand
Replace the xercesImpl.jar with Xerces 2.1.0. There is a bug in Xerces that cause that strage error., -- Jeanfrancois Kelly Chen wrote: I just wonder if anyone have done this before. I am using JspC to compile JSP from the command line. It was working OK until I tried to use JSTL. As soon