Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    18
    Views
    3,284

    ok thanks, then i'll rather try to make a work...

    ok thanks, then i'll rather try to make a work around here
  2. Replies
    18
    Views
    3,284

    I've got the same problem but I'm using Seam...

    I've got the same problem but I'm using Seam instead of SWF.
    Where can I download the patched version? It should be quite easy to solve this, isn't it?
    What's the role of the eclipse link team...
  3. Replies
    2
    Views
    608

    SWF lib in tomcat/shared/lib produces errors

    Hello,
    I'm have a quite good working web flow now, but I have to fulfill a requirement that becomes a problem now. During developing I stored the spring-webflow.jar in the folder WEB-INF/lib as...
  4. well... maybe? i'm not sure, i just know it works...

    well... maybe? i'm not sure, i just know it works now :)
    but thank you!
  5. ok, i solved it! pretty strange behaviour: ...

    ok, i solved it!

    pretty strange behaviour:
    as i said, i configured a controller that extends the formAction to be my formActionController. all the methods i called during the webflow using the...
  6. yes, i call setupForm at startup and...

    yes, i call setupForm at startup and bindAndValidate each time i leave a state that changed somehow my formObject. and in that one case i realized that my editors never did their job. the simple...
  7. registerCustomEditors does not register anything

    hi,
    i'm having some problems getting my "spring:bind"ed objects correctly saved and displayed. I tried to override the initBinder method as well as the registerPropertyEditors method of my...
  8. yes, it's an entity bean from my model. The...

    yes, it's an entity bean from my model.

    The error occures after I press a button that starts the flow. The first state is an action-state that calls a method in my flowcontroller. This method puts...
  9. Hm... I looked at my classpath and everything...

    Hm... I looked at my classpath and everything looks fine. There is no problem using the classes in the whole project, only that flow refuses to know my class.:confused:
  10. Getting a ClassNotFoundException when putting Object into FlowScope

    Hi,
    I'm having some problems with that ClassNotFoundException that occures everytime I try to put one of my modelobjects (mapped by hibernate) into the FlowScope:
    ...
  11. Replies
    5
    Views
    964

    Thanks for that hint, Erwin! Since I called my...

    Thanks for that hint, Erwin! Since I called my method as a render-action it couldn't work. I changed it to an entry-action and my data is where I expected it to be...

    Thanks a lot!
  12. Replies
    5
    Views
    964

    no, didn't work. i tried also ...

    no, didn't work. i tried also
    context.getExternalContext().getRequestParameterMap().asMap()
    context.getExternalContext().getRequestMap().asMap()
    context.getRequestParameters().asMap()...
  13. Replies
    5
    Views
    964

    Need help with accessing POST-variables

    Hi,
    I'm trying to read in some form data in a method that i called via a rendering-action element.

    so i have that jsp with my form and a hidden field for the flow-key and my object id:

    ...
  14. Replies
    5
    Views
    895

    Oh thanks a lot, now i got it running!

    Oh thanks a lot, now i got it running!
  15. Replies
    5
    Views
    895

    Ok maybe I should give more detailed information:...

    Ok maybe I should give more detailed information:

    I changed all the xmlns entries to

    except for the two -flow.xml files. How do I do this for Spring 1.2?

    The example application throws now...
  16. Replies
    5
    Views
    895

    ok, did the lib-exchange again and now there is...

    ok, did the lib-exchange again and now there is this error (now the xml seems to be the problem)



    The corresponding xml file is the default one, but i'll post it anyway:


    As far as I know,...
  17. Replies
    5
    Views
    895

    SWF Configuration with Spring 1.2.8

    Hi,
    I tried out the phonebook example downloaded the source and tried to configure it to work with spring 1.2.8.

    I replaced the libs after testing it with the 2.0 libs and got an exception on...
Results 1 to 17 of 17