[Wicket-user] choosing a wicket version

2007-02-22 Thread Xavier Hanin
Hi All, I'm currently evaluating wicket for a project, and I'm very impressed so far by the design! I would like to start some developments and I wonder which version would be the best in my case. I don't plan to make a release in a short period of time, and I'm not afraid of looking into the

Re: [Wicket-user] choosing a wicket version

2007-02-23 Thread Xavier Hanin
the two? BTW, thanks a lot to all the wicket team, wicket is really different from all other frameworks I've seen so far, very refreshing! - Xavier johan On 2/22/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi All, I'm currently evaluating wicket for a project, and I'm very impressed so far

Re: [Wicket-user] choosing a wicket version

2007-02-23 Thread Xavier Hanin
On 2/23/07, Johan Compagner [EMAIL PROTECTED] wrote: If you want a constant connection to the server then do choose the right server (that uses NIO and so on) because the current servlet way of thread per request is really not scalable then.. Do you have any recommendation about the

[Wicket-user] Internal error with wizard example

2007-02-23 Thread Xavier Hanin
Hi, I've just noticed that the wizard examples on wicketstuff.org/wicket13display an Internal error page when you hit the previous button. Is this a known bug? Xavier - Take Surveys. Earn Cash. Influence the Future of IT

Re: [Wicket-user] setPersistent on Form in 1.3 not there anymore?

2007-02-23 Thread Xavier Hanin
On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm trying to get remember me functionality on a login form working. The Form#setPersistent() method is see in the wicket-examples Signin2 does not seem to be available in Wicket 1.3 How do I do this, also is there any documentation on

Re: [Wicket-user] Internal error with wizard example

2007-02-23 Thread Xavier Hanin
:staticWizardLink::ILinkListener : Hit next twice, then previous. Note that what is also strange is that if I hit next then previous I see the third panel, instead of the first one. Xavier Eelco On 2/23/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, I've just noticed that the wizard examples

Re: [Wicket-user] Internal error with wizard example

2007-02-23 Thread Xavier Hanin
On 2/23/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 2/23/07, Eelco Hillenius [EMAIL PROTECTED] wrote: What browser and how do you do that? Browser: Opera 9 Same problem with Firefox 2.0.0.1 and IE 7.0 OS: Windows XP SP2 Scenario: go to abracabra example: http://wicketstuff.org

Re: [Wicket-user] Internal error with wizard example

2007-02-23 Thread Xavier Hanin
On 2/23/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Xavier, could you please open up a JIRA issue for that? Thanks, Done: https://issues.apache.org/jira/browse/WICKET-317 Xavier Eelco On 2/23/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 2/23/07, Eelco Hillenius [EMAIL PROTECTED] wrote

Re: [Wicket-user] setPersistent on Form in 1.3 not there anymore?

2007-02-23 Thread Xavier Hanin
On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: On 2/23/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm trying to get remember me functionality on a login form working. The Form#setPersistent() method is see in the wicket

Re: [Wicket-user] setPersistent on Form in 1.3 not there anymore?

2007-02-23 Thread Xavier Hanin
On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: On 2/23/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm trying to get remember me functionality on a login form working. The Form#setPersistent() method is see in the wicket

Re: [Wicket-user] setPersistent on Form in 1.3 not there anymore?

2007-02-23 Thread Xavier Hanin
On 2/23/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm trying to get remember me functionality on a login form working. The Form#setPersistent() method is see in the wicket-examples Signin2 does not seem to be available in Wicket 1.3 How do I do this, also is there any documentation on

Re: [Wicket-user] choosing a wicket version

2007-02-24 Thread Xavier Hanin
On 2/24/07, Vincent Demay [EMAIL PROTECTED] wrote: Xavier Hanin a écrit : Ok, so I'll go with wicket 2, thanks a lot for your time! Hi Xavier, I work on dojo intergration in wicket : Wicket-contrib-dojo(WCD) stuff project. Currently WCD is wicket1.3 compliant and some stuffs are wicket2.0

