RE: Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource

2006-07-06 Thread Todd Patrick
-Todd -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 11:52 AM To: MyFaces Discussion Subject: Re: Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource Your error is because you have an updateActionLis

Re: Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource

2006-07-06 Thread Andrew Robinson
Your error is because you have an updateActionListener tag inside of a facet. You have to have it in a UI command component (or anything else that extends the action source interface). You are on the right track for the AA code though. See my other reply on this for more information -Andrew On

Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource

2006-07-06 Thread Todd Patrick
In my continuation of trying to get Ajaxanywhere to run with Tree2, I have done the following: However, now I get the error: "javax.faces.FacesExcep