Re: Nested tags and recursion (Arron tree example)

2003-03-17 Thread Distrox
Hello again!

> >  I was trying to visualize/interact with a tree structure 
> > using Struts, and looking through the archives I found 
> > references to using Nested tags, which at that moment were an ...

> However, Arron has made some updates to it and they won't be reflected >in the 
> Struts distribution until rc2.  So, in the meantime, I would >recommend getting the 
> jar at ...

 I don't know what those updates are, but they made the recursion examples work! Just 
dropped the .jar in WEB-INF\lib, next to struts.jar, and it started to work 
properly... so I believe there must be something wrong with Struts 1.1 rc1 and its 
Nested Tags...

 In case somebody takes care of this; I deployed Arron's examples with:

 * Struts 1.1 rc1
 * Apache Tomcat 4.1.18
 * JSDK 1.4.1.01
 * J2EE 1.3.1

 And the recursion examples didn't work until I used the updated Nested Tags, 
available from:

http://www.keyboardmonkey.com/downloads/km-nested-v2.03.jar

 Thanks a lot, Sri Sankaran ;-) !

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Nested tags and recursion (Arron tree example)

2003-03-17 Thread Distrox
Hello you all!

 I was trying to visualize/interact with a tree structure using Struts, and looking 
through the archives I found references to using Nested tags, which at that moment 
were an extension provided by Arron Bates (http://www.keyboardmonkey.com).

 As I believe, since Struts 1.1, Nested Tags are part of the main branch (correct if 
I'm wrong), so there's no further need to use the .jar provided by Arron at his home 
page: Struts 1.1 rc1 provides the tag libraries for using Nested Tags.

 That seems to be true, as I've succesfully tried Arron's examples with Struts 1.1 
rc1... All but the recursive ones. That's why:

1) I'd like to know if Struts 1.1 rc1 provides Nested Tags, and so recursion, and if 
they work for other people.

2) Has somebody tried Arron's tree examples with 1.1 rc1 tags, and worked?

 Thanks a lot in advance :-)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]