Sorry, I almost let this slip by.  It has been added.

ingo schuster wrote:
> 
> > > At 17:53 01/26/01, John McNally wrote:
> > > >I would prefer to see something that emphasized the "template" keyword
> > > >over "screen" or at least provided a property for it so it is as easy.
> > > >Also, would it not be good to include tags to add QueryData and PathInfo
> > > >to the URI?
> 
> Ok,
> I'll give it another try. How about a TemplateLink tag? - this is a tag
> that definitely shouldn't be missing.
> There is still no QueryData or PathInfo, but it's a start.
> 
> BTW, I'd like to see a "RelativeTemplateLink" class in turbine that uses
> RelativeDynamicUri instead of DynamicUri. Are you open for this addition? I
> can send the code (and code for a RelativeTemplateLinkTag ;-)).
> 
> ingo.
> 
> Tag definition in the tld
> ============================================================
>     <tag>
>       <name>link</name>
>       <tagclass>org.apache.turbine.services.jsp.tags.TemplateLinkTag</tagclass>
>       <bodycontent>JSP</bodycontent>
>       <attribute>
>         <name>template</name>
>         <required>true</required>
>       </attribute>
>       <attribute>
>         <name>action</name>
>         <required>false</required>
>         <rtexprvalue>false</rtexprvalue>
>       </attribute>
>     </tag>
> 
> Tag.java
> ============================================================
> package org.apache.turbine.serv...
> /**
>   * Supporting class for the TemplateLink tag.
>   * Uses the TemplateLink class to construct a URI
>   *
>   * @author <a href="mailto:[EMAIL PROTECTED]">Ingo Schuster</a>
>   */
> public class TemplateLinkTag extends TagSupport
> {


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to