-
Nov 15th, 2011, 01:38 AM
#1
Calling a servlet from web flow and reading input mapper variables
I have worked with Spring web flow and integrating it with tiles.
When I call a jsp from flow defination,I can read the flowScope Variables
(<set name="floaScope.name" value="'saurabh'">)
using jstl tag library
(<c:out value=${name}>).
Now I have a requirement of calling a servlet from flow definations.I am able to call a servlet but I am not able to read flowScope variables.
Can anyopne pleae provide me with an example where i can read variables defined in flow inside my servlet
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