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