"If you want to use form in modal window component make sure that you put the modal window itself in another form (nesting forms is legal in Wicket)"
If this is not done, when using Firefox, form submissions may not be successful.
It appears that this issue exists due to backward compatibility constraints with IE6.
In order to work around this, it is required to put the modal window in another form, like this:
<form wicket:id="modalWindowForm">
<div wicket:id="modalWindow"></div>
</form>
References:
- wicket.apache.org/apidocs/1.4/org/apache/w
icket/extensions/ajax/markup/html/modal/M odalWindow.html - issues.apache.org/jira/browse/WICKET-314
6 - issues.apache.org/jira/browse/WICKET-340
4 - www.techienuggets.com/Comments
- apache-wicket.1842946.n4.nabble.com/Form-t
ag-does-not-get-rendered-on-a-Panel-plac ed-in-a-TabbedPanel-within-a-ModalWindow-t d1887897.html - issues.apache.org/jira/browse/WICKET-221
4 - web.archiveorange.com/archive/v/yH01cYmi
I4SdLFnAfqjy
No comments:
Post a Comment