Here is my situation: I was using webflow 1 until a few days ago. I have an application that allows a customer to schedule an appointment. I first have a customer-details-flow that brings the...
Type: Posts; User: kcusson; Keyword(s):
Here is my situation: I was using webflow 1 until a few days ago. I have an application that allows a customer to schedule an appointment. I first have a customer-details-flow that brings the...
Does anybody have a solution to this, I have the same problem.
Just to clarify my question,
If I have a jar file which contains the dao's, the hbm.xml files, and the spring config xml files which contains the beans for the sessionFactory and the dao's.
...
thanks for your help noon.
If i have an external jar with the hbm.xml files, the dao's and the spring configuration file which configures the dao's and the sessionFactory. How do you...
I have one spring application that currently serves up web pages as well as processes large files. I would like to separate the file processing part of this into its own application. However Both...
I'm trying to figure something out that has me very confused. I have an object called "client" in the session, and in my simpleFormController i add a different client to the model with the same...
Is there a way to use DWR with a scripted bean such as groovy in spring.
Thank you very much for your help.
Is there way to develop a Groovy controller using the @Controller annotation?
Thanks for your help
Thanks for working on this issue Keith. Your solution is perfect!!!
Anybody else have any comments about this??
well technically i do not need to save a flow longer then a single httpSession. Its the same session that was persisted when tomcat restarts. This gives me the warm fuzzy feeling that if in an...
bump....
nobody has any comments to help me out? even if its to say how way off i am?
:confused:
any help would be appreciated.
Kevin
does anyone know any information on this. Or am I just way off on my theory of what is going on?
thanks for your help guys.
Kevin
Prior to version 1.0.4 I was able to have the functionality where if i had to restart tomcat for any reason users would be able to pick up right where they left off in a flow when tomcat came back...
Do you have any recommendations for a better solution?
Thanks so much your input. I really appreciate it.
Kevin
Your right. I just checked the code of the FlowController class, and the it does the following:
public void setDefaultFlowId(String defaultFlowId) {...
It uses the correct controller, it does not use the correct defaultFlowId. It seems to use the last configured default for all controllers.
For example if i was switch my configuration to set...
Sounds like SimpleUrlFlowHandlerMapping is exactly what i need. Would you happen to have some sample code for that class, that i could use.
Thank you so much for your help.
Kevin
No responses to this thread, so I'm bumping it in hopes of getting someones help. :)
Solved my issue by overriding the appendFlowExecutorPath method of the RequestParameterFlowExecutorArgumentHandler class. That way I could place my client variable after the contextPath but before...
In my application I have the following:
<bean name="/customer_details.html" class="org.springframework.webflow.executor.mvc.FlowController">
<property name="flowExecutor"...
Does anyone have any information on this that might help me out. Or should I just i just give up hope of using the alwaysRedirectOnPause functionality in my application?
Thanks so much in...
I'm having an issue trying to use spring web flow with alwaysRedirectOnPause turned on in my application.
Here is my problem:
I use Apache with mod_jk which connects to tomcat. Before apache...
Just upgraded spring to 1.2.8 from 1.2.6 didnt change anything else, but now I dont get errors in my error logs, everything worked fine before, and i still get the debug messages, and if i...
Here is my log4j.properties file:
------------------------------------------------------------------
og4j.PropertyConfigurator.configureAndWatch=true
# configure the rolling appender:...