Thanks for the answer.
I really should get more familiar with SpEL.
Type: Posts; User: dmt; Keyword(s):
Thanks for the answer.
I really should get more familiar with SpEL.
Hey there,
I'm just starting out with spring integration and would like to use the AOP stuff to do some basic auditing.
Is there a way to easily expose the user set by spring-security to be...
Sadly, that doesn't prevent binding on validation errors and requires to define action-states to branch for success and error results. It's not impossible to work this out but it's unneccessarily...
The relevant code in ValidationHelper is the following:
String methodName = "validate" + StringUtils.capitalize(requestContext.getCurrentState().getId());
Method validateMethod =...
It looks like you're in the test state from the beginning, so either start at the "index" state or do something like
<view-state id="test" view="someTest" popup="true">
<transition...