tapestry chenillekit chart with flotr : HtmlText to false not working

2011-05-12 Thread joknroll
Hi every one, I need help to display chart in tapestry pages. I'm using tapestry 5.2.4 and chenillkit 1.3.0. My problem is that the option HtmlText : false seems not working. It's the only option that is not be taken into account, except the labelsAngle wich work with HtmlText to false. Does some

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-08 Thread joknroll
hum ok, thank you, i'll look at your link. Someone knows if Testify will evolve, in short or long term, to manage the zone update? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4290262.html Sent

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
I'm starting with selenium now. I was starting with testify to inject fake services. I see the @XHR with code.google.com/p/tapestry-addons/ , but I did'nt achieve to import it in my maven project. Do you think it can help me to do Graceful Degradation and continue with testify? -- View this mess

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
Thank you Paul and Taha, I'll look at the Graceful Degradation. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Testify-SetupRender-launched-instead-of-update-a-zone-tp4288081p4288699.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
hum, I agree with you,it works :) But my problem concern the usage of tapestry testify to do unit testing on my component. My dummy case is to understand the behavior of unit test with testify to implement it in a bigger project. my dummy.t

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
Thanks to answer so quickly I tried: t:zone='myZone' instead of t:zone='myZone.clientId' but it changes nothing... For the ajax, if I trust the documentation of tapestry: "Binding the zone parameter will cause the form submission to be handled as an Ajax request that updates the indicated zone.

Re: Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
Maybe i'm wrong too , but if the form is linked with a zone, the @SetupRender of the conponent is not called? In my case, the @SetupRender initialize the value of my param "messageChangeWhenSubmit". When I submit, I change the value of this param and update the zone to apply the new value.. so if

Tapestry Testify - SetupRender launched instead of update a zone

2011-04-07 Thread joknroll
Hi everyone, I'm a recent user of tapestry, using tapestry 5.2.4 and testify 1.0.3 through testNg. I found a lot of good advice on this forum, but now I have to write my own subject :) I want to test a component with this architecture: ${messageChangeWhenSubmit} In this case, t