Re: [Wicket-user] Multiple sessions from one client

2007-01-20 Thread Matej Knopp
Erik van Oosten wrote: Short answer: NO. Long answer: mostly no, but it strongly depends on the browser. Solution: do not use the session (is against Wicket matra anyway) but maintain state in the Wicket components. Make sure that your components are versioned (defaults to on). Yeah,

Re: [Wicket-user] Setting html-tags properties

2007-01-20 Thread Peter Thomas
make sure you have WicketMessageTagHandler added to markupparser. -igor I had the same question - but now how exacty do I add WicketMessageTagHandler to markupparser ? I am trying to do this in the application but WicketMessageTagHandler needs a ContainerInfo. Help! - Peter On 1/19/07,

Re: [Wicket-user] Multiple sessions from one client

2007-01-20 Thread Johan Compagner
But then in wicket we should have support for that, that you can say: no url encoding for this page at all in this request. So that the login page will be completely sessionless when it comes back in and after that you will have 2 jsessionid's in the 2 browsers yes. But Wicket should be able to

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
* Eelco Hillenius: Sounds good to me. But rather than starting with a list of all project that are in wicket-stuff now, maybe we should make a list here of the projects people are willing to support (and thus write a piece about in this new site). I'd be happy to write a short intro about:

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Martijn Dashorst
On 1/20/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: I don't understand the whole issue: the idea is to move wicket-stuff outside of Sourceforge? Why is the provided URL just an ip address? No, just the website and issue management. sf.net doesn't support confluence as a wiki (it is java

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
* Martijn Dashorst: Hosting the important stuff ourselves is beneficial to the projects: JIRA is much better than the sf.net tracker, confluence ditto. Big +1, good initiative. The IP address is because we're still debating what to do with the wicketframework.org domain

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Martijn Dashorst
And what about wicketstuff.org then? We could register it right now and point it to the afore-mentioned IP address. done. will take a week or so to process Martijn -- Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket Wicket 1.2.4 is as easy as 1-2-4. Download

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Filippo Diotalevi
On 1/20/07, Martijn Dashorst [EMAIL PROTECTED] wrote: On 1/20/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: I don't understand the whole issue: the idea is to move wicket-stuff outside of Sourceforge? Why is the provided URL just an ip address? Yeah, I ported quite all the contents of

Re: [Wicket-user] Setting html-tags properties

2007-01-20 Thread Igor Vaynberg
application.init() { super.init(); getmarkupsettings.setmarkupparserfactory(new MarkupParserFactory() { protected void initMarkupFilters(final MarkupParser parser) { super.initMarkupFilters(parser); parser.registermarkupfilter(new

Re: [Wicket-user] Setting html-tags properties

2007-01-20 Thread Peter Thomas
Thanks Igor, I'm using 1.2.4 - and now a bit confused with these compilation problems: 1) doesn't WicketMessageTagHandler needs a ContainerInfo in the constructor. Where is the best place to get that from? 2) and the super.initMarkupFilters(parser) line does not compile either. I see that as

Re: [Wicket-user] Setting html-tags properties

2007-01-20 Thread Igor Vaynberg
the code i wrote was against 1.3, im not sure how it is different against 1.2.x, you have 1.2.4 source code right (i dont have it checked out)? just look at how other filters are registered there. -igor On 1/20/07, Peter Thomas [EMAIL PROTECTED] wrote: Thanks Igor, I'm using 1.2.4 - and now

Re: [Wicket-user] Setting html-tags properties

2007-01-20 Thread Peter Thomas
Thanks Igor, I did as you said - got the source also out of the Maven2 repo (easier :) and it is working now with this one line in app init() as follows: WicketMessageTagHandler.enable = true; Thanks for your help, Peter. On 1/21/07, Igor Vaynberg [EMAIL PROTECTED] wrote: the code i wrote

Re: [Wicket-user] Multiple sessions from one client

2007-01-20 Thread Eelco Hillenius
Did anyone try my suggestion of using the pagemap name as a partial key for the objects you want to store in the session dependent of the window? I think that should work well enough. Eelco On 1/20/07, Johan Compagner [EMAIL PROTECTED] wrote: But then in wicket we should have support for that,

Re: [Wicket-user] Multiple sessions from one client

2007-01-20 Thread Igor Vaynberg
what we need of course is the window scope weve discussed before :) but we wont have that till 3.0 -igor On 1/20/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Did anyone try my suggestion of using the pagemap name as a partial key for the objects you want to store in the session dependent of

Video Aulas, cursos em v�deo. Aprenda a fazer tudo com video cursos

2007-01-20 Thread Marcia Ribeiro
Video Aulas para download, cursos em vídeo. Vários assuntos. Aprenda a fazer sushi, curso de Yoga em vído, video aula de sedução, video curso de massagem sensual: http://www.gueb.de/videocursosbrasil Video cursos de informática, ginástica, artes marciais. Tudo em cursos para download. Vídeos com

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
* Filippo Diotalevi: On 1/20/07, Martijn Dashorst [EMAIL PROTECTED] wrote: On 1/20/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: I don't understand the whole issue: the idea is to move wicket-stuff outside of Sourceforge? Why is the provided URL just an ip address?

[Wicket-user] integrate Wicket stuff examples projects

2007-01-20 Thread Eelco Hillenius
I just filed http://issues.apache.org/jira/browse/WICKET-227, which we are considering because of an offline discussion we had on how to cut down on maintenance for the core projects. I think we can do much the same for the Wicket-stuff projects. There are a couple of projects with their own

[Wicket-user] status wicket-stuff projects

2007-01-20 Thread Eelco Hillenius
Last weekend and today I have been working on updating the 1.3 (for Wicket 1.x/ 1.3) and trunk (for Wicket 2.0) branches of the wicket-stuff repository. I couldn't get all projects working right; the dojo-examples project has too many breaks and there is a dependency problem with the tinymce

[Wicket-user] custom (per component) resource loading improvement in 1.3

2007-01-20 Thread Eelco Hillenius
FYI, I checked in this http://issues.apache.org/jira/browse/WICKET-224 yesterday. For those of you having to deal with custom markup loading this is quite an improvement, as the improvement (or rather backport) means that you can now get your templates from a dynamic location. The previous

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-20 Thread Igor Vaynberg
there is a class called Start that comes with quickstart, just launch that class as a java app and it will startup jetty, etc -igor On 1/20/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to follow the Quickstart Guide

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-20 Thread Eelco Hillenius
An example: MapString, CharSequence variables = new HashMapString, CharSequence(7); variables.put(javaScriptId, javaScriptId); variables.put(backGroundElementId, backgroundElementId); variables.put(imageElementId, imageElementId);

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-20 Thread Scott Swank
Mighty slick, and much appreciated. On 1/20/07, Eelco Hillenius [EMAIL PROTECTED] wrote: An example: MapString, CharSequence variables = new HashMapString, CharSequence(7); variables.put(javaScriptId, javaScriptId);