Rogerio Pereira schrieb:
> Hi,
>
> Is there any way to make focus componente works with *Ajax components? I
> mean, i need set the focus to an component after an sucessfull call to
> method like i'm doing today with focus component.
>
> Somebody has any tips about how can i add this functionality to focus
> component in Ajax way?
>
The focus component has the same problem as the notifier, it only can
trigger on generic components where the id stays the same as the focus
receiver, compound components as some ajax components often have
internal ids for the user editable parts.
I assume there currently is no direct way to handle that, but you could
try to figure out which internal id is give to the editable area of the
ajax component and use that one.