using cached data in DataTable

2009-01-19 Thread miata
re an option to set cachedItemCount for all request in paginate. We need it because database queries are very slow... thanks miata -- View this message in context: http://www.nabble.com/using-cached-data-in-DataTable-tp21540328p21540328.html Sent from the Wicket - User mailing list archive at Nabbl

Add a feedBackPanel in form

2008-12-09 Thread miata
Hi, I have a problem with a form, I want to add a feedBackPanel for each fields added in my form. Is it possible??? In the normal case the feedback message appear in the same panel for all fields, for my new form I want a separate feedback which appear near to input fields... Thanks -- View thi

Re: No reaction appear on ajaxSubmitLink

2008-11-18 Thread miata
It's work !!! It's seem to be the model attachment to the form that problem... thanks Martijn Dashorst wrote: > > Try overriding onError as well and add a feedback panel to your ajax > request target in the onError. > > Martijn > > On Tue, Nov 18, 2008 at 3

No reaction appear on ajaxSubmitLink

2008-11-18 Thread miata
Hi, I have a problem with submitting form by an AjaxSubmitLink. In fact I try to disabled all field in my form with: field.setEnabled(false); It's work if I use an AjaxLink.click to take effect enabled disabled but it's doesn't work with AjaxSubmitLink.submit. The submit work and react at the fir

RE: How to made a direct response html in wicket

2008-09-11 Thread miata
ge extens WebPage { > public MyPage() { > add(new Label("content", "a lot of html tags and things fort he > page").setEscapeModelStrings(false)); > } > > -Ursprüngliche Nachricht- > Von: miata [mailto:

How to made a direct response html in wicket

2008-09-11 Thread miata
Hi, I have a problem to including a html flow in web page. In Jsp page, the code will be like this : <%=api.callHtml %> How I can tranfered the html flow since wicket Page without markup ??? If someone have an idea... thanks -- View this message in context: http://www.nabble.com/How-to-m

Re: datepicker and inmethod

2008-08-21 Thread miata
Do you have the solution, I have the same problem... madx wrote: > > Error: lang.later is not a function > Source File: > http://localhost:8080/dsc/dsc/resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js > Line: 1270 > > I am getting this error when i have a textfield with date