Re: [Wicket-user] choosing a wicket version

2007-02-25 Thread Xavier Hanin
On 2/24/07, Vincent Demay [EMAIL PROTECTED] wrote: Xavier Hanin a écrit : On 2/24/07, *Vincent Demay* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Xavier Hanin a écrit : Ok, so I'll go with wicket 2, thanks a lot for your time! Hi Xavier, I work on dojo

[Wicket-user] [WCD] problem building examples

2007-02-25 Thread Xavier Hanin
Hi, I'm currently testing wicket contrib dojo, and I ran into some issues with the examples: - the compilation failed: D:\users\xh\wkspace\sourceforge\wicket-stuff\wicket-contrib-dojo-examples\src\main\java\wicket\contrib\dojo\examples\SuggestionListSample.java:[7,59] cannot find symbol symbol

Re: [Wicket-user] [WCD] problem building examples

2007-02-25 Thread Xavier Hanin
On 2/25/07, Vincent Demay [EMAIL PROTECTED] wrote: Jean-Baptiste Quenot a écrit : Hi Xavier, I removed the examples that require JDK 1.5. We'll need to rewrite them. And thanks for the patch to pom.xml, I applied it but with JDK 1.4. See

[Wicket-user] error page recommendation

2007-02-26 Thread Xavier Hanin
Hi, Is there any recommended way to handle errors in wicket? Is it possible to use wicket to display an error page? - Xavier - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [Wicket-user] error page recommendation

2007-02-26 Thread Xavier Hanin
On 2/26/07, Marc-Andre Houle [EMAIL PROTECTED] wrote: getApplicationSettings ().setInternalErrorPage (InternalErrorPage.class); Thx Xavier On 2/26/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, Is there any recommended way to handle errors in wicket? Is it possible to use wicket

[Wicket-user] server side triggered page refresh (aka push)

2007-02-28 Thread Xavier Hanin
Hi All, I'm currently developing an application in which I need some kind of push technology, and even if wicket doesn't seem to support such feature for the moment, it seems that the gates are open to implement my own. Great design, kudos to the wicket team! I'd like to share with you my ideas

Re: [Wicket-user] server side triggered page refresh (aka push)

2007-03-01 Thread Xavier Hanin
On 3/1/07, Johan Compagner [EMAIL PROTECTED] wrote: if you just want polling (every X seconds), then that is already possible just fine with the AbstractAjaxTimerBehavior (or its subclass) I do that currently in my project. I poll with my own ajax timer behavior attached to the page and when

Re: [Wicket-user] server side triggered page refresh (aka push)

2007-03-01 Thread Xavier Hanin
On 3/1/07, Vincent Demay [EMAIL PROTECTED] wrote: Hi, Salut Vincent, AbstractAjaxTimerBehavior is a very good behavior but imho it is quite a hack, it is not a server native way to update client side and it leads to an useless important traffic because client side request the server event

Re: [Wicket-user] server side triggered page refresh (aka push)

2007-03-01 Thread Xavier Hanin
On 3/1/07, Johan Compagner [EMAIL PROTECTED] wrote: Interesting, I didn't know it was possible to ask the component tree which components wants to rerender. This could indeed answer to my first point. But if I want finer grain component update (for I build this my self. I know because

Re: [Wicket-user] server side triggered page refresh (aka push)

2007-03-01 Thread Xavier Hanin
On 3/1/07, Johan Compagner [EMAIL PROTECTED] wrote: If you use swing models then the wicket model or the wicket component can listen to that event the model has. If you get an event. Set a flag on the component or model. Then walk with the IVisitor pattern over all the components and test

Re: [Wicket-user] server side triggered page refresh (aka push)

2007-03-01 Thread Xavier Hanin
On 3/1/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 3/1/07, Johan Compagner [EMAIL PROTECTED] wrote: If you use swing models then the wicket model or the wicket component can listen to that event the model has. If you get an event. Set a flag on the component or model. Then walk

Re: [Wicket-user] Congratulations on Wicket's error reporting

