Search:

Type: Posts; User: dmt; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks for the answer. I really should get...

    Thanks for the answer.

    I really should get more familiar with SpEL.
  2. Exposing current user in @Publisher/@Payload context

    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...
  3. Replies
    5
    Views
    938

    Sadly, that doesn't prevent binding on validation...

    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...
  4. Replies
    5
    Views
    938

    The relevant code in ValidationHelper is the...

    The relevant code in ValidationHelper is the following:


    String methodName = "validate" + StringUtils.capitalize(requestContext.getCurrentState().getId());
    Method validateMethod =...
  5. Thread: Popup using Tiles

    by dmt
    Replies
    4
    Views
    1,274

    It looks like you're in the test state from the...

    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...
Results 1 to 5 of 5