> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 03, 2006 2:11 AM
> To: tomcat-dev@jakarta.apache.org
> Subject: svn commit: r399216 - in 
> /tomcat/tc6.0.x/trunk/java/org/apache/jasper: 
> compiler/Generator.java runtime/AnnotationProcessor.java 
> runtime/TagHandlerPool.java
> 
> Author: remm
> Date: Wed May  3 02:11:13 2006
> New Revision: 399216
> 
> URL: http://svn.apache.org/viewcvs?rev=399216&view=rev
> Log:
> - Add resource injection for tags (listeners are being 
> handled in the servlet container).
> 

>      /**
> @@ -2370,6 +2371,11 @@
>  
>              generateSetters(n, tagHandlerVar, handlerInfo, true);
>  
> +            // Resource injection
> +            
> out.printin("org.apache.jasper.runtime.AnnotationProcessor.pos
> tConstruct(");
> +            out.print(tagHandlerVar);
> +            out.println(");");
> +            
>              // Set the body

Section 7.1.11 specifically says Annotation processing happens before the
setters, not after.  




This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to