Re: taglib nested-el

2006-07-17 Thread Laurent Duparchy
once you see the code, I'm sure you'll figure it out. Don't ignore the BeanInfo class. That's important to make sure you can use the same JSP attribute names as in the base taglib. -Original Message- From: Laurent Duparchy [mailto:[EMAIL PROTECTED] Sent: Wednesday, J

RE: Re: taglib nested-el

2006-07-13 Thread Karr, David
mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 9:17 AM > To: Struts Users Mailing List > Subject: Re: taglib nested-el > > > Thanks for the response. > > Unless I missed something, the taglib "nested" is not just a > cooler way to access ch

Re: taglib nested-el

2006-07-12 Thread Laurent Duparchy
Thanks for the response. Unless I missed something, the taglib "nested" is not just a cooler way to access child beans, or access beans inside, say, collection of collections ; The nested taglib allows *_true recursion_ *within JSPs that is not possible otherwise with struts standard nor

RE: taglib nested-el

2006-07-12 Thread Lance
There is no nested-el. The struts-nested, struts-logic and struts-bean tags are pretty much dead. If you're not already, use the JSTL tags as I'm sure most of the people on this list will tell you. http://java.sun.com/products/jsp/jstl/ -Original Message- From: Laurent Duparchy [mailto:[E