Hi,
I'm using apache-wicket-1.3.0.
There's panel having only one submit button for example, like:
ButtonPanel.html:
<html>
<body>
<wicket:panel>
<form wicket:id="form">
<input type="submit" wicket:id="button" value="button" />
</form>
</wicket:panel>
</body>
</html>
Using this panel in another form (nesting forms) worked, but combined
with ModalWindow, it didn't work.
Page.html:
<html>
<body>
<form wicket:id="form">
this works: <div wicket:id="buttonPanel">add panel</div>
this doesn't work: <div wicket:id="buttonPanelDialog">add ModalWindow</div>
<a href="#" wicket:id="openDialog">click to open ButtonPanelDialog, but
button doesn't work</a>
</form>
<body>
</html>
Any suggestion?
--
Tomohisa Ohkawa
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]