Re: Auto Complate Text Field Character Problem

2011-08-14 Thread bilgisever
I thik there is no problem with general encoding because I can use turkish character for some other place. Such as : http://apache-wicket.1842946.n4.nabble.com/file/n3744005/Untitled.png So, I have problem with AutoComplateTextField text field companent. It is not accept turkish characters.

Problem with IE domready 1.4.17

2011-08-14 Thread Martin Makundi
Hi! I have a problem with domready event in IE 8. Looking from profiler, everything seems fine except that the particular element: var select = document.getElementById(selectId); returns null/undefined. The same script works fine in other browsers. This occurs on normal new page load. I

Re: Set RequestCycle to not try RequestHandlers for static resources

2011-08-14 Thread Bruno Borges
I've edited Wiki and added the description for ignorePaths parameter: https://cwiki.apache.org/confluence/display/WICKET/Best+Practices+and+Gotchas#BestPracticesandGotchas- *Bruno Borges* www.brunoborges.com.br +55 21 76727099 On Sun, Aug 14, 2011 at 10:56 PM, Bruno Borges wrote: > Found...

Re: Set RequestCycle to not try RequestHandlers for static resources

2011-08-14 Thread Bruno Borges
Found... Add an init-param for WicketFilter named 'ignorePaths' with paths separated by comma. *Bruno Borges* www.brunoborges.com.br +55 21 76727099 On Sun, Aug 14, 2011 at 10:44 PM, Bruno Borges wrote: > My Wicket app is mapped to / and because of that, lookups are being done > for static res

Set RequestCycle to not try RequestHandlers for static resources

2011-08-14 Thread Bruno Borges
My Wicket app is mapped to / and because of that, lookups are being done for static resources under /css, /js, /images and so on. Is there any way to configure Wicket to not trying to find a RequestHandler for these specific paths? These paths are going to be processed by the container. Thanks,

Re: CheckGroup updateModel + setrequired (Bug?)

2011-08-14 Thread delta
It will get some time to test that, but i will give a try later. What a want to understand is: 1) Why the checkgroup dont update his model automatically, forcing me to call updateFormComponentModels()?? I tried a PropertyModel in the constructor and a collection directly, the result is the same. 2)

Re: Wicket 1.5: Question (or feature request) afterOnInitialize()

2011-08-14 Thread armandoxxx
my fix was if someone needs it .. Regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-Question-or-feature-request-afterOnInitialize-tp3732520p3743198.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Absolute url in action form?

2011-08-14 Thread Jony
Create hint. Thanks Igor. Work fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Absolute-url-in-action-form-tp3742161p3742857.html Sent from the Users forum mailing list archive at Nabble.com. -