t-user] iframe error : ConcurrentModificationException
you can provide a pagename by using this method:
public final String Page.urlFor(final String pageMapName, final Class pageClass,
final PageParameters parameters)
when building a url for your bookmarkable page.
so both of your
ge.net
Aan
wicket-user@lists.sourceforge.net
Cc
Onderwerp
Re: Betr.: Re: [Wicket-user]
iframe error : ConcurrentModificationException
this all will not really fix youre concurrent exception
because that was a bug when 2 request (what 2 frames will cause)
happens on the same time
t;[EMAIL PROTECTED]>
Verzonden door: [EMAIL PROTECTED]
08/02/2006 12:53
Antwoord a.u.b. aan
wicket-user@lists.sourceforge.net
Aan
wicket-user@lists.sourceforge.net
Cc
Onderwerp
Re: Betr.: Re: [Wicket-user]
iframe error : ConcurrentModificationException
this all will not really
aps?
Eelco Hillenius <[EMAIL PROTECTED]>
Verzonden door: [EMAIL PROTECTED]
07/02/2006 18:11
Antwoord a.u.b. aan
wicket-user@lists.sourceforge.net
Aan
wicket-user@lists.sourceforge.net
Cc
Onderwerp
Re: [Wicket-user] iframe
error : ConcurrentModificationException
fferent
PageMaps?
Eelco Hillenius <[EMAIL PROTECTED]>
Verzonden door: [EMAIL PROTECTED]
07/02/2006 18:11
Antwoord a.u.b. aan
wicket-user@lists.sourceforge.net
Aan
wicket-user@lists.sourceforge.net
Cc
Onderwerp
Re: [Wicket-user] iframe
error : ConcurrentModificationException
t
PageMaps?
Eelco Hillenius <[EMAIL PROTECTED]>
Verzonden door: [EMAIL PROTECTED]
07/02/2006 18:11
Antwoord a.u.b. aan
wicket-user@lists.sourceforge.net
Aan
wicket-user@lists.sourceforge.net
Cc
Onderwerp
Re: [Wicket-user] iframe
error : ConcurrentModificationException
are you sure that is the latest snapshot?Because that Session.java 767 line number doesn't make sense it seems like an old lineAnd in the latest code this should be fixed.johan
On 2/7/06, Marieke Vandamme <[EMAIL PROTECTED]> wrote:
I have a problem using multiple iframes
on one WebPage. This error
Well, it would be much easier if pages SubPage1 and SubPage2 were
bookmarkable and you would define your frameset just in HTML.
Is there any reason why you want to do that dynamically/ not with
bookmarkable pages? Also, you should put the different frames in
different page maps so that using one f
I have a problem using multiple iframes
on one WebPage. This error only occured when using the 1.2 SNAPSHOT (now
using 1.2-20060206) and worked fine in 1.1.
- - - MainPage.html - - -
I don't know if this is a correct way
of filling the src of the iframes. Maybe this is