Hello,
I would want to configure two FlowAction so that they read from two FlowLocator different, is possible to pass to the FlowAction the name of the Flowlocator to read? Thanks
Sergio
Hello,
I would want to configure two FlowAction so that they read from two FlowLocator different, is possible to pass to the FlowAction the name of the Flowlocator to read? Thanks
Sergio
I have resolved my problem extending the FormAction class and making override of the OnInit method changing the name of the property read from flowLocator to flowLocatorPersonal and creating in webflow-context.xml a new bean with id flowLocatorPersonal.
Another option would be to use Spring's "Delegating action proxy" support, where your Strut's actions themselves are managed by Spring and can benefit from dependency injection. We should likely enhance Birthdate to demonstrate this approach, as it is considered a best practice in a Spring environment when the number of actions is relatively small and they need customization.
Keith
Keith Donald
Core Spring Development Team