Wouldn't you know that my previous attempt at a "clean" installation of Ganymede 3.4.2 was actually 3.4.1 - grrr! I just downloaded 3.4.2, installed Spring IDE, and everything is working now. ...
Type: Posts; User: ncdc; Keyword(s):
Wouldn't you know that my previous attempt at a "clean" installation of Ganymede 3.4.2 was actually 3.4.1 - grrr! I just downloaded 3.4.2, installed Spring IDE, and everything is working now. ...
Hi,
I've just installed Spring IDE 2.2.3 in a clean installation of Eclipse for JEE developers 3.4.2. I installed the Spring IDE Core, Spring AOP, and Spring OSGI plugins. I've read through the...
In the pom, would it be possible to mark the non-essential dependencies as <optional>true</optional>? For example, if my project only needs EhCache, I don't necessarily want to pull in JBossCache...
I will take a look first thing tomorrow. Thanks for all your hard work!
I'll be in touch in the morning.
Andy
I would think that it could be implemented so that on any transition from a source state to a target state, if the 2 states are the same, then entry actions and exit actions should not execute. ...
This doesn't seem right to me. It seems like if my source state is A, and my transition says go to A, then the source and target states are equivalent, so you shouldn't exit A and then re-enter A.
...
I just created an even more simplified test case (as in brand new web app) and can confirm this behavior. With a flow like
<start-state idref="myView"/>
<view-state id="myView"...
I am having a problem with entry actions in Web Flow (revision 4969 from Subversion) where it appears that they are re-firing when I transition into my current state, and I'm wondering if this should...
Keith,
Thank you very much for your prompt response. I will update to the latest code from Subversion, apply and test my patch locally, and (assuming it still works) upload the patch to JIRA.
...
Do you have plans to look at SWF-181 before releasing 1.0 final? We have been patching the Web Flow code from Subversion locally to work around the NoSuchConversationException we receive when using...
We're actually using JSF, so we're using a JSF ViewHandler, and we're using Facelets, so it's xhtml and not jsp-based. I didn't think you could use a ViewResolver with JSF...but maybe I'm wrong?
...
Sam,
Thanks for taking the time to respond. Is there any way to protect pages by placing them under WEB-INF, a la the JSP (yuck!) world?
We definitely plan on making use of that exception...
We'll probably end up using something like Acegi in the long run, especially since it integrates nicely with Spring, but my 2 major concerns are
1) How do I keep users from manually typing in a...
Hi all,
I've searched in the forums and the documentation but haven't come across this yet, so I thought I'd post. I'm working on a JSF/Facelets-based app using Web Flow, and I'm trying to figure...