Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-16 Thread Juha Alatalo
to test it myself yet. -igor On Tue, Jun 10, 2008 at 7:09 AM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi All, I run our profiling tests (version 1.3.3) using Application.java and Localizer.java patched by Stefan. Patch seems to be solving our memory problems. Is this patch coming to 1.3.4 and do

Using relative path with HeaderContributor

2008-06-16 Thread Juha Alatalo
Hi, We started to use 1.3.X because https://issues.apache.org/jira/browse/WICKET-1667 will be probably fixed soon in 1.3.X. There seems to be some changes in public static String resourceKey(final String path, final Locale locale, final String style) in SharedResources. We have been using

Re: Using relative path with HeaderContributor

2008-06-16 Thread Juha Alatalo
at 7:02 AM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi, We started to use 1.3.X because https://issues.apache.org/jira/browse/WICKET-1667 will be probably fixed soon in 1.3.X. There seems to be some changes in public static String resourceKey(final String path, final Locale locale, final String style

Re: Using relative path with HeaderContributor

2008-06-16 Thread Juha Alatalo
So now things are actually working as they should. Forget this thread, I am an idiot. Thanks and keep up the good work. - Juha Juha Alatalo wrote: Now browser does never find my css-file. What is the trick to make things work again? James Carman wrote: This is not a bug. The $up$ stuff

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-12 Thread Juha Alatalo
havent had the time to test it myself yet. -igor On Tue, Jun 10, 2008 at 7:09 AM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi All, I run our profiling tests (version 1.3.3) using Application.java and Localizer.java patched by Stefan. Patch seems to be solving our memory problems. Is this patch

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Juha Alatalo
Hi All, I run our profiling tests (version 1.3.3) using Application.java and Localizer.java patched by Stefan. Patch seems to be solving our memory problems. Is this patch coming to 1.3.4 and do you have any idea when 1.3.4 will be released? Best Regards - Juha Stefan Fußenegger wrote:

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Juha Alatalo
[x] +1, Wicket 1.4 is 1.3 + generics, drop support for 1.3 - Juha Martijn Dashorst wrote: This thread is for voting only. Use the [discuss] thread for voicing your opinion or asking questions. This makes counting the votes much easier. The discussion on our development list makes it clear

Adding javascript in html

2008-03-13 Thread Juha Alatalo
Hi, we just started using version 1.3.2 and noticed that references to js-files without wicket:id doesn't work any more. They were working in 1.3.1. code: wicket:head script type=text/javascript src=/syncrontech/common/gate/component/GateConfirm.js/script /wicket:head log: 192.168.2.155 -

Re: Russian localization

2008-03-10 Thread Juha Alatalo
Frank Bille wrote: On Thu, Mar 6, 2008 at 3:16 PM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi, Russian language supports seems to be broken. Calling getString() causes class cast exception (stack trace in the end of the mail). Removing file org\apache\wicket\Application_ru.xml seems

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

2008-03-04 Thread Juha Alatalo
https://issues.apache.org/jira/browse/WICKET-1394 Igor Vaynberg wrote: ok, enter a jira rfe -igor On Fri, Feb 22, 2008 at 2:41 AM, Juha Alatalo [EMAIL PROTECTED] wrote: In this case I have to visit different page when browse is chosen. When I come back form is cleared, isn't it? - Juha

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

2008-02-22 Thread Juha Alatalo
ajaxformsubmitbehavor but a regular ajax behavior -igor On Thu, Feb 21, 2008 at 3:57 AM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi, I have created a dropDownChoice component where the last option is browse == opens new page where user can make queries. (Similar to look in field in search panel

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

2008-02-22 Thread Juha Alatalo
Of course I could, but I would like to create dropDownChoice I was describing. - Juha Maurice Marrink wrote: Can't you use an AjaxSubmitLink? Maurice On Thu, Feb 21, 2008 at 12:57 PM, Juha Alatalo [EMAIL PROTECTED] wrote: Hi, I have created a dropDownChoice component where the last

AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

2008-02-21 Thread Juha Alatalo
Hi, I have created a dropDownChoice component where the last option is browse == opens new page where user can make queries. (Similar to look in field in search panel of Windows XP, where user can select some default folders or can choose browse to give an exact folder) Because there is

Re: wicket-contrib-datepicker

2007-11-05 Thread Juha Alatalo
Silence means that you don't care? Juha Alatalo wrote: Hi, could it be possible to fix old DatePicker in 1.2 and 1.X? At least Scandinavian letters like ä and ö is replaced with rubbish like ö or ?. I can sen fixed Finnish and Swedish versions but I also need languages like Polish

wicket-contrib-datepicker

2007-10-31 Thread Juha Alatalo
Hi, could it be possible to fix old DatePicker in 1.2 and 1.X? At least Scandinavian letters like ä and ö is replaced with rubbish like ö or ?. I can sen fixed Finnish and Swedish versions but I also need languages like Polish. This problem was fixed year ago but now it occurs again. -

Re: VisitChildren + IComponentResolver broken in beta 4?

2007-10-22 Thread Juha Alatalo
you call the visitChildren method. The idea is that resolved components are on page only during page render. Otherwise they are removed from page. -Matej On 10/17/07, Juha Alatalo [EMAIL PROTECTED] wrote: In the JIRA issue following was commented: This doesn't seem to be a bug in Wicket. In fact

IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Juha Alatalo
Hi, there is AjaxSubmitLink and IndicatingAjaxLink but not IndicatingAjaxSubmitLink. Are you planning to create one? - Juha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Juha Alatalo
That is the case with AjaxSubmitButton and AjaxButton not with the links, is it?. AjaxSubmitLink submits a form AjaxLink does not. - Juha Gerolf Seitz wrote: iirc, AjaxSubmitLink has been marked deprecated in favor of AjaxLink. Gerolf On 10/22/07, Juha Alatalo [EMAIL PROTECTED] wrote: Hi

VisitChildren + IComponentResolver broken in beta 4?

2007-10-15 Thread Juha Alatalo
Hi, If the components are added on the page using ComponentResolver, visitChildren() method seems to be working incorrectly. Created following example which works in beta 3 but not in beta 4. http://download.syncrontech.com/public/VisitChildrenExample.zip - Juha

Re: VisitChildren + IComponentResolver broken in beta 4?

2007-10-15 Thread Juha Alatalo
https://issues.apache.org/jira/browse/WICKET-1077 - Juha Matej Knopp wrote: Please create a JIRA entry and assign the example to it. Thanks. -Matej On 10/15/07, Juha Alatalo [EMAIL PROTECTED] wrote: Hi, If the components are added on the page using ComponentResolver, visitChildren

PopupDatePicker + AjaxButton + IE 7 + visibility

2007-10-10 Thread Juha Alatalo
Hi, we are still using old DatePicker (PopupDatePicker in wicket-contrib-datepicker) and found an error in following situation. - Panel is invisible - AjaxButton sets panel visible - DatePicker (in that panel) doens't work when using IE 7 I created a simple example: