RE: Dynamic Tree Example

2007-09-06 Thread Manu Mahajan
will be working on this for the next few days and I will update you if I make any progress. Manu -Original Message- From: Session A Mwamufiya [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 10:39 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Dynam

Re: Dynamic Tree Example

2007-09-05 Thread Session A Mwamufiya
Hi Manu, You seem to have had lots of experience with s:tree; would you please help me answer the following questions (with example code if you have them): - how do you go about expanding the tree to the node level it was at before a refresh? - can you add icons (not changing the plus/minus ones

Re: Dynamic Tree Example

2007-08-15 Thread Roger Varley
> > What I would really like to do is create a model Petshop application > for Struts 2. I've setup a Google Code site for this purpose, but I > haven't had a chance to seriously pursue it yet. > > * http://code.google.com/p/sq1-petstore/ > > My dream would be to have a full set of use cases, a re

Re: Dynamic Tree Example

2007-08-14 Thread Dave Newton
Typo; the keys are like totally right next to each other. --- Ted Husted wrote: > Patches are the answer. > On 8/14/07, Dave Newton wrote: >> Sounds like a great opportunity to get on the S2 >> team and pull things that don't work or make them >> work! _

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
Patches are the answer. On 8/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: > Sounds like a great opportunity to get on the S2 team > and pull things that don't work or make them work! - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
Yes, we do mark Showcase examples to be non-functional when we realize they are not working properly. Unfortunately, it's not always obvious how some of these example are suppose to work. In the past, when I've found an example is not working, we've tagged it as such ("broken"), and most of these w

Re: Dynamic Tree Example

2007-08-14 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > I think it should not be "ShowCase'd" if it is known > not to work. Sounds like a great opportunity to get on the S2 team and pull things that don't work or make them work! d.

Re: Dynamic Tree Example

2007-08-14 Thread stanlick
I think it should not be "ShowCase'd" if it is known not to work. Developers like me, are pouring over this code trying to glean insight into how to wire up these bits and parts. After many hours of exploration and finally going to a several other semi-related web sites, I began to realize there w

Re: Dynamic Tree Example

2007-08-14 Thread Session A Mwamufiya
Thanks Manu. I'm new with the tree, and am attempting to implement one for a project I'm working on. I'm having a number of difficulties: - I can't manage to reload at the node level I want, it always reloads with root showing - it takes a long time to load and I have a couple of feature quest

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
No worries: the full commit history of the codebase is browseable. * http://svn.apache.org/viewvc/struts/ Just drill down to see if there were any changes to the 2.0.x branch or the trunk. Note that for the trunk (which will be 2.1.x), the code for the "ajax theme" was moved to a plugin. -Ted.

Re: Dynamic Tree Example

2007-08-13 Thread Manu Mahajan
I have worked with the tree extensively but that was about two months ago with 2.0.6. I faced a lot of problems when I first encountered this and so I'll try and fix the showcase examples in the coming weekend and submit a patch next week . I hope not much would have changed between then and in

Re: Dynamic Tree Example

2007-08-13 Thread Ted Husted
We do try to tag the examples that are broken, in the hope that someone will someday fix them. I just didn't realize that this one wasn't working the way it should. The Showcase could use a lot of work, especially in terms of explaining exactly what the example should do. If you can fix the example

Re: Dynamic Tree Example

2007-08-13 Thread stanlick
Do you think leaving known broken code on the "Showcase" is a good idea realizing developers are flocking to this resource to figure out how to do things? If it is known not to work, maybe it should say this or be removed from the Showcase! On 8/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: >

Re: Dynamic Tree Example

2007-08-10 Thread Musachy Barroso
Yes the example had several problems on 2.0.x, some of them were fixed, others are still there. musachy On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm studying the dynamic tree example in the showcase, and there are a > couple problems. First, when you view sources, the configura