[snip]
> //get the Action
> if(actionName.equalsIgnoreCase("EquipmentTypeAction")) {
> EquipmentTypeAction equipmentTypeAction = new EquipmentTypeAction();
> //add this action to the manager
> equipmentTypeAction.compose(this.manager);
>This is incorrect. It allows the equipmentTypeAction access the
>component manager. Not the other way around.
I see. Thanks.
>Please don't invent the wheel a second time. Have a read of the great
>introduction to the Apache Avalon Framework.
I don't want to.
I tried but it is too hard for me right now. Anyway, I know is the way to
go.
Thanks.
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>