I can now add that if only the addSelected button is added, the problem
happens, likewise if only addAll is included. So it appears that any of the
four buttons creates the problem.
add(new AjaxButton("addSelected") {
private static final long serialVersionUID = 1L;
@SuppressWarnings({ "rawtypes" })
@Override
protected void onSubmit(AjaxRequestTarget target,
Form form) {
onAddSelected(target);
}
}.setDefaultFormProcessing(false));
<button type="button" title="Add" wicket:id="addSelected">></button>
I should mention that nabble turned my greater than into a literal greater
than and same with less than. So if it looks like I have too many closing
tags in the button HTMLs, it's not true. I am using those character as
button captions.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/1-4-7-app-form-does-not-submit-on-server-when-panel-is-not-visible-tp4663114p4663133.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]