Rice Yeh pisze:
Hi,
Is it allowed to access a bean created in avalon in a spring bean definition?

Yes.

I try to access the FormManager in the following spring xml file, but it returns null.

Did you check was logs say?

<bean id="widgetDefinitionBuilderLoader" class=" xs.cocoon.forms.WidgetDefinitionBuilderLoader" scope="singleton">
        <constructor-arg>
            <idref bean="org.apache.cocoon.forms.FormManager"/>
        </constructor-arg>
    </bean>

What about org.apache.cocoon.forms.DefaultFormManager as bean id? (wild 
guessing here)

--
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/

Reply via email to