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

Re: Using relative path with HeaderContributor

2008-06-16 Thread Juha Alatalo
for resources. On Mon, Jun 16, 2008 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 Str

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 f

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

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

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: Wicket:enclosure isn't working with ajax?

2008-03-31 Thread Juha Alatalo
Ok. That's the answer I was afraid of. - Juha Igor Vaynberg wrote: enclosures dont really work with ajax. you would have to update some container that the enclosure is in -igor On Mon, Mar 31, 2008 at 10:22 AM, Juha Alatalo <[EMAIL PROTECTED]> wrote: Hi, is there any w

Wicket:enclosure isn't working with ajax?

2008-03-31 Thread Juha Alatalo
Hi, is there any way to set a component, which is surrounded by wicket:enclosure, visible via ajax? setOutputMarkupPlaceholderTag(true); doesn't seem to be working when component is surrounded by wicket:enclosure. I made a simple example: http://download.syncrontech.com/public/EnclosureTest.z

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 that

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: src="/syncrontech/common/gate/component/GateConfirm.js"> log: 192.168.2.155 - st [13/Mar/2008:09:29:03 +] "GET /wicket//syncr

Re: Russian localization

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

Russian localization

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 to be fixing the provlem. Should I create a jire issue for that? - Juha java.lang.ClassCastExcep

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

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 i

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

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 whe

Re: AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

t use 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 &quo

AjaxFormSubmitBehavior and setDefaultFormProcessing(false)?

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

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

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. - Juha

Re: IndicatingAjaxSubmitLink missing?

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]>

IndicatingAjaxSubmitLink missing?

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: VisitChildren + IComponentResolver broken in beta 4?

tChildren + IComponentResolver broken in beta 4? It depends on when 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

Re: VisitChildren + IComponentResolver broken in beta 4?

works for normally added component. Shouldn't those functions work also for components that are added using IComponentResolver as long as those are visible? - Juha Juha Alatalo wrote: https://issues.apache.org/jira/browse/WICKET-1077 - Juha Matej Knopp wrote: Please create a JIRA entr

Re: VisitChildren + IComponentResolver broken in beta 4?

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, visitCh

VisitChildren + IComponentResolver broken in beta 4?

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: PopupDatePicker + AjaxButton + IE 7 + visibility

https://issues.apache.org/jira/browse/WICKET-1058 - Juha Matej Knopp wrote: Looks like there's a problem with header contribution? Please create a JIRA entry and attach the example to it. -Matej On 10/10/07, Juha Alatalo <[EMAIL PROTECTED]> wrote: Hi, we are still using old

PopupDatePicker + AjaxButton + IE 7 + visibility

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: http://download.syncrontech.