David D-V Tran wrote:
                <listener name="BlogCategory" 
type="location.system.model.BlogCategory">
                        <invoker 
type="machii.framework.invokers.CFCInvoker_EventArgs" />       
                </listener>

Well, first get rid of the invoker line altogether:
<listener name="BlogCategory" type="location.system.model.BlogCategory" />

But since you're using the event args invoker, your listener methods are probably expecting individual arguments instead of a single event object, you'll have to adjust those as well. Unless you have a specific need for individual arguments you should just have your listener methods expect the event object as the sole argument.
--
Matthew Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to