nested taglib purpose?

2003-02-11 Thread David Graham
In reviewing bug 16916 I started wondering what the purpose of the nested taglib is. It seems like its functionality is handled by struts-el tags and the EL syntax they provide. That bug deals with Tomcat 4.1.18 which supports the EL so the need for nested goes away. Am I missing something?

RE: nested taglib purpose?

2003-02-11 Thread Edgar P. Dollin
PROTECTED] Subject: nested taglib purpose? In reviewing bug 16916 I started wondering what the purpose of the nested taglib is. It seems like its functionality is handled by struts-el tags and the EL syntax they provide. That bug deals with Tomcat 4.1.18 which supports the EL so the need

Re: nested taglib purpose?

2003-02-11 Thread Craig R. McClanahan
On Tue, 11 Feb 2003, David Graham wrote: In reviewing bug 16916 I started wondering what the purpose of the nested taglib is. It seems like its functionality is handled by struts-el tags and the EL syntax they provide. That bug deals with Tomcat 4.1.18 which supports the EL so the need

Re: nested taglib purpose?

2003-02-11 Thread David Graham
So nested and struts-el provide the same functionality in different ways. It seems like we're having a lot of taglib problems lately and the amount of time required for the people that didn't write them to fix them is large. David The nested tag library uses BeanUtils syntax for it property

Re: nested taglib purpose?

2003-02-11 Thread Mohan Kishore
+1 (newbie) but still, I was coming to the same conclusion... David Graham [EMAIL PROTECTED] wrote:So nested and struts-el provide the same functionality in different ways. It seems like we're having a lot of taglib problems lately and the amount of time required for the people that didn't

Re: nested taglib purpose?

2003-02-11 Thread Craig R. McClanahan
On Tue, 11 Feb 2003, David Graham wrote: Date: Tue, 11 Feb 2003 10:08:08 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: nested taglib purpose? So nested and struts-el provide the same functionality