On Fri, May 9, 2008 at 8:24 AM, tsuresh <[EMAIL PROTECTED]> wrote: > > Yes Mr Mean > I tried as , you suggested. When I created a single ModalWindow outside of > dataview it showed the error > "Unable to find component with id 'modalS'...."So i didn't do it.
Please show me the code and html when you tried this, it should work and would make the closing problem a lot simpler if not disappear. > > I deleted the > modalS.close(target); > > from the windowClosedCallBack. > > Other things are unchanged . > > This code does the tasks of editing but could not close the modalwindow in > firefox. But in IE 6.0 it even does not do the task of editing. > > I need your help. And please tell me the information you need. I am using > wicket 1.3.0 You could try wicket 1.3.3, there have been a few fixes to the modal window although not directly related to your closing problem. Also if Martijn was reading this he would probably suggest to use a Page instead of a Panel as they generally give less problems with forms and ajax and stuff. But for simple cases a Panel should also work (i am currently working on a modalwindow with a Panel too, yeah Martijn go sue me :P). So if you cannot get a singlemodalwindow to work please provide a quickstart and i'll have a look. Maurice --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