2007-03-01 Thread Xavier Hanin
On 3/2/07, Chris Colman [EMAIL PROTECTED] wrote: I must congratulate the Wicket developers on Wicket's error reporting system. It's truly magnificent. Whenever I have an error in my markup or a problem in one of my Java classes Wicket displays a HTML page with a very thorough outline of the

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-06 Thread Xavier Hanin
On 3/6/07, Peter Neubauer [EMAIL PROTECTED] wrote: Hi there, I am trying to push out events that contain the moving locations of a users buddies, so I can update the GMap on the page using plain JS and the GMarkerManager. Right now I am using Pushlet for this, but that has the disadvantage

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-06 Thread Xavier Hanin
if it can be of any use for you. - Xavier Cheers -- Vincent Demay http://www.demay-fr.net/blog/ Xavier Hanin a écrit : On 3/6/07, Peter Neubauer [EMAIL PROTECTED] wrote: Hi there, I am trying to push out events that contain the moving locations of a users buddies, so I can update the GMap

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-06 Thread Xavier Hanin
On 3/6/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 3/6/07, Vincent Demay [EMAIL PROTECTED] wrote: Hi, If you are using plain js on client side, I think cometd is perfect to you. With cometd you can publish in a channel an event on server side (CometdPublisher - wicket-contrib-Dojo

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-06 Thread Xavier Hanin
On 3/6/07, Johan Compagner [EMAIL PROTECTED] wrote: i am planning to build an abstraction for cometd support (jetty and tomcat now) inside wicket. So that it really works like a ajax behavior that has a constant open connection where that you can get and then write the components you need.

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in 2.0

2007-03-07 Thread Xavier Hanin
Hi, I'm still a wicket newbie, so I can't comment much on the technical benefits of one or the other way. From my experience on widget toolkits, I prefer to use Swing (no need for the parent in the constructor) than SWT (requires the parent in the constructor), mainly because I think it's easier

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-07 Thread Xavier Hanin
On 3/7/07, Peter Neubauer [EMAIL PROTECTED] wrote: Hi, I decided to go with pushlets, mainly because Cometd requires Servlet API 2.5, thus Jetty 6.x which is not available as an OSGi bundle yet. However, as it works now, I am opening a new topic for every web client in order to be able to

Re: [Wicket-user] Wicket homepage Lucida Sans font

2007-03-07 Thread Xavier Hanin
On 3/7/07, remco bos [EMAIL PROTECTED] wrote: Just a few notes on the font used by the wicket homepage... The wicket homepage uses a font Lucida Sans which looks very very ugly in Windows / Firefox. Firefox can't handle Lucida Sans correctly (neither does IE on my computer)...The Lucida Sans

Re: [Wicket-user] Wicket homepage Lucida Sans font

2007-03-07 Thread Xavier Hanin
service pack 2) where I don't have the problem. But maybe its due to the font installed on the machine (I have Lucida Sans as far as I can say). Xavier Does any one else has this problem?? - Original Message From: Xavier Hanin [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent

Re: [Wicket-user] Wicket homepage Lucida Sans font

2007-03-07 Thread Xavier Hanin
On 3/7/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://wicketframework.org/ ? I tested http://incubator.apache.org/wicket/, but http://wicketframework.org/ is ok for me too. no problem here: vista/ffox 1.5.x -igor On 3/7/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 3/7/07, remco

Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread Xavier Hanin
On 3/12/07, Brian Topping [EMAIL PROTECTED] wrote: Here I thought they were cool, then they use Ant?!? Yes, with Ivy. Maybe not cool, but works very well :-) - Xavier :b On Mar 12, 2007, at 8:45 AM, mraible wrote: Thought y'all might be interested: http://opensource.joost.com/

Re: [Wicket-user] Apache Con Amsterdam: wicket presence

2007-03-14 Thread Xavier Hanin
On 3/13/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Who is going to attend Apache Con in Amsterdam? We are planning to host an evening session, but we would like to know how many would be interested/attend. I'll be there, and I'd be interested. I've incremented the counter on the wiki

