I have an AjaxButton with

@Override
public boolean isVisible() {
  return  someFlag;
}

In a race condition, if user B sets someFlag to false, and then user A
clicks the button A gets the following exception

org.apache.wicket.WicketRuntimeException: Submit Button buttonName ... is
not visible

Any ideas how to circumvent this?

Conny

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-Submit-Button-is-not-visible-tp2282413p2282413.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to