-
Jul 18th, 2007, 05:06 AM
#1
package name differs
in web flow servlet.xml
we write but
<bean id="flowRegistry" class="org.springframework.webflow.registry.XmlFlo wRegistryFactoryBean">
<property name="flowLocations" value="/WEB-INF/flows/myflow.xml"/>
</bean>
<bean id="formAction" class="example.MyFormAction"/>
----
i am getting package org.springframework.webflow.registry.XmlFlowRegist ryFactoryBean" not exists.
:o when i search for class XmlFlowRegistryFactoryBean it is in another package
org.springframework.webflow.engine.builder.xml.Xml FlowRegistryFactoryBean;
and i am confusing which one i have to use and first one not exist in spring-webflow-1.0.4.jar:
confused:
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules