Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Eelco Hillenius
On 7/6/07, Conglun Yao <[EMAIL PROTECTED]> wrote: > Igor, > > I'll create a quickstart tomorrow morning. > > But is there anyway to bypass this error now. I have a project due to > deadline. You can always explicitly add the dependencies, either directly in your page's HTML, or as header contribu

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Conglun Yao
Igor, I'll create a quickstart tomorrow morning. But is there anyway to bypass this error now. I have a project due to deadline. Conglun On 7/7/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: On 7/6/07, Conglun Yao <[EMAIL PROTECTED]> wrote: > > Three kinds of Errors (testing under firefox):

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Igor Vaynberg
On 7/6/07, Conglun Yao <[EMAIL PROTECTED]> wrote: Three kinds of Errors (testing under firefox): wicketAjaxGet is not defined.(when changing the ajax DropDownChoice) wicketAjaxPost is not defined. (when submit form from ajax button) wicketSubmitFormById is not defined. (when submit form

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Conglun Yao
Three kinds of Errors (testing under firefox): wicketAjaxGet is not defined.(when changing the ajax DropDownChoice) wicketAjaxPost is not defined. (when submit form from ajax button) wicketSubmitFormById is not defined. (when submit form from plain submit-button) Conglun On 7/7/07, Igor

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Igor Vaynberg
On 7/6/07, Conglun Yao <[EMAIL PROTECTED]> wrote: Hi igor, Thanks for your help. But I really can not see wicket-ajax.js in the html source code. The hierarchy of my ListView is Border | ItemForm (Form) |--- TextField, DropDownChoice, submit button | --- ItemsContai

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Conglun Yao
Hi igor, Thanks for your help. But I really can not see wicket-ajax.js in the html source code. The hierarchy of my ListView is Border | ItemForm (Form) |--- TextField, DropDownChoice, submit button | --- ItemsContainer (WebMarkupContainer) | --- ListView On

Re: [Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Igor Vaynberg
On 7/6/07, Conglun Yao <[EMAIL PROTECTED]> wrote: Hi, I met a problem similar to WICKET-281. It sill happens even after our project moves to wicket 1.2.6. I can regenerate this error (JavaScript errors "Object expected"), when this is not t

[Wicket-user] wicket-ajax.js sometime missing in Wicket 1.2.6

2007-07-06 Thread Conglun Yao
Hi, I met a problem similar to WICKET-281. It sill happens even after our project moves to wicket 1.2.6. I can regenerate this error (JavaScript errors "Object expected"), when 1) submit a form which will update ListView in the same page and cl