Re: Tapestry Tree (jquery)

2013-02-25 Thread bhorvat
Hi Nicolas, Yea I see that event but sadly it isn't propagated to me. I am not sure if it is possible to change this behaviour using mixin? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Tree-jquery-tp5720196p5720221.html Sent from the Tapestry - User mailing l

Re: Tapestry Tree (jquery)

2013-02-25 Thread bhorvat
The way I see it jumpstart is using the normal tree component from tapestry and even though that one has the event that I need it does not bubble up so I can handle it :( any way to include a mixin that will change the way component is handling the original event? -- View this message in contex

Re: Tapestry Tree (jquery)

2013-02-25 Thread Nicolas Barrera
Hi, reading the api docs it seems that the only triggered events are NODE_SELECTED and NODE_UNSELECTED anyway looking into the code..., the Tree component seems to have an ExpandChildren event which perhaps is bubbled up and you can do something there..., ( I 'm not pretty sure of this ) ( http

Re: Tapestry Tree (jquery)

2013-02-25 Thread Lance Java
There's a pretty complex, database backed tree example in jumpstart http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/treefromdatabasewithzones -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Tree-jquery-tp5720196p5720207.html Sent from the Tapestry

Re: Tapestry Tree Links with parameter

2012-06-26 Thread Lance Java
I didn't take the time to fully understand your code but there's a fairly extensive tree example at jumpstart http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/treefromdatabasewithzones You can generate event links etc by setting the "label" block parameter of a tree -- View this mes

Re: Tapestry tree render without recursion?

2010-09-11 Thread Josh Canfield
uot; wrote: > The links in that Jira don't work for me. It looks like a 3 year old issue so > maybe that's not surprising. > >> -Original Message- >> From: Josh Canfield [mailto:joshcanfi...@gmail.com] >> Sent: 10 September 2010 17:52 >> To: T

RE: Tapestry tree render without recursion?

2010-09-11 Thread Blower, Andy
The links in that Jira don't work for me. It looks like a 3 year old issue so maybe that's not surprising. > -Original Message- > From: Josh Canfield [mailto:joshcanfi...@gmail.com] > Sent: 10 September 2010 17:52 > To: Tapestry users > Subject: Re: Tapestry tree

Re: Tapestry tree render without recursion?

2010-09-10 Thread Josh Canfield
Vote for this and maybe we can get something into core. https://issues.apache.org/jira/browse/TAP5-71 On Fri, Sep 10, 2010 at 3:08 AM, Elin wrote: > > Im making a component for rendering my categories tree but i have seen that i > cant use recursive components (calling themselves not even indirec

Re: Tapestry tree render without recursion?

2010-09-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Sep 2010 07:10:59 -0300, Elin wrote: Ok just found this http://ars-machina.svn.sourceforge.net/viewvc/ars-machina/tapestry-crud/branches/1.1/src/main/java/br/com/arsmachina/tapestrycrud/components/TreeSelect.java?revision=595&view=markup so i will take a look on it. I wrote that. :

Re: Tapestry tree render without recursion?

2010-09-10 Thread Alexander Muthmann
We tried to use recursive components for a menu-structure. In the end we limited our self to a maximum depth for the menu and now use 3 components which are nearly equal: TopMenu SubMenu SubSubMenu Not a clear solution but easy ;) On 10.09.2010 12:08, Elin wrote: Im making a component for

Re: Tapestry tree render without recursion?

2010-09-10 Thread Elin
Ok just found this http://ars-machina.svn.sourceforge.net/viewvc/ars-machina/tapestry-crud/branches/1.1/src/main/java/br/com/arsmachina/tapestrycrud/components/TreeSelect.java?revision=595&view=markup so i will take a look on it. I will come back if i have some kind of problem with this. Just w

Re: Tapestry tree

2008-06-16 Thread Andreas Andreou
Hmmm - i tried Dummy and it worked in FF and IE7 But i think i remember some fixes in the tree component the last months, so, try a snapshot from: http://tacos.sourceforge.net/nightly/net/sf/tacos/tacos-core/4.1.2-SNAPSHOT/ On Mon, Jun 16, 2008 at 2:57 PM, laraVar <[EMAIL PROTECTED

Re: Tapestry tree

2008-06-16 Thread laraVar
Thanks for the links, I tried the example and it works, but now I have a problem with making tacos tree work inside contrib tableit seems that there is a problem with ajax... Lara laraVar wrote: > > Hi everyone, > > I got an idea to place a tree in my tapestry project. I use Tapestry 4.1 >

Re: Tapestry tree

2008-06-16 Thread Andreas Andreou
Check tacos tree - there's an example in the demo app as well http://tacos.sourceforge.net/tacos4.1/ http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/net.sf.tacos.Tacos/Tree/index.html http://fisheye3.atlassian.com/browse/tacos/tacos-4.1/trunk/tacos-demo/src/java/net/sf/tacos/demo/web/pag