Thanks. Upgrading to 1.0 final is not something I can do in the short term.
The validation process needs a domain object and for performance reasons it would be good to not have to reload the...
Type: Posts; User: santoshm; Keyword(s):
Thanks. Upgrading to 1.0 final is not something I can do in the short term.
The validation process needs a domain object and for performance reasons it would be good to not have to reload the...
Hi all,
My validator needs to do some checks against a datastore and in the process loads a domain object that I subsequently need to access in my formaction. There are two options that I can...
Hi,
I have a class X that is instantiated at different locations in the application code directly i.e. without using the BeanFactory. However in class X I would like to collaborate/use other beans...
Hi all,
The API doc for ClientContinuationFlowExecutionStorage class says:
"Warning: storing state (a flow execution continuation) on the client entails a certain security risk. This...