Mario Ivankovits schrieb:
> Hi!
> 
> *) Any reason why the HtmlFocusRenderer imports dojo?
> 
>             DojoUtils.addMainInclude(facesContext, uiComponent,
> javascriptLocation, new DojoConfig());
>             DojoUtils.addRequire(facesContext, uiComponent, "dojo.event.*");
> 
> The only thing it do afterwards is something like
> document.getElementById("").focus();
> 
> Should work without dojo too, no?
> 
if it uses only document.getElementyById and not dojo.byId then yes...

Reply via email to