Rafael Nami wrote:
> Hi everyone. I want to ask you folks what is the best approach to
> ajaxify existent components, without using
> third party tags, like JavaWebParts or AjaxAnywhere, that WORKS FINE :),
> but I want to find a way to simply
> add partial render to every jsf component. What's the best approach?
> Someone can show me the right way to do it,
> or a project that is already trying to do it???
>  
> Thanks in advance and Best Regards.
>  
> Rafael Mauricio Nami

Well there is no easy way if you omit something like ajax anywhere,
you probably have to rewrite the rendering code, and probably some of
the control code as well, for components which alter the dom tree
in the backend.

The best approach for now probably would be to go for ajax anywhere or
its concepts.

Reply via email to