Re: how remove the animated image at the right of commandButtonAjax?

2008-08-24 Thread xlr8tn
You could change the STYLECLASS_LOADER in AjaxRendererUtils.java to point to one that does not have a background image. Or you could leave that alone and just modify the image to make it blank instead of the blue circle. Lastly and cleaner solution would be to modify the renderer to not write th

CommandButtonAjax

2008-08-24 Thread xlr8tn
I am trying to use the CommandButtonAjax that is in the sandbox. I fixed the getter/setter TODO methods and now getting past those errors. I get into my backing bean successfully, and I also get into the success javascript inside of inputAjax.js. Here is the first thing that executes inside _