-
Jun 12th, 2012, 07:07 PM
#1
spring 2.3.1 webflow with restful services
I am currently implementing Restful services using spring mvc and webflow to map rest-style url's to services .
I am looking for webflow example to create flow definitions with no view states. In my service layer as there are no view states, how will I have definitions for the business methods alone?
I tried as shown below but errors out saying that it should run atleast in one state
<on-start>
<evaluate expression="ibdController.getIBD()" >
</evaluate>
</on-start>
. I would appreciate any help.
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