ok thanks, then i'll rather try to make a work around here
Type: Posts; User: rydl; Keyword(s):
ok thanks, then i'll rather try to make a work around here
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...
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...
well... maybe? i'm not sure, i just know it works now :)
but thank you!
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...
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...
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...
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...
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:
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:
...
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!
no, didn't work. i tried also
context.getExternalContext().getRequestParameterMap().asMap()
context.getExternalContext().getRequestMap().asMap()
context.getRequestParameters().asMap()...
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:
...
Oh thanks a lot, now i got it running!
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...
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,...
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...