Search:

Type: Posts; User: serg-b; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    5,002

    This solution is really works. And old style...

    This solution is really works. And old style binding (where FormAction is used) also works.

    But the bug is really exists. At this time we can not use converters to bind values from MultipartFile...
  2. Replies
    4
    Views
    857

    Yes, and really I want to pass this imported...

    Yes, and really I want to pass this imported beans as parameters to methods of beans from the global application context. In this example bean with id "bean" is some application scope object, e.g....
  3. Replies
    4
    Views
    857

    to Mister_Lie: yes, your have understood the...

    to Mister_Lie:
    yes, your have understood the problem. But your method is not a solution. I need really dynamic invocation and I do not want to place into main application context some dependencies...
  4. Replies
    4
    Views
    857

    bean as bean-action parameter

    Can we pass beans from the application context as bean-action parameters?
    For example, here is an application context fragment:

    <bean id="alpha" class="..." />

    <bean id="beta" class="..." />
    ...
  5. Replies
    1
    Views
    747

    exception handling with translation

    I am thinking the following extensions will be usefull.

    <transition on-exception="example.MyBusinessException" to="state3">
    <errors>
    <error formAction="exampleFormAction"...
  6. BridgeMethodResolver does not like large hierarchy

    There is a closed issue
    http://opensource.atlassian.com/projects/spring/browse/SPR-2648. But
    the problem still alive. The file contains a test case.

    This bug appears only when I building with...
  7. Replies
    3
    Views
    769

    Yes, I do not understand this scope. Now I have...

    Yes, I do not understand this scope. Now I have changed formErrorsScope to REQUEST and my application now is working. Thanks.
  8. Replies
    3
    Views
    769

    Serialization problems in 1.0

    I have been using webflow for a long time. Some my form objects are not serializable. I am placing such objects in request scope. So there were no problems. (I am using client continuation...
  9. It looks like "forcePrincipalAsString"="true". In...

    It looks like "forcePrincipalAsString"="true". In your configuration this property value is "false", but...
    Try to debug. You need to trace 4 last lines of the method...
  10. ConcurrentSessionControllerImpl does not support RememberMe...

    Problem arises in method "checkAuthenticationAllowed(Authentication)".

    Really RememberMeAuthenticationToken is rejected by the method...
  11. Replies
    3
    Views
    886

    You class mixes two responsibilities. You can...

    You class mixes two responsibilities. You can split it into a thread executor and a bean impelementing some bisness logic. The last will be intercepted. This schema do not need making the class aware...
  12. Replies
    3
    Views
    886

    So, you are using "internal" call. An...

    So, you are using "internal" call. An interception works only for outside invocations. At this situation you can use "org.springframework.aop.framework.AopContext.currentProxy()" to make an...
Results 1 to 12 of 12