coldbox 3 how do I use taglib

I would like to know how to use a taglib with CB3.

If CF I use the following syntax ....

<cfimport prefix="UserPreFix" taglib="/UserTagLib">

When I use this cf syntax within the layout header - not all views can
access it.

So, I was thinking that I could use CB3 to make it available.

I looked at the groovy import technique - but, found that it would not
really work for me.

Can anyone help? - Or do I need to just have all the pages
(individually) load the tagLibs?

Any ideas - anyone?

- Russell

Russell,

This is a limitation of <cfimport>. The call would need to be made from each view individually, or you would have to use the custom tag synatx.

Curt Gratz
Computer Know How

Downside is that you MUST be placing this on all pages you need to access
the tagLib, sorry Adobe didn't want us to work faster here.

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of Rus Russell
Sent: Tuesday, 19 October 2010 10:36 AM
To: ColdBox Platform
Subject: [coldbox:6298] coldbox 3 how do I use taglib

I would like to know how to use a taglib with CB3.

If CF I use the following syntax ....

<cfimport prefix="UserPreFix" taglib="/UserTagLib">

When I use this cf syntax within the layout header - not all views can

access

it.

So, I was thinking that I could use CB3 to make it available.

I looked at the groovy import technique - but, found that it would not

really