On 11/1/06, Jeff Bischoff <[EMAIL PROTECTED]> wrote:
You don't have to wait for a future version to get some relief. In JSF 1.2, the UIComponent.invokeOnComponent() method was added, specifically to make AJAX integration easier, especially when you want to operate on part of the component tree instead of all of it. A lot of the current pain is due to the fact that this wasn't there in 1.0/1.1.
Craig
Sounds painful.
I really hope that a future version of the JSF spec integrates AJAX more
directly into the framework. For now, I am seeing more ajax components
showing up in Tomahawk/Sandbox and that at least is something.
You don't have to wait for a future version to get some relief. In JSF 1.2, the UIComponent.invokeOnComponent() method was added, specifically to make AJAX integration easier, especially when you want to operate on part of the component tree instead of all of it. A lot of the current pain is due to the fact that this wasn't there in 1.0/1.1.
Craig

