Never mind...

I had updated the WEB-INF/lib of ap-1 and tested ap-2....

My test app works with the new nested jar in place.  However I am still having 
problems with the real application; I will take a closer look at it 'morrow and keep 
you posted.

Sri

-----Original Message-----
From: Sri Sankaran 
Sent: Sunday, February 23, 2003 10:05 AM
To: Struts Users Mailing List
Subject: RE: [ANN?] New Nested Tags -or- Nesters, lend me your containers... 


Arron:
  Still having the problem reported in bug # 16916.  Following is the test 
configuration:

OS: Windows XP Professional
Container: Tomcat 4.1.18
Struts: 1.1b3 + km-nested-v2.jar

  You can confirm with a simple application in support of the JSP:

<%@ taglib uri="/tags/struts-nested" prefix="nested"%>

<nested:root name="fruit">
  <nested:write property="color"/>
</nested:root>

<nested:root name="person">
  <nested:write property="age"/>
</nested:root>

-- End of JSP ---

The bean represented by "fruit" has the properties
  - name
  - color
while a "person" has the properties
  - name
  - age

Please let me know if you need a war of this app.  Didn't want to flood you with more 
than what you need.

Sri

-----Original Message-----
From: Arron Bates [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 23, 2003 9:06 AM
To: [EMAIL PROTECTED]
Subject: [ANN?] New Nested Tags -or- Nesters, lend me your containers... 


Avid Nesters,
(you know who you are,
    no need to lie to yourself)


Tomcat 4.1.18 is now on the radar!...

The nested tags internals have been re-written primarily to fix the problem with them 
not working in the new tomcat 4.1.18 jasper engine. It also allows them to be a little 
more flexible (can define other tags in the nesting), but more on that later...
  
For now, I need to know that they work on all your current nested apps which are 
working. I've run my own tests, but according to feedback, some of you guys have a 
different take on using the nested tags than I do, so I need your help.

It's also important for those of you using other containers, possibly never intending 
to use tomcat, to try them out, as it is intended to get merged into the Struts main 
line as soon as possible to help out those with the "can only use released product 
woes", or just trying to get onto a faster JSP engine that's free (gotta love the 
economics, but the new jasper engine does move. The recursive tree app example now 
hums along akin to the speed of Resin. sweet).


To get the new classes, there's a jar at...
    
    http://www.keyboardmonkey.com/downloads/km-nested-v2.jar

  ...just throw it into the WEB-INF/lib directory, your classloader should pick them 
up before struts.jar. If not, delete the tags from struts.jar and give it another bash.


Anyways, I'm really seeking your feedback on this update (email direct or to the list, 
I'm not fussed). The source is in the Jar if you want to simply say my code's badly 
formatted (which it isn't, but anyways :P )...

Thanks again, and happy nesting.


Arron.




---------------------------------------------------------------------
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]


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

Reply via email to