Re: [Wicket-user] Wicket 1.2.5 and/or 1.3 on WOJ (World of Java) ?

2007-04-15 Thread Xavier Hanin
On 4/14/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i emailed them back in the day they started out and asked for a free oss license. they turned me down, and that led me to discover Yes, we (Jayasoft, editor of WOJ) were still searching a good compromise between cost and pricing. Now you can

[Wicket-user] Authentication and page expired

2007-04-25 Thread Xavier Hanin
Hi, I'm trying to implement authentication using wicket and I get some trouble... My problem is that when I try to access a page requiring authentication, I get redirected to a login page. Fine. But then, once authenticated, I get a Page expired message, and I don't find how to get rid of it

Re: [Wicket-user] Authentication and page expired

2007-04-25 Thread Xavier Hanin
code, the navigation back is handled by Component#continueToOriginalDestination(). But maybe I'd need to implement something special in my LoginPage, and not rely on the SigninPanel only? Xavier -igor On 4/25/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, I'm trying to implement

Re: [Wicket-user] Authentication and page expired

2007-04-26 Thread Xavier Hanin
On 4/25/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 4/25/07, Igor Vaynberg [EMAIL PROTECTED] wrote: what do you mean by once authenticated what does your loginpage code look like, eg how do you navigate back? My login page is really very simple, it doesn't do much except include

Re: [Wicket-user] Authentication and page expired

2007-04-26 Thread Xavier Hanin
-igor On 4/26/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 4/25/07, Xavier Hanin [EMAIL PROTECTED] wrote: On 4/25/07, Igor Vaynberg [EMAIL PROTECTED] wrote: what do you mean by once authenticated what does your loginpage code look like, eg how do you navigate back? My

Re: [Wicket-user] Authentication and page expired

