Re: [Wicket-user] Ajax Problem with form submit

2007-07-06 Thread Conglun Yao
Thanks form wicket:id=confirmForm spaninput id=submit type=submit value=Confirm/span spaninput wicket:id=cancel type=submit value=Cancel/span /form public class RequestConfirm extends WebPage { private ConfirmForm confirmForm; public RequestConfirm(final PageParameters pps) {

[Wicket-user] Ajax Problem with form submit

2007-07-05 Thread Conglun Yao
Dear all, I have met such a headache problem, when trying to use wicket's ajax in my project. I'm using wicket 1.2.6. 'Object expected' in html code happens when I first submit a form (no matther it is submitted from ajax button or normal button), then click the page link ( there are ajax

Re: [Wicket-user] Ajax Problem with form submit

2007-07-05 Thread Timo Rantalaiho
On Fri, 06 Jul 2007, Conglun Yao wrote: 'Object expected' in html code happens when I first submit a form (no matther it is submitted from ajax button or normal button), then click the page link ( there are ajax components in this page) finally I click the ajax component, error