* Where are you dumping the parameters?
* What does you filter code look like? Please share.
* Do you have an init() method in your filter CFC? If you do, you
probably should be using the configure() method instead. The init()
method is not meant to be overridden and all "setup" code should be done
in the configure() method. We do pass in the parameters to the init()
method which is automatically called by the framework (it's an inherited
method). So if they are missing, I bet you're overriding the init()
method and therefore there are not being set for you.
Here's the FAQ about this:
http://trac.mach-ii.com/machii/wiki/FAQDifferenceBetweenUsingInitAndConfig
.pjf
Dave said the following on 08/22/2010 07:23 PM:
<cfdump var="#getProxy().getOriginalParameters()#"/>
If this is an empty struct, then you must not be reloading the
application. If you are reloading an individual component using the
dashboard, the original version of the XML file that was used at
startup. So if you added items to your xml file and only just reloaded
the CFC in the dashboard -- the XML file changes won't be reflected.
.pjf
Dave said the following on 08/22/2010 09:40 PM:
--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to mach-ii-for...@googlegroups.com
To unsubscribe from this group, send email to mach-ii-for-coldf...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/