2007-04-26 Thread Xavier Hanin
(ObjectInputStream.java:345) at org.apache.wicket.util.io.ClassStreamHandler$ObjectFieldAndIndex.readField(ClassStreamHandler.java:871) at org.apache.wicket.util.io.ClassStreamHandler.readFields(ClassStreamHandler.java:416) ... 30 more On 4/26/07, Xavier Hanin [EMAIL

Re: [Wicket-user] Authentication and page expired

2007-04-26 Thread Xavier Hanin
of this Page Expired message. Anyway, thanks a lot for your help and your time. Xavier -igor On 4/26/07, Xavier Hanin [EMAIL PROTECTED] wrote: I'm sorry, I've just noticed that I have an exception[1] before getting the Page Expired message. The exception occurs during deserialization

Re: [Wicket-user] Struts 2 Vs. Wicket (Need some highlights)

2007-05-08 Thread Xavier Hanin
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

[Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Xavier Hanin
be: dependency groupIdorg.wicketstuff/groupId artifactIdwicketstuff-dojo/artifactId version1.3.0-SNAPSHOT/version /dependency according to current wicket-contrib-dojo pom. Or am I missing something? Xavier -- Xavier Hanin - Independent Java Consultant Manage your

Re: [Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Xavier Hanin
BTW, there is the same kind of problem on wicket-contrib-push-examples, for the dependency on WCD and WCP. Xavier On 5/10/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, I think there is a problem with the current wicket-contrib-push pom: the dependency on dojo is: dependency

Re: [Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Xavier Hanin
On 5/10/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Xavier Hanin: BTW, there is the same kind of problem on wicket-contrib-push-examples, for the dependency on WCD and WCP. Hey Xavier, Do you already have a SourceForge account? Sure: xhanin Would you be interested in joining

[Wicket-user] wicket-contrib-push: design discussion

2007-05-10 Thread Xavier Hanin
rely on the interface only the interface for push related operations. I attach a patch on current code base with an implementation of what I'm thinking about, it may help you better see what I mean. WDYT? Xavier -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http

Re: [Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Xavier Hanin
On 5/10/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Xavier Hanin: On 5/10/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: Would you be interested in joining the team? ;-) I don't know if I'll have much time to contribute, but I'd be happy to join though. Congratulations

Re: [Wicket-user] wicket-contrib-push: design discussion

2007-05-10 Thread Xavier Hanin
? Xavier Hanin a écrit : So I suggest to remove this interface impl from the two behavior implementation, rename IPushBehavior in IPushListener, and rename #addPushBehavior(Component component, String channel, IPushBehavior behavior) in #addPushListener(Component component, String channel

Re: [Wicket-user] wicket-contrib-push: design discussion

2007-05-10 Thread Xavier Hanin
On 5/10/07, Vincent Demay [EMAIL PROTECTED] wrote: Xavier Hanin a écrit : On 5/10/07, *Vincent Demay* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Eelco Hillenius a écrit : The only thing that mildly bothers me is that the 'Push' sounds like on-way-traffic to me. Can we

Re: [Wicket-user] wicket-contrib-push: design discussion

2007-05-10 Thread Xavier Hanin
to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy

Re: [Wicket-user] wicket-contrib-push: design discussion

2007-05-10 Thread Xavier Hanin
://lists.sourceforge.net/lists/listinfo/wicket-user -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ - This SF.net email is sponsored by DB2 Express Download DB2 Express

Re: [Wicket-user] div id problem

2007-05-10 Thread Xavier Hanin
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ - This SF.net email is sponsored

[Wicket-user] problem with Ajax and rendering on trunk version

2007-05-22 Thread Xavier Hanin
why I have two instances, what doesn't help is that it seems that when I debug, the problem goes away depending on the occurence of other timer based ajax requests. Do any of you have already faced this problem, or has any idea of how it could come from? Xavier -- Xavier Hanin - Independent Java

Re: [Wicket-user] problem with Ajax and rendering on trunk version

2007-05-23 Thread Xavier Hanin
On 5/23/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Just to be safe, could you create a JIRA issue for this? Then it won't go unnoticed. Done: https://issues.apache.org/jira/browse/WICKET-589 Xavier Martijn On 5/22/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, I've just upgraded my

Re: [Wicket-user] When you have tabs and forms, is it ok to have the tabs all inside one form,

2007-06-04 Thread Xavier Hanin
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Wicket-user] [announce] Apache Wicket

2007-06-20 Thread Xavier Hanin
://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http

Re: [Wicket-user] Running Wicket application in Batch mode

2007-06-23 Thread Xavier Hanin
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ - This SF.net email is sponsored by DB2

[Wicket-user] Hibernate Query Panel

2007-06-27 Thread Xavier Hanin
:-) Xavier [1] http://xhab.blogspot.com/2007/06/wicket-hibernate-query-panel.html [2] http://www.xoocode.org/wsvn/xoocode/org.xoocode.xooctory/trunk/xooctory/src/main/java/org/xoocode/xooctory/web/component/hibernate/HibernateQueryPanel.java?op=filerev=0sc=0 -- Xavier Hanin - Independent Java Consultant

Re: [Wicket-user] Hibernate Query Panel

2007-06-27 Thread Xavier Hanin
enough first time I tried) and see what nathan think about that. If others have a different opinion, let me know. Xavier On 6/27/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi, I've blogged about that a few days ago [1], but jonathan told me it might be interesting to contribute it to wicket

Re: [Wicket-user] Hibernate Query Panel

2007-06-27 Thread Xavier Hanin
On 6/27/07, Nathan Hamblen [EMAIL PROTECTED] wrote: Xavier Hanin wrote: I'll try to subscribe to databinder forum (I was not fortunate enough first time I tried) and see what nathan think about that. If others have a different opinion, let me know. It's a highly exclusive place, thanks

[Wicket-user] TabbedPanel tabs instanciation

2007-07-12 Thread Xavier Hanin
), the first tab is always instanciated, even though I don't need to render it. Do anyone know a workaround for this? Xavier -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://incubator.apache.org/ivy/ http://www.xoocode.org