Re: Tree expansion

2015-05-28 Thread Cheng Zhang
Thank you for your answer. What method can I use to expand a node? Thanks. On Thu, May 28, 2015 at 12:22 AM, Charlouze wrote: > Hey! > > I think you have to iterate through all the tree nodes to expand them one > at a time. > > Cheers, > Charles > > Le mer 27 mai

Tree expansion

2015-05-27 Thread Cheng Zhang
Hi, I plan to use Tree component in my next project. The Tree has a clearExpansions() to collapse all its nodes. Conversely, I was wondering how to expand a tree or a node of a tree. Thanks. Charles Zhang - To unsubscribe, e-mai

Re: question-answer flow

2015-04-24 Thread Cheng Zhang
I talked with my boss again, our requirement is too simple to use these component. Thank you Thiago. On Thu, Apr 23, 2015 at 12:23 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 23 Apr 2015 14:53:27 -0300, Cheng Zhang < > charlesdenverj...@gmail.com&

question-answer flow

2015-04-23 Thread Cheng Zhang
Hi, Our app need a new feature, asking the user to answer a series of questions, the next question is based on the answer of previous question. Basically it is a Q&A flow or tree. The Spring Web Flow might be a good framework for this requirement but I found some integration with T4 rather than T5

Re: JS conflict

2015-03-30 Thread Cheng Zhang
Thanks for reminding me Thiago. I do not know if my company will use the non-stable version of Tapestry in production. On Mon, Mar 30, 2015 at 1:00 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 20 Mar 2015 14:29:09 -0300, Cheng Zhang < > charlesdenve

Re: JS conflict

2015-03-20 Thread Cheng Zhang
Found another article showing it is possible to use jQuery in addition to Prototype. I will try. http://tapestry.apache.org/legacy-javascript.html On Fri, Mar 20, 2015 at 11:29 AM, Cheng Zhang wrote: > I am not sure. I even did not realize Tapestry use Prototype as its > default JS l

Re: JS conflict

2015-03-20 Thread Cheng Zhang
ible with Prototype.js? If not, > and if it's compatible with jQuery, you can make Tapestry 5.4 use jQuery > instead. Not exactly a Tapestry problem. > > > On Thu, 19 Mar 2015 20:38:02 -0300, Cheng Zhang < > charlesdenverj...@gmail.com> wrote: > > More information fro

Re: JS conflict

2015-03-19 Thread Cheng Zhang
:34 a.onTouchEnd all.js:34 d all.js:34 On Thu, Mar 19, 2015 at 5:28 PM, Cheng Zhang wrote: > Hi all, > > I am trying to apply Foundation framework to an existing Tapestry project. > But the JavaScript usded by Foundation seems like conflict with Tapestry JS. > > Once I added

JS conflict

2015-03-19 Thread Cheng Zhang
Hi all, I am trying to apply Foundation framework to an existing Tapestry project. But the JavaScript usded by Foundation seems like conflict with Tapestry JS. Once I added the Foundataion JS file to my tml file, the eventlink does no longer work, there is no any response after cliking, and Eclip

Re: Render queue error in SetupRender

2015-01-25 Thread Cheng Zhang
rt7/together/easycrud/person/create > T5.3: > http://jumpstart.doublenegative.com.au/jumpstart/together/easycrud/person/create > > Cheers, > > Geoff > > On 25 Jan 2015, at 7:33 pm, Cheng Zhang wrote: > >> Hi All, >> >> I was trying to create a new

Render queue error in SetupRender

2015-01-25 Thread Cheng Zhang
Hi All, I was trying to create a new page for adding new person to existing person array. In the showAll page there is a link to this new page which I put BeanEditForm in it. I always get below error when I click the link. Render queue error in SetupRender[Add:beaneditform.editor]: Exception inst

Re: Two fundamental questions.

2015-01-20 Thread Cheng Zhang
Hi Thiago, I just wanted to practice, so there is no specific scenario with my requirement. Let me try to use the components you mentioned. Many thanks. Charles On Tue, Jan 20, 2015 at 2:44 PM, Thiago H de Paula Figueiredo wrote: > On Tue, 20 Jan 2015 19:27:15 -0200, Cheng Zhang >

Two fundamental questions.

2015-01-20 Thread Cheng Zhang
Hi all, I am new to Tapestry. I have two questions. 1. What is the best solution for Tapestry-Cayenne integration? I found the only project is as below but it looks like no longer developed for over 4 years. And there are no many supporting documents. https://code.google.com/p/tapestry5-cayenne/