Re: [Wicket-user] Timeline-component

2006-11-30 Thread Vincent Demay
like wicket-contrib-dojo. For the moment there isn't any live demo. But you can test It on my personal machine : http://www.demay-fr.net:8080/Wicket-start/app It could be quitte slow... it is just my own server... it is not a professionnal one - sorry;) Vincent Demay http://www.demay-fr.net

Re: [Wicket-user] Error in Wicket Form Ajax in IE

2006-12-12 Thread Vincent Demay
It is a known bug under IE, table elements can not be replace with OuterHtml which is used is wicketAjax implementation. This bug has been fixed : see http://issues.apache.org/jira/browse/WICKET-143 -- Vincent Demay http://www.demay-fr.net/blog/en Ayodeji Aladejebi wrote: I have this set

Re: [Wicket-user] integrate Wicket stuff examples projects

2007-01-22 Thread Vincent Demay
Eelco Hillenius a écrit : 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

Re: [Wicket-user] Client-side form validation in Wicket 1.2 or 1.3

2007-01-24 Thread Vincent Demay
Hi, We make some client-side validation (not also client-side but with ajax) in Wicket-Contrib-Dojo. But it is not as powerfull as we expected for the moment because we do not have time to do that for the moment. You can see a live demo here : http://www.demay-fr.net:8080/WCD13/app : it is

[Wicket-user] JS error on ajaxRequest response

2007-01-29 Thread Vincent Demay
Hi all I work with a quite old wicket 1.3 branch snapshot And I get the following error when response come back to the client : t has no properties : if (t.readyState == 4) { Have you ever seen this kind of mistake? Is it a knew bug? Is there a patch to fix that? thanks -- Vincent

Re: [Wicket-user] JS error on ajaxRequest response

2007-01-29 Thread Vincent Demay
Matej Knopp a écrit : You're probably using the firebug extension for firefox. It is a known issue, it's caused by firebug. There is a workaround for it in svn. Ok thanks a lot. Where can I find this workaround on svn? -Matej Vincent Demay wrote: Hi all I work with a quite old

Re: [Wicket-user] JS error on ajaxRequest response

2007-01-29 Thread Vincent Demay
I get it thanks a lot... It works now ;) -- Vincent Matej Knopp a écrit : current wicket-ajax.js :) -Matej Vincent Demay wrote: Matej Knopp a écrit : You're probably using the firebug extension for firefox. It is a known issue, it's caused by firebug. There is a workaround

Re: [Wicket-user] Right-click context menu

2007-02-04 Thread Vincent Demay
(menu)); add(container); And you do not need to add any html in your template. If you want to use it, just check-out the svn repository -- Vincent Demay http://www.demay-fr.net/blog/index.php/en - Using Tomcat

Re: [Wicket-user] Right-click context menu

2007-02-04 Thread Vincent Demay
Jean-Baptiste Quenot a écrit : * Vincent Demay: I've just finished to integrate DojoMenu Hi Vincent, Great work! However in your MenuSample example, it's not clear how to intercept which particular menu item has been selected. Am I missing something? Thanks JB Yes you miss

[Wicket-user] NPE on session expire

2007-02-07 Thread Vincent Demay
. -- Vincent Demay - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based

Re: [Wicket-user] non-draggable Windows?

2007-02-10 Thread Vincent Demay
You can use Wicket-contrib-dojo (WCD): see DojoModalDialog (http://www.demay-fr.net:8080/WCD13/app?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.DialogShower) But to use WCD you need to use wicket1.X -- Vincent Demay http://www.demay-fr.net/blog/index.php/en Matej Knopp a écrit

Re: [Wicket-user] choosing a wicket version

2007-02-24 Thread Vincent Demay
because of WCD -- Vincent Demay http://www.demay-fr.net/blog - Xavier johan - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Wicket-user] choosing a wicket version

2007-02-24 Thread Vincent Demay
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 intergration in wicket : Wicket-contrib-dojo(WCD) stuff

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-25 Thread Vincent Demay
anyone experienced the same issues? I'm using wicket 2.0-SNAPSHOT and thus the 2.0-SNAPSHOT version of wicket contrib dojo. wicket-contrib-dojo (WCD) 2.0 is less maintain than WCD 1.3. So if you can prefer 1.3. Thanks -- Vincent Demay http://www.demay-fr.net/blog

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

2007-02-25 Thread Vincent Demay
. exemples are now 1.4 compliant... ;) -- Vincent Demay http://www.demay-fr.net/blog/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-25 Thread Vincent Demay
Vincent Demay a écrit : Gohan a écrit : I'm having some issues with the DojoDropContainer component of wicket-contrib-dojo. As soon as I'm setting the layout in the css to be float: left; for the images or whatever I like to drop, it won't work (i.e. I can't drop any images

Re: [Wicket-user] Update component using ajax when no AjaxRequestTarget is available

2007-02-26 Thread Vincent Demay
a AjaxRequestTarget to which you'd add the label. But what should I do in this case? Hi, You're right, it is a mistake, onDrop should give you access to the AjaxRequestTarget... I just fixed that... thanks a lot for the report -- Vincent Demay http://www.demay-fr.net/blog Thanks

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-26 Thread Vincent Demay
to a DojoDropContainer. But I can add that to the jira, if it's a bug that is? Yes please ;) I will take a look at it Just a question, Are you using Wicket 1.X or wicket 2.X ? -- Vincent Demay http://www.demay-fr.net/blog Thanks for your help Vincent. Vincent Demay wrote: Vincent Demay

Re: [Wicket-user] Notificaton when DOJO FXOnClickFader have completed

2007-02-26 Thread Vincent Demay
Unfortunatly there isn't any event raised when an effect is finished. What is your use case? may be we can work around that? Gohan a écrit : I have another question regarding the wicket-contrib-dojo library. I wonder if it's possible to be notified when a FX component like FXOnClickFader or

Re: [Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-02-28 Thread Vincent Demay
that but with a tooltip on the alerticon instead of a classical feedbackPanel -- Vincent Demay http://www.demay-fr.net/blog Manuel Alejandro de Brito Fontes a écrit : Hi, I'm using wicket to build a prototype and found interesting the content of this: http://wicketstuff.org/confluence/display

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

2007-03-01 Thread Vincent Demay
have a look at wicket.contrib.dojo.cometd.DojoSharedForm which allows a form to be shared in live between all clients working on it -- Vincent Demay http://www.demay-fr.net/blog Johan Compagner a écrit : if you just want polling (every X seconds), then that is already possible just fine

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

2007-03-06 Thread Vincent Demay
;) Cheers -- Vincent Demay http://www.demay-fr.net/blog/ Xavier Hanin a écrit : On 3/6/07, *Peter Neubauer* [EMAIL PROTECTED] mailto:[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

[Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicket-contrib-push-examples -- Vincent Demay http://www.demay-fr.net/blog - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
person2 has saved Hope what I said help you to understand ;) -- Vincent Demay http://www.demay-fr.net/blog -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Vincent Demay Gesendet: Dienstag, 20. März 2007 10:13 An: wicket-user

Re: [Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
/servlet I just gave a quick look on http://tomcat.apache.org/tomcat-6.0-doc/aio.html but it seems to be the same way to do -- Vincent johan On 3/20/07, *Vincent Demay* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Johan Compagner a écrit : is the second one really push

Re: [Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
://tomcat.apache.org/tomcat-6.0-doc/aio.html so for tomcat to work i need to create a special filter (or servlet) that maps a push connection How does jetty work? When does jetty know that this is a nio/cometd connection? johan On 3/20/07, Vincent Demay [EMAIL PROTECTED] wrote: Johan

Re: [Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
James McLaughlin a écrit : WDYT?, Any comments, feelings? This looks like really exciting work. I can't wait to try it out. I took a look at the code and you've done a really nice job. One question, is it possible to push rendered components instead of pinging those components on the

Re: [Wicket-user] Serveur pushing implementation

2007-03-20 Thread Vincent Demay
similar requesttarget to ajaxrequesttarget that can transfer value pairs _or_ markup. but this is definetely a great start. -igor On 3/20/07, *Vincent Demay* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, I made a new project in wicket

Re: [Wicket-user] Serveur pushing implementation

2007-03-21 Thread Vincent Demay
those components. If we writte ourself the *CometServlet we can image to write a client side wicket-comet.js allowing to wrap *CometServlet response in existing wicket-ajax. I think it could be fine ;) -- Vincent johan On 3/20/07, *Vincent Demay* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-04 Thread Vincent Demay
ZedroS Schwart a écrit : Hi all I've the following code : public class LogoutPage extends SecuredBasePage { public LogoutPage() { ((Session) getSession()).setUser(null); add(new AbstractAjaxTimerBehavior(Duration.seconds(5)) {

Re: [Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Vincent Demay
Gohan a écrit : Does anyone know how to disable the debug messages that's being printed all over the screen when using wicket-contrib-dojo 1.3.0-SNAPSHOT? Hi Gohan You can use https://addons.mozilla.org/fr/firefox/addon/1843 on you browser add log will be moved on its console, also in

Re: [Wicket-user] unsuscribe

2007-04-18 Thread Vincent Demay
waqas shahwar a écrit : please unsuscribe me from mailing list.I don't want email from wicket go on https://lists.sourceforge.net/lists/listinfo/wicket-user and do it yourself _ Express yourself instantly with MSN Messenger!

Re: [Wicket-user] [announce] wicket-stuff for 1.x has moved to trunk in svn

2007-04-19 Thread Vincent Demay
Thx Martjin Martijn Dashorst a écrit : We will switch the svn branches in wicket-stuff too. This is also completed as of now. Wicket Stuff svn now mirrors Wicket svn in structure. * Trunk of wicket stuff has been moved to branches/wicket-2-DISCONTINUED * Branch wicket-1.x has been

Re: [Wicket-user] Accordion pane

2007-05-08 Thread Vincent Demay
branch. May be one day we will backport our current 1.X branch on a 1.2.X branch, but it needs a lot of time and we have not such time, very sorry. You can get the last jar on : http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-dojo/1.3.0-SNAPSHOT/ -- Vincent Demay http

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-09 Thread Vincent Demay
? Thanks, Dragos Dragos, This Error has been fixed but build failed since a long time. Try to get the last jar in the maven repo http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-dojo/1.3.0-SNAPSHOT/ (from today ;) ) I think the problem has been solved Cheers -- Vincent

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-10 Thread Vincent Demay
snippet, or a mini sample code where I can reproduce that? Do you use firebug(https://addons.mozilla.org/fr/firefox/addon/1843)? If you do, can you copy paste the trace in it? Thanks -- Vincent Demay http://www.demay-fr.net/blog Thanks Dragos Vincent Demay wrote: Dragos Bobes a écrit

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

2007-05-10 Thread Vincent Demay
Jean-Baptiste Quenot a écrit : * 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, you're

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

2007-05-10 Thread Vincent Demay
Eelco Hillenius a écrit : The only thing that mildly bothers me is that the 'Push' sounds like on-way-traffic to me. Can we come up with additional ideas? Something with Channel in it maybe? Or am I the only one feeling uneasy with the name? Xavier Hanin a écrit : So I suggest to remove

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

2007-05-10 Thread Vincent Demay
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 come up with additional ideas? Something

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-11 Thread Vincent Demay
line dojo stuff worked fine. I've attached a small project in a working state. If you uncomment the mount line in the MyApplication.java you'll see that the dojo page doesn't work anymore. I hope this helps, Dragos Vincent Demay wrote: Dragos Bobes a écrit : Thanks Vincent

Re: [Wicket-user] javascript version of setVisible()

2007-06-03 Thread Vincent Demay
Matthieu Casanova a écrit : Hi, I want to hide a component, and sometimes making it visible using javascript. Is there something like that in wicket api or should I do it myself with some javascript ? Hi, If you want to make your component visible/invisble using ajax, you can use

Re: [Wicket-user] javascript version of setVisible()

2007-06-04 Thread Vincent Demay
Matthieu Casanova a écrit : 007/6/3, Vincent Demay [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Matthieu Casanova a écrit : Hi, I want to hide a component, and sometimes making it visible using javascript. Is there something like that in wicket api or should I do

Re: [Wicket-user] No get method defined for expression recorder when using Palette and CompoundPropertyModel

2007-07-06 Thread Vincent Demay
Robert Novotny wrote: Greetings, I have migrated by application to the wicket beta2 and I have experienced an apparent change in the functionality of CompoundPropertyModels. I have a simple page with constructor code similar to the following code: public TestPage() { setModel(new

Re: [Wicket-user] No get method defined for expression recorder when using Palette and CompoundPropertyModel

2007-07-06 Thread Vincent Demay
shumbola wrote: Здравствуйте, Vincent. Вы писали Friday, July 06, 2007, 6:29:46 PM: Robert Novotny wrote: Greetings, I have migrated by application to the wicket beta2 and I have experienced an apparent change in the functionality of CompoundPropertyModels. I have a simple page

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-07 Thread Vincent Demay
Thies Edeling a écrit : Hi all Been playing a bit with the wicketstuff dojo contrib. I have some problems with adding a DojoDatePicker (or any other Dojo widget) to a Panel that's been loaded via an AjaxLink - replacing an existing Panel on the Page. Firefox just keeps loading

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Vincent Demay
Hey, I commited a fix yesterday about that. Is it ok for you now? -- Vincent Thies Edeling wrote: Vincent Demay wrote: Thies Edeling a écrit : Hi all Been playing a bit with the wicketstuff dojo contrib. I have some problems with adding a DojoDatePicker (or any other Dojo widget

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Vincent Demay
I don't understand, it's work on my side... could you please create a sample quickstart project in order to investigate on it. -- Vincent Thies Edeling a écrit : Just tried with revision 2633 and I still have the same problem :( Vincent Demay wrote: Hey, I commited a fix yesterday

Re: [Wicket-user] DojoTabContainer widget ID collision

2007-07-17 Thread Vincent Demay
Hi, NateBot2000 wrote: [[this is cross-posted from Wicket Stuff user forum -- I read back in history and saw the votes for shutting down WicketStuff forums]] Hello: Using Vincent Demay's DojoTabContainer, I'm getting a widget id collision on ID: tabId warning in Firebug for each

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-22 Thread Vincent Demay
Hi, NateBot2000 a écrit : Alrighty, I figured it out. Clean and very simple (let me know if there's a better way to do this): package com.***.web.dashboard; import org.wicketstuff.dojo.markup.html.floatingpane.DojoFloatingPane; import org.wicketstuff.dojo.widgets.StyleAttribute;

[Wicket-user] WicketStuff Dojo Beta is out

2007-08-08 Thread Vincent Demay
Hi all, The first new WicketStuffDojo http://wicketstuff.org/confluence/display/STUFFWIKI/WicketStuff+Dojo release is out. It is named 1.3.0-beta in order to follow wicket version number while it is still possible. WicketStuffDojo-1.3.0-beta depends on wicket-1.3.0-beta2. You can find it on