Do the MyFaces support Mousedrag motion?

2007-02-21 Thread wang suya
Hello Do anybody know the myfaces support mouse drag motion? Wang suya wang suya

Re: MyFaces and valueChangeListener??

2007-02-21 Thread wang suya
Hello Julien Martin Why your valueChangeListener worked and my valueChangeListener does not work? Which version of myfaces and tomahawk and tomahawk-sandbox do you use and which OS do you use? Wang suya Julien Martin さんは書きました: Hello, I have several components in my jsf page each having

Re: Do the MyFaces support Mousedrag motion?

2007-02-21 Thread wang suya
Hello I mean that I want to make a server side GUI application that draw senveral Rectanges and when mouse drag the bottom of Rectange, the rectange extends. Do anybody know how I can realize this appication. Thank you at advance. Wang suya Hello Do anybody know the myfaces

Re: MyFaces and valueChangeListener??

2007-02-21 Thread wang suya
it is not work. Hope you can help me. Thank you very much. wang suya Julien Martin さんは書きました: Hello, Thank you all for your feedback. I realized after posting this email that the internet is replete with posts of people having had the same problem as me i.e. multiple components trying to trigger

Re: MyFaces and valueChangeListener??

2007-02-21 Thread wang suya
Hello Julien Martin Thank you for your hlep. Maybe it is the problem of version of MyFaces. Hope somebody can hlep me. Wang suya Julien Martin さんは書きました: Hello Wang, I tried to recreate your bug by deploying the artifacts you gave me but was not able to reproduce the bug. In other words

Re: MyFaces and valueChangeListener??

2007-02-21 Thread wang suya
Hi Julien Martin I tryed to send my war file but it returned to me I could not send it. Wang suya Julien Martin さんは書きました: try your basic example with the Sun RI or please send me your war here: [EMAIL PROTECTED] Julien. 2007/2/22, wang suya [EMAIL PROTECTED]: Hello Julien Martin Thank

Re: AW: use jsValueChangeListener

2007-02-20 Thread wang suya
Dear Worm Danny Thank you for your replay. I want to use Beans to relate with valueChangeListener but it does not work. Therefore I tryed jsValueChangeListener. Now I know what jsValueChangeListener is. Do you know whether Tomahawk can relate valueChangeListener to Beans? Wang suya

Re: AW: use jsValueChangeListener

2007-02-20 Thread wang suya
()); } } But it does not work when I run it. The content of text1 does not change. Do you know where is my wrong? Thank you very much. Wang suya Simon Kitching さんは書きました: Every JSF input component has a valueChangeListener attribute whose value is an EL expression. So: h:inputText id

Re: AW: use jsValueChangeListener

2007-02-20 Thread wang suya
Hi Simon Kitching I removed value=Welcome to JavaServer Pagee from my code but nothing is showed up when I check or uncheck the checkbox. Wang suya Simon Kitching さんは書きました: I bet your code is running, and setting the value of text1 during the validate phase. However during the update

use jsValueChangeListener

2007-02-19 Thread wang suya
check1_valueChanged(ValueChangeEvent valueChangeEvent){ Boolean neu =(Boolean)valueChangeEvent.getNewValue(); text1.setValue(check is + neu.toString()); } This program does not work. Who can tell me where mywrong is? Thank you verymuch. wang suya

I installed MyFace-core-1.1.5 and Tomahaka-1.1.3 but Listener does not work.

2007-02-18 Thread wang suya
, using default value true Could you tell me why? --- Additional Comment #1 From Wang Suya 2007-02-15 23:34 [reply] --- Hello I added tomahawk-sandbox-SNAPSHOT-1.1.5.jar but when I run tomcat bellow error appeared: 2007/02/16 16:32:28 org.apache.catalina.core.AprLifecycleListener

Re: I installed MyFace-core-1.1.5 and Tomahaka-1.1.3 but Listener does not work.

2007-02-18 Thread wang suya
me where it is in? Wang suya wang suya

I installed MyFace-core-1.1.5 and Tomahaka-1.1.5-SNAPSHOT but Listener does not work.

2007-02-18 Thread wang suya
erm... on the compatibility matrix... http://wiki.apache.org/myfaces/CompatibilityMatrix i don't think core 1.1.5 works with tomahawak 1.1.3 But I try to find tomahawk1.1.5-SNAPSHOT in Internet and download it , I could not find where it is. Could you tell me where it is in? Wang suya wang

Re: I installed MyFace-core-1.1.5 and Tomahaka-1.1.5-SNAPSHOT but Listener does not work.

2007-02-18 Thread wang suya
... on the compatibility matrix... http://wiki.apache.org/myfaces/CompatibilityMatrix i don't think core 1.1.5 works with tomahawak 1.1.3 But I try to find tomahawk1.1.5-SNAPSHOT in Internet and download it , I could not find where it is. Could you tell me where it is in? Wang suya wang suya wang suya wang