> Now that I've remembered the possibility of ordering the structures and then
> passing the pure structures into the handler tag I realize I could give it a
> try with a handler... but this doesn't really solve my problelm. What I
> ultimately want is for cfa_contentobjectfind to only return objects that
> aren't secured against the user. The way I'm doing it now I'm costing
> myself execution time stripping out secured objects from the results set
> with the use of the handler. NOT making me happy.
Can't you do something like this:-
cfa_contentobjectFind
cfa_contentobject method="AUTHORIZE" r_stparams=s
filter out objects for which user is not authorized
sort resuling set of objects
cfa_contentobject method="DISPLAYLIST" lobjectids="list"
This should do what you desire with a minimum of tags involved. You can
even cache the resultset in a session variable or something and have a
ultrafast next/prev interface.
--
Michiel Boland <[EMAIL PROTECTED]>
Digital Valley Internet Professionals
Plantsoen 17, Wageningen, The Netherlands
Phone: +31 317 465555, Fax: +31 317 460276
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.