Search:

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

Search: Search took 0.02 seconds.

  1. Wouldn't you know that my previous attempt at a...

    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. ...
  2. Unable to locate Spring NamespaceHandler for jee

    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...
  3. Replies
    15
    Views
    14,438

    In the pom, would it be possible to mark 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...
  4. Replies
    5
    Views
    1,109

    I will take a look first thing tomorrow. Thanks...

    I will take a look first thing tomorrow. Thanks for all your hard work!

    I'll be in touch in the morning.

    Andy
  5. I would think that it could be implemented so...

    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. ...
  6. This doesn't seem right to me. It seems like if...

    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.
    ...
  7. I just created an even more simplified test case...

    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"...
  8. Transition to same state causes entry actions to fire again?

    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...
  9. Replies
    5
    Views
    1,109

    Keith, Thank you very much for your prompt...

    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.
    ...
  10. Replies
    5
    Views
    1,109

    Do you have plans to look at SWF-181 before...

    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...
  11. We're actually using JSF, so we're using a JSF...

    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?
    ...
  12. Sam, Thanks for taking the time to respond. ...

    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...
  13. We'll probably end up using something like Acegi...

    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...
  14. Protecting access to pages / forcing user to click links and buttons

    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...
Results 1 to 14 of 14