---- Matthias Wessendorf <[EMAIL PROTECTED]> schrieb:
> > +          - The "f" taglib currently appears to instead be hand-coded; not 
> > sure why.
> > +          - Maybe because the maven-faces-plugin only supports generating 
> > one taglib?
> 
> :-) No. Trinidad uses two TLD file (tr.tld and trh.tld)
> 
> > +          - Or because people just haven't got around to defining the 
> > metadata and
> > +          - templates for it in the build module?
> > +          -->
> 
> myfaces-core-base.tld might help.
> I can check that later (not today).

Ok, thanks Matthias.

I did look into this a bit further. It appears that about 95% of the "f" tags 
are ones in which the tag class actually contains logic, rather than just 
creating a Compononent/Converter/Validator and copying attributes onto them.

But this plugin is all about generating simple boiler-plate tag classes that 
create a Component/Converter/Validator then copy tag properties onto the target 
object.

So it seems for the "f" tags, this plugin is probably actually rather 
pointless. The only one I can see where a class could sensibly be generated is 
f:view...

Does this sound right?

Regards,
Simon

Reply via email to