Hi, the situation is as follows: I have a form embedded in an abstract panel. The form has an autocompletetextfield and an AjaxSubmitLink which acts on the data in the textfield. The panel, in turn, extends several other panels which are in the end the ones that get instantiated.
The very code for the AjaxSubmitLink is used elsewhere and works fine. Now, the issue is that when called on this panel, it won't call its onSubmit event. It won't call any other onSubmit event, either. I am certain the code is placed in a class extending Form on the Java side, and it's certainly enclosed by <form> in the markup. I'm at a total loss with this situation, since it does work in the very same page (the final page has two forms, the first one works perfectly, the second -this one- does not). Any help will be most appreciated. Thanks, Ezequiel -- View this message in context: http://www.nabble.com/Ajax-link-doesn%27t-call-event-tp18219220p18219220.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]
