RE: Nested tags and recursion (Arron tree example)

2003-03-17 Thread Sri Sankaran

  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.

You are correct.  Nested tags are part of the Struts 1.1 distribution.  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 
http://www.keyboardmonkey.com/downloads/km-nested-v2.03.jar. Simply place the jar file 
in the same location as your struts jar.  The classes in this jar file will then be 
loaded.

 
  That seems to be true, as I've successfully 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.
 

Yes, and yes.

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

Arron reported success with all his tests.

Sri

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



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]



Re: Nested tags and recursion (Arron tree example)

2003-03-17 Thread David Graham
You could also download a recent nightly Struts build that includes the same 
fixes contained in Arron's jar.

David



From: Distrox [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Nested tags and recursion (Arron tree example)
Date: Mon, 17 Mar 2003 16:02:07 +0100
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]


_



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