On Wed, Jun 26, 2013 at 2:30 PM, Richard W. Adams <rwada...@up.com> wrote:
> We have a customer requirement that disabled form buttons be grayed out > rather than Wicket's default behavior of making them invisible. Google has > a lot of discussion on the topic, but I didn't see a "best practice" > solution. Does Wicket provide a way to gray out buttons (or any form > control, for that matter)? > Use setEnabled(false) instead of setVisible()