Search:

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

Search: Search took 0.07 seconds.

  1. Dear Costin, I am pretty sure now, that we are...

    Dear Costin,

    I am pretty sure now, that we are facing some issue here, if this is not the intended behavior.

    I have created a minimal testcase to reproduce the problem and created a JIRA entry:...
  2. Dear Costin, first of all, thanks for taking...

    Dear Costin,

    first of all, thanks for taking the time to reply!

    I have the effect within my Eclipse development environment. The only difference between working and not-working are the spring...
  3. Classloader problem moving from M4 --> M5

    Hi!

    I have the following bean definition in my XML which works fine in M4:


    <bean id="beanId" class="de.mybean" autowire="autodetect">
    <property name="myPropertyName">
    <list>
    <value...
  4. BeanNameUrlHandlerMapping not using parent application contexts?

    I have a configuration which loads several XML files (distributed in files for Database access types, service classes and other beans and finally a servlet configuration file).

    I want to use the...
  5. Replies
    3
    Views
    1,216

    I have to admit that, from reading the Javadoc,...

    I have to admit that, from reading the Javadoc, the purpose of this action is not clear to me. :(

    Sorry,

    René
  6. Replies
    9
    Views
    1,789

    Ok I found it and it was MY fault. The problem...

    Ok I found it and it was MY fault.

    The problem was an old webflow-jar in the WEB-INF/lib folder. With the correct Jars in place, everything works fine.

    Thanks for all who tried to help and...
  7. Replies
    9
    Views
    1,789

    public class LoginValidator implements Validator...

    public class LoginValidator implements Validator &#123;
    private LoginService loginService;

    public LoginValidator&#40;&#41; &#123;
    super&#40;&#41;;
    &#125;

    public void setLoginService&#40;LoginService loginService&#41; &#123;...
  8. Replies
    9
    Views
    1,789

    The bean is defined as this:

    The bean is defined as this:

    <bean id="LoginFormAction" class="de.smartprocure.spring.login.LoginFormAction">
    <property name="formObjectName"><value>Login</value></property>
    <property...
  9. Replies
    9
    Views
    1,789

    I was not precise: The Validator is not called,...

    I was not precise: The Validator is not called, because the bindAndValidate() method is not called. It seems, that - for some reason - the action included in the submit transition is not called. I...
  10. Replies
    9
    Views
    1,789

    bindAndValidate not called

    Hi there!

    I have the following view-state definition:


    <view-state id="inputLoginData" view="login">
    <transition on="submit" to="performLogin">
    <action bean="LoginFormAction"...
  11. I did not know this: Sourceforge has some delay...

    I did not know this: Sourceforge has some delay between developers access and mortals pserver access:

    Will try tomorrow.

    Best regards,

    René
  12. Different behaviour in PR4 Scope of Form-Object

    Hi All!

    I have a flow with two Forms. For a certain behaviour when going back and forward between these two forms I had the form-objects of each of the two forms in the ScopeType.FLOW. That worked...
Results 1 to 12 of 12