"Deadman, Hal" wrote:
> I just tried out this Components extension to Struts and I like how it
> allows you centralize the template component definitions in an xml file and
> that it allows you to extend a template component and just override the
> parts that are different. Are there any plans for adopting this as part of
> Struts? It appears the authors would like it to be part of struts. Has it
> been voted down or is it being put off until after the 1.0 release?
>
It certainly won't be added to 1.0 at this point. For 1.1, I'm certainly open
to cool additions, and will be looking at this one closely.
>
> Hal
>
Craig
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Nathan Eric Probst
> Sent: Thursday, January 25, 2001 2:13 AM
> To: [EMAIL PROTECTED]
> Subject: Re: new template tag framework
>
> Check out the Components extention to Struts:
> http://gauss.ficsgrp.com/cdm
>
> nathan
>
> Quoc Le wrote:
>
> > The struts-template example implements a "C-Frame" using
> > the new template tag framework. I was a little disappointed
> > to find, though, that each new page inserted inside the
> > C-Frame requires 2 jsp/html files. (One jsp to use the template
> > jsp and another html/jsp file to hold the content - options.jsp
> > and options.html for example).
> >
> > It would be nice if there were a way to have variable content
> > inside the C-Frame without having to create 2 new pages
> > for each new page.
> >
> > Does anyone know of an easy way to do this?
> >
> > Thanks,
> > Quoc Le