luehe 2002/07/31 16:04:47 Modified: jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Added note that JSP 2.0 spec still needs to clarify what the variable name for a dynamic attribute looks like Revision Changes Path 1.52 +5 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java Index: Generator.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- Generator.java 31 Jul 2002 21:42:27 -0000 1.51 +++ Generator.java 31 Jul 2002 23:04:47 -0000 1.52 @@ -2907,6 +2907,8 @@ out.pushIndent(); out.printil("if (uri != null)"); out.pushIndent(); + // XXX Specification still needs to clarify what the variable name + // looks like. Assume <uri>_<localName> for now. out.printil("dynamicAttrs.put(uri + \"_\" + localName, value);"); out.popIndent(); out.printil("else");
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>