On Tue, 15 Oct 2002, edgar wrote:

> Date: Tue, 15 Oct 2002 09:10:32 -0400
> From: edgar <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> To: 'Struts Developers List' <[EMAIL PROTECTED]>
> Subject: RE: LabelTag
>
> It would really be nice :-) to add object orientation to the tld as the
> amount of time spent debugging missing / incorrect tld's is larger than
> it should be.  Also, the ability to specify default values would be nice
> as well.
>
> My idea would be something like
>
>       <tag>
>               <name>tagextendingtag</name>
>
> <tagclass>org.apache.struts.taglib.TagExtendingTag</tagclass>
>               <bodycontent>JSP</bodycontent>
>               <attribute>
>                       <name>property</name>
>                       <required>false</required>
>                       <rtexprvalue>true</rtexprvalue>
>                       <default>mydefault</default>
>               </attribute>
>
> <includeattibutes>[tldfilename]originaltagname</includeattibutes>
>       </tag>
>

Of course, this isn't something that Struts can change :-).  Please submit
suggested changes to the JSP spec to the appropriate email address for
consideration:

  [EMAIL PROTECTED]

> Edgar

Craig McClanahan


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

Reply via email to