You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Roth <ma...@sun.com> on 2003/05/12 15:19:49 UTC

[PATCH] jakarta-servletapi-5: javadocs and example improvement

Attached is a patch to the jakarta-servletapi-5 workspace with the 
following fixes:

jsr152/src/share/javax/servlet/jsp/tagext/SimpleTag.java
     - Removed ordering requirement for attribute setters.
     - Clarified that setJspBody() is not called if the action element
       is empty.
     - Clarified that setParent() is only invoked if this tag invocation
       is nested within another tag invocation.

jsr152/src/share/javax/servlet/jsp/tagext/SimpleTagSupport.java
     - Clarified that setJspBody() is not called if the action element
       is empty.
     - Clarified that setParent() is only invoked if this tag invocation
       is nested within another tag invocation.

jsr152/examples/jsp2/jspx/basic.jspx
     - Added xmlns="http://www.w3.org/1999/xhtml" to root element.

---
Mark Roth, Java Software
JSP 2.0 Co-Specification Lead
Sun Microsystems, Inc.