Hello everyone,
I have a Spring Web Flow application that collects data from the user. One of the views in this webflow will have an image but that image needs to be generated on the fly based on the value of the model in the flowscope.
Right now, I have that page displaying an image with a url that is picked up by controller outside of the webflow, but this controller doesn't know and can't seem to access the flowscope variables.
What's the best solution for this sort of thing?


Reply With Quote