Hello,
I want to show some data retrieved from the server side in a form contained within a view. The current manual only describes how to configure a view via Spring context and invoke it via ShowViewCommand. But what is the recommended way to feed my data into the view? This should be added to the manual as well. I saw the "viewProperties" map of the DefaultViewDescriptor, but i dont want to set this statically via configuration as my view data is retrieved dynamically. This should be a pretty standard usecase though...
Thanks for any help!
*Lasse


Reply With Quote
