Re: TextField inside a ModalWindow problems

2008-11-15 Thread venuko
Richard, That's exactly how I tried to debug what's working and what's not :) I've added a few alerts to your getScript() method, and this is how Wicked rendered it on the page: script type=text/javascript !--/*--![CDATA[/*!--*/ Wicket.Event.add(window, domready, function() { alert('at least

Re: TextField inside a ModalWindow problems

2008-11-15 Thread venuko
Richard, I looked at the zoomf.com, the search worked in my browser, so I modified my JavaScript accordingly. Here is what you got on that page: script type=text/javascript !--/*--![CDATA[/*!--*/ Wicket.Event.add(window, domready, function() { Event.observe('searchForm74', 'submit',

Re: TextField inside a ModalWindow problems

2008-11-15 Thread venuko
Do I have to import prototype JavaScript library on my page? I use Firefox 3.0.4 Martijn Dashorst wrote: you might want to clear your browser cache. Seems like an old wicket-ajax version might be your problem. Martijn On Sat, Nov 15, 2008 at 9:27 PM, venuko [EMAIL PROTECTED] wrote

Re: TextField inside a ModalWindow problems

2008-11-15 Thread venuko
Solved! For those new to the subject, as myself, your page need to include the JavaScript Prototype Framework. You can download it from here: http://prototypejs.org/download Thank you all for helping me resolve the issue! --Victor venuko wrote: Do I have to import prototype JavaScript