CFC question
CFC question
- Started
- Last post
- 1 Response
- monumentDave
for those of you who know CFMX...
I created a CFC, created the object, and then set this
where CATID is the categoryID.
I have an import tag set as
where it calls
but it doesn't recognize it. If i put it on the same page it works, but if i put it as a tag for presentation it craps out..
any help?
- monumentDave0
cfset mySubItems = getMysubItems.getSubs(catID)
and
using
ui:submenu
to call the submenu.cfm tag..