You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by David Graham <dg...@hotmail.com> on 2003/02/11 17:06:42 UTC

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 for nested goes away.

Am I missing something?

Thanks,
Dave





_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org


Re: taglib purpose?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

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 for nested goes away.
>
> Am I missing something?
>

The nested tag library uses BeanUtils syntax for it property accessors,
which is more consistent with the original tags than EL-based stuff is.
For pages that use lots of EL, the struts-el tags are going to feel easier
to use.  To each their own.

The nested tags also, in many circumstances, can lead to shorter
expressions because of the implied-parentage stuff.

> Thanks,
> Dave

Craig


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org