Re: java.util.ConcurrentModificationException inorg.apache.wicket.protocol.http.SecondLevelCacheSessionStore$SecondLevelCachePageMap.put

2008-12-17 Thread Xhelas
Same symptoms using wocket 1.4-rc1. Regards Alexandre leok wrote: I was poking through some logs, and I noticed a few rare instances of this exception: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:365) at

Re: What is your experience on the time of development ?

2009-01-04 Thread Xhelas
This is a very interesting and surprising post in this forum. Do you have further explanation about your superior productivity using Grails? Is this due to the kind of applications you developp or to special tools that comes with this framework? Is the key stone groovy? Thanks for your

Re: Google Adsense.

2009-01-31 Thread Xhelas
I have no problem with this using wicket 1.4.rc1. And i never had problem using previous versions. Regards Alexandre ej595 wrote: Hi all, im not sure if anyone else has any experience of using google adsense within your wicket html, but i seem to be finding that it interferes with the

Accessing IFrame field from parent

2009-02-13 Thread Xhelas
I have a page and an IFrame is this page. I try to access in javascript, from the parent page, a field from the Iframe page. But firefox gives me a security exception. I understands that the URI of the IFrame and of the parent page are not the same, and that is why I get this exception. The

Re: bookmarkable URL and sortable data table

2008-09-24 Thread Xhelas
I have encountered the same problem as you. I have solved it thsi way: The page that contains the table has parameters that reflects the state of the table. Then I created the class : public class BookmarkableOrderByBorder extends Border that is created by the overriden newSortableHader of

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Xhelas
You have run run mvn javadoc:javadoc at the root of the source directory. This will generated all the javadoc. Then you have to associate each jar with its corresponding javadoc root directory. Regards, Alexandre Pieter Claassen wrote: What is the most effective way to get the

Re: ajax busy indicator never stops in IE

2008-11-14 Thread Xhelas
All the same for me with 1.4-rc1. miro wrote: My page has IndicatingAjaxLinkWhen user clicks on this link the busy indicator never stops , it works fine in firefox here some html tbody wicket:id=auditInfoContainer

Re: Wicket upload example in latest snapshot (1.4) has exception

2008-11-14 Thread Xhelas
This indeed happens in 1.4-rc1 and it did not happened in 1.4-m3. Another fix is to override the updateModel method of FileUploadField in neutralize it. Regards. Alexandre NickCanada wrote: Apologies -after a more thorough search of the issue the following thread addresses the issue:

Re: ajax busy indicator never stops in IE

2008-11-14 Thread Xhelas
Thank you for the clue on the clue! There are indeed some likely usefull information (with errors on IE7) in the ajax console, but it is not easy to understand it. I will compare it with firefox generated logs... igor.vaynberg wrote: why dont you check *why* it is not hiding. ajax console

Good practice for temporary resource reference

2009-03-29 Thread Xhelas
I am doing an application with a lot of dynamical image creation. These images need to be cached client side, but their life time is bounded by the suer session's lifetime. So I create a lot of image resource references which url is used but the client. What I did not get in the APi is the way do

Re: Good practice for temporary resource reference

2009-04-19 Thread Xhelas
Well, nobody has the same probelm as me? Is that a stupid question? Xhelas wrote: I am doing an application with a lot of dynamical image creation. These images need to be cached client side, but their life time is bounded by the suer session's lifetime. So I create a lot of image resource

Re: Good practice for temporary resource reference

2009-04-19 Thread Xhelas
Session? Scott On Sun, Apr 19, 2009 at 4:38 PM, Xhelas xhe...@yahoo.fr wrote: Well, nobody has the same probelm as me? Is that a stupid question? Xhelas wrote: I am doing an application with a lot of dynamical image creation. These images need to be cached client side, but their life