On 8/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
Can you give an example of a class that is a problem and how you propose to fix it? I'm not terribly familiar with facelets but I was able to get tree2 working without adding special facelets packages. There were just some differences in properties and how facelets expected to find them.
If we design our MyFaces components right, the only component classes that will need facelets tag handlers are those with method bindings. The method binding method signature for an attribute has be specified in a facelets component tag handler. Also pure jsp tags (like t:updateActionListener) also have to be rewritten as a facelets tag handlers.
