* the JSP page is executed. As each JSF tag is encountered, a
   component object is created, then its properties set, then it is
   added to the view tree, and then that component is immediately
   rendered.


So I would basically have to compile my own version of the class that does the
adding of component to the tree and do the work there?


Reply via email to