I can see that I get the following error reported in my JS console in firefox:
Error: Wicket.Ajax.AutoComplete is not a constructor Source File: http://localhost:8081/mm/app?wicket:interface=:2:: Line: 78 The HTML code codes something like: ... <input id="directShipFilter_form_supplier" name="supplier" value="asd" type="text" autocomplete="off" wicket:id="supplier" size="50"/><script type="text/javascript"><!--/*--><![CDATA[/*><!--*/ new Wicket.Ajax.AutoComplete('directShipFilter_form_supplier','/mm/app?wicket:interface=:2:directShipFilter:form:supplier::IBehaviorListener&wicket:behaviorId=1'); ... Eelco Hillenius wrote: > > Could you please file an issue with our bug tracker? > > Eelco > > On 8/30/06, samyem <[EMAIL PROTECTED]> wrote: >> >> No other ajax component is added except the target is passed the >> feedbackcomponent. I can see all the javascripts necessary, and there is >> no >> error either on the javascript side or on the java side. The callback >> function to get the autocomplete iterator is not called at all by wicket >> when the autocomplete textfield component has the error message >> associated >> to it. I can show my file file if necessary. >> >> >> Johan Compagner wrote: >> > >> > is there somehow another ajax component also added to the page when you >> > see >> > the feedback? >> > >> > Can you see if alll the javascript that you see first (when it works) >> is >> > still there? >> > >> > johan >> > >> > >> > On 8/30/06, samyem <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> I have a custom converter associated to my autocomplete text field >> that >> >> throws a conversion exception if it cannot convert the entered text >> into >> >> the >> >> associated object. Once it does this, I can see the error in the >> feedback >> >> panel, but the autocomplete feature stops working. >> >> >> >> >> >> Eelco Hillenius wrote: >> >> > >> >> > What kind of errors do you mean? Where/ how did you encounter this? >> >> > >> >> > Eelco >> >> > >> >> > >> >> > On 8/29/06, samyem <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> If there is an error associated to AutoCompleteTextField, the auto >> >> >> complete >> >> >> text field does not do auto complete, which prevents the user from >> >> >> correcting the problem easily. Can it be done such that even if >> there >> >> are >> >> >> errors in the AutoCompleteTextField, it still behaves normally and >> >> show >> >> >> the >> >> >> autocomplete drop down? >> >> >> -- >> >> >> View this message in context: >> >> >> http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6048058 >> >> >> Sent from the Wicket - User forum at Nabble.com. >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------- >> >> >> Using Tomcat but need to do more? Need to support web services, >> >> security? >> >> >> Get stuff done quickly with pre-integrated technology to make your >> job >> >> >> easier >> >> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> >> >> Geronimo >> >> >> >> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> >> _______________________________________________ >> >> >> Wicket-user mailing list >> >> >> [email protected] >> >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> >> >> >> >> > >> >> > >> >> >> ------------------------------------------------------------------------- >> >> > Using Tomcat but need to do more? Need to support web services, >> >> security? >> >> > Get stuff done quickly with pre-integrated technology to make your >> job >> >> > easier >> >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache >> >> Geronimo >> >> > >> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> > _______________________________________________ >> >> > Wicket-user mailing list >> >> > [email protected] >> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6052587 >> >> Sent from the Wicket - User forum at Nabble.com. >> >> >> >> >> >> >> ------------------------------------------------------------------------- >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> >> Get stuff done quickly with pre-integrated technology to make your job >> >> easier >> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> >> Geronimo >> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> _______________________________________________ >> >> Wicket-user mailing list >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> >> >> > >> > >> ------------------------------------------------------------------------- >> > Using Tomcat but need to do more? Need to support web services, >> security? >> > Get stuff done quickly with pre-integrated technology to make your job >> > easier >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> > _______________________________________________ >> > Wicket-user mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6060105 >> Sent from the Wicket - User forum at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6064920 Sent from the Wicket - User forum at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
