Re: [Catalyst] Dynamically adding ActionClass

2006-10-06 Thread John Napiorkowski
--- Juan Camacho [EMAIL PROTECTED] wrote: I have an existing catalyst plugin where I would like to set a stash item after the Controller is called but before the View is executed. One way of doing this is by simply creating a custom ActionClass that sets the stash item. Is there a way to

Re: [Catalyst] Dynamically adding ActionClass

2006-10-06 Thread Brian Kirkbride
Juan Camacho wrote: I have an existing catalyst plugin where I would like to set a stash item after the Controller is called but before the View is executed. One way of doing this is by simply creating a custom ActionClass that sets the stash item. Is there a way to dynamically add an

Re: [Catalyst] Dynamically adding ActionClass

2006-10-06 Thread John Napiorkowski
--- Brian Kirkbride [EMAIL PROTECTED] wrote: Juan Camacho wrote: I have an existing catalyst plugin where I would like to set a stash item after the Controller is called but before the View is executed. One way of doing this is by simply creating a custom ActionClass that sets the