Re: modalWindow can not be closed

2010-06-18 Thread Jeremy Thomerson
What shows up in the ajax debug window? Jeremy Thomerson -- sent from my smartphone - please excuse formatting and spelling errors On Jun 17, 2010 10:59 PM, "蔡茂昌" wrote: i have set a breakpoint on modalWindow.close(target) ,, it reached ,but modalWindow still could not be closed ,i

Re: modalWindow can not be closed

2010-06-17 Thread 蔡茂昌
ang.c...@gmail.com] > Sent: Thursday, June 17, 2010 3:24 PM > To: users@wicket.apache.org > Subject: modalWindow can not be closed > > there is some error in the last email i send, here is real code > > AjaxButton saveBtn = new AjaxButton("save") { > @Override >

RE: modalWindow can not be closed

2010-06-17 Thread aaron.wang
...@oocl.com -Original Message- From: 蔡茂昌 [mailto:caimaochang.c...@gmail.com] Sent: Thursday, June 17, 2010 3:24 PM To: users@wicket.apache.org Subject: modalWindow can not be closed there is some error in the last email i send, here is real code AjaxButton saveBtn = new AjaxButton("

Re: modalWindow can not be closed

2010-06-17 Thread robert.mcguinness
What does your ajax return? are you using HTTPSessionStore? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/modalWindow-can-not-be-closed-tp2258304p2258336.html Sent from the Wicket - User mailing list archive at Nabble.com

modalWindow can not be closed

2010-06-17 Thread 蔡茂昌
there is some error in the last email i send, here is real code AjaxButton saveBtn = new AjaxButton("save") { @Override protected void onSubmit(AjaxRequestTarget target, Form form) { List list3 = peopleService.fetchBySearchCondition(searchCondition); List resultList = doTransLate(li