[Wicket-user] AJAX Javascript not found

2006-09-15 Thread Arseny
Hello! Sorry for may be a silly question, but I am a newbie in Wicket. Now I am studying it and came to studying AJAX components. I have a following message in Firefox JS Console when I try to use AutocompleteTextField with just copy/paste from examples. Error: wicketThrottler is not defined Sourc

[Wicket-user] Setting charset for request

2006-09-25 Thread Arseny
Hello! I have a localization issue. I need to have an input from a page in Russian language. And I want the page to be UTF8. I put meta with utf-8 charset in html page head but it does not help and I still receive something like this: input= "И" instead of a Russian letter. How can I make wic

Re: [Wicket-user] The problem about encoding and event in, ajax

2006-09-25 Thread Arseny
Thanks! It helped to deal with my problem (I had the same)!:) > Message: 1 > Date: Mon, 25 Sep 2006 16:45:11 +0200 > From: Matej Knopp <[EMAIL PROTECTED]> > Subject: Re: [Wicket-user] The problem about encoding and event in > ajax > To: wicket-user@lists.sourceforge.net > Message-ID: <[EMAIL

[Wicket-user] Changing attribute on non-component tag

2006-10-06 Thread Arseny
Splitter component (like in ZK Components) in Wicket (I did not find one)? Arseny. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share you

Re: [Wicket-user] Changing attribute on non-component tag

2006-10-06 Thread Arseny
Thank you! > ... > > add(new WebMarkupContainer("frameset").add(new > AttributeModifier("cols", new ReadOnlyModel() { ... }, true))); > > Martijn > > On 10/6/06, Arseny <[EMAIL PROTECTED]> wrote: > >> Hello! >> I am still migrat

[Wicket-user] Splitter component wanted

2006-10-11 Thread Arseny
Hi to all! Does anybody have a wicket splitter component? I don`t want to use frames to make panels resizable, because I think it to be a too heavyweight solution May be somebody has written such a component (like in ZK framework) Thanks! Arseniy. ---