* invoke application phase after navigation handler
* has calculated and set new view id.
* See UIDialogWindow.processDialogOpen for details
* of processing this event to change navigation logic.
*/
dialogEvent.queue();
}
public String getOnClick(FacesContext context, UIComponent component) {
if (getUtils().isBooleanAttribute(component,"disabled")) {
return "return false;";