Search:

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

Search: Search took 0.10 seconds.

  1. A work-around

    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...
  2. HTML5 input types (e.g. type="date") and spring JSP form tag library

    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...
  3. Aha! Thanks Andy, I've sorted it out. 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...
  4. I didn't modify anything from the downloaded zip...

    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
    ...
  5. Same problem for me on Windows 7 64 bit.

    Same problem for me on Windows 7 64 bit.
  6. I suggest you start a new thread for a new...

    I suggest you start a new thread for a new question.
  7. OK, answered this one myself after a little more...

    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...
  8. SPRING_SECURITY_LAST_USERNAME not available when allowSessionCreation = "false"

    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...
  9. Good question Curtis! I was going to post the...

    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...
  10. Replies
    1
    Views
    873

    Itanium support

    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...
  11. Yes, I did find out but forgot to post the answer...

    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.
  12. Replies
    0
    Views
    606

    JUnit4 for webflow testing

    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...
  13. I found that the following works for me (it may...

    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...
  14. Offer simple war packaging alternative to ResourceServlet

    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...
  15. Access to ServletContext from Endpoint

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