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', function(event){ Event.stop(event);
submitSearchForm(); });;});
/*-->]]>*/</script>
Here is what I got:
<script type="text/javascript" ><!--/*--><![CDATA[/*><!--*/
Wicket.Event.add(window, "domready", function() {
Event.observe('peopleLocatorForm18', 'submit', function(event){
Event.stop(event); alert('success!!!'); });;});
/*-->]]>*/</script>
I really can't see a difference. However mine still submits the form
normally. And I am pretty sure it is the right form that I am attaching the
observer to. As my son says, it just not fair :)
--Victor
richardwilko wrote:
>
> the page is www.zoomf.com/map if you want to see it for yourself.
>
--
View this message in context:
http://www.nabble.com/TextField-inside-a-ModalWindow-problems-tp20363183p20519089.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]