[Wicket-user] AjaxSubmitButton does not disable

2006-09-26 Thread samyem
When I do setEnabled(false) on AjaxSubmitButton component, it does not disable the button. However, it seems to work for other components like textbox and checkboxes. Looks like a wicket problem? For now, I have had to override onComponentTag and manually set the disabled attribute on the tag. Is

Re: [Wicket-user] AjaxSubmitButton does not disable

2006-09-26 Thread Matej Knopp
I don't think it is a feature. Seems more like a bug to me. -Matej samyem wrote: When I do setEnabled(false) on AjaxSubmitButton component, it does not disable the button. However, it seems to work for other components like textbox and checkboxes. Looks like a wicket problem? For now, I have