I also just ran into this issue with webflow 2.3.0.RELEASE. It is treating the <bean-import resource="..."/> as relative to the child flow even though its imported via the parent-flow, and won't...
Type: Posts; User: barrypitman; Keyword(s):
I also just ran into this issue with webflow 2.3.0.RELEASE. It is treating the <bean-import resource="..."/> as relative to the child flow even though its imported via the parent-flow, and won't...
Hi
I'd like to use HTML5 <input type="date"/> in a webapp, but the spring JSP form tag library doesn't seem to be able to support this. Admittedly only Opera supports the date field type at the...
Aha! Thanks Andy, I've sorted it out.
The problem was that I had a pre-existing CATALINA_OPTS environment variable which had a value of '-Xmx1024m -Xms512m -XX:MaxPermSize=256M...
I didn't modify anything from the downloaded zip file. Here's what I did:
1. Unzip contents to C:\vfabric-tc-server-developer-2.5.0.RELEASE
...
Same problem for me on Windows 7 64 bit.
I suggest you start a new thread for a new question.
OK, answered this one myself after a little more time:
as a workaround, one can simple use ${SPRING_SECURITY_LAST_EXCEPTION.authentication.principal} to re-render the last username instead of...
Hi,
I am using Spring security in a relatively simple web application. On unsuccessful authentication, I'd like to pre-populate the username field.
I'm able to achieve this is if I allow...
Good question Curtis! I was going to post the exact same question, luckily I found yours first.
Although they usually represent the same/similar logical entities, I also like to keep my hibernate...
Hi
We are investigating moving our application to tcServer but have a couple of questions. I have searched the documentation and found a couple of answers, but as tcServer development seem to be...
Yes, I did find out but forgot to post the answer back here!
You just need to implement the interface 'ServletContextAware' and have it injected by Spring at runtime.
Hope that helps.
Hi
Are there any plans to add support for testing flows using the Spring test context or other JUnit4 support? Currently SWF appears to be using JUnit3.8 -style classes for...
I found that the following works for me (it may be a bit of a hack but this is my first attempt at Spring EL). I still want the default properties to be evaluated even if the 'config.location' JVM...
I am upgrading from webflow 1.0.5 to 2.0.8, and enjoying some of the new features.
While it looks as though the ResourceServlet offers many benefits for serving js scripts, it makes it impossible...
Hi
My Spring WS 1.5.6 endpoint extends AbstractMarshallingPayloadEndpoint. I'm trying to access the ServletContext from the endpoint's invokeInternal(Object o) method, is this possible? I need to...