Servlet EG Java EE 5 Web Tier Proposed Final Draft

2005-08-26 Thread Jan Luehe
We're pleased to announce the availability of the Public Review of the next versions of the specifications for the Java Web tier. This includes Servlet, JavaServer Pages (JSP), the JSP Standard Tag Library (JSTL) and JavaServer Faces (Faces). Servlet is being developed under JSR-154, JSP 2.1 is

[ANNOUNCE] JSP 2.1 and Faces 1.2 Public Review

2005-04-14 Thread Jan Luehe
We are pleased to announce the availability of the Public Review of the next versions of the specification for JavaServer Pages (JSP) and JavaServer Faces (Faces). JSP 2.1 is developed under JSR-245 and Faces 1.2 is developed under JSR-252. The two expert groups are working ogether to improve

Re: [Fwd: %@page isThreadSafe=false % does not work]

2004-12-08 Thread Jan Luehe
I compared two servlets' source code compiled from JSPs, at the beginning of one jsp I add page directive: [EMAIL PROTECTED] isThreadSafe=false % and the other, [EMAIL PROTECTED] isThreadSafe=true %. But the two servlet are the same , I had thought the first servlet will implement

[ANNOUNCE] JSP 2.1 and Faces 1.2 Early Draft Review

2004-12-08 Thread Jan Luehe
We're pleased to announce the availability of the Early Draft Review of the next versions of the specification for JavaServer Pages and Faces. JavaServer Pages (JSP) 2.1 is developed under JSR-245 and JavaServer Faces (Faces) 1.2 is developed under JSR-252. The two expert groups are working

Re: Jasper complains when parsing valid TLD (was: Can't deploy Custom Tag Library ... )

2002-10-08 Thread Jan Luehe
Mark, So, on 4.1.* with logging cranked way up, I've been seeing errors that Jasper encountered a TEI class when the tld already has a variable? Very wierd error. Here's an example of a tag in my taglib, if anyone sees anything wrong with this please let me know, it is still valid against