Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Spring Web Flow 2.0.3 Released

  1. #11
    Join Date
    Aug 2008
    Posts
    1

    Default Password protected files in the release

    Hi

    I'm having the same problem trying to unzip the release - it's telling me that files samples, springtravel, hotel, search, impl are password protected. I'm using windows xp pro and the windows compressed folders extraction wizard. Was there a solution other than to use a mac?

    Thanks

  2. #12
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Please use some other archive extractor for Windows. Winzip, 7-zip, etc. We tested on the Windows extraction wizard as well and had no problems - I do not know why it is effecting some and not others.

    Keith
    Keith Donald
    Core Spring Development Team

  3. #13
    Join Date
    Jul 2008
    Posts
    5

    Default <binding property required=true question

    For fields that I require on the front-end I have the required set to true for each binding property. I find that it is very handy that out of the box if that property isn't populated it instantly gives an error message to the user saying
    "required on" whatever field name.

    Does anyone know how to set this so this message comes from my message.properties file? I cannot figure out what the message key should be to get this to be picked up.

    Thanks

  4. #14
    Join Date
    Jan 2005
    Location
    New Haven, CT USA
    Posts
    6

    Cool Problem with archive

    I had similar trouble unzipping this file using Extractor Wizard on Windows XP. No difference using sourceforge. Tried with unzip in cygwin and it expanded fine.

  5. #15
    Join Date
    Sep 2008
    Posts
    1

    Default Online Example bug

    Hi
    I think there is a slight bug in the online examples, if i go to:-

    richweb.springframework.org/swf-booking-faces/spring/intro

    Then click on "Start your Spring Travel experience"

    Then click login , and login as keith/melbourne, I get a 404. But clicking the back button shows that I have loged in as keith.

    404:-

    type Status report

    message /swf-booking-faces/spring/WEB-INF/flows/main.xhtml

    description The requested resource (/swf-booking-faces/spring/WEB-INF/flows/main.xhtml) is not available.


    --------------------------------------------------------------------------------

  6. #16
    Join Date
    Oct 2008
    Posts
    1

    Default J2ee developer wit Spring framework and spreing web flow required in Maryland, USA

    Interviews going on

    I have an Urgent direct client requirement of J2EE developer.


    The rek is as follows:-


    Contract position


    Location: Rockville , Maryland .


    Here's the requirement:


    Required:


    n 7 years of J2EE development


    n Experience with Spring Framework


    n Experience with Spring Web Flow


    n Experience with JUnit or httpUnit or JWebUnit


    Assets:


    n Experience with JSF, EJB 3.0 or Hibernate


    n Experience with the Eclipse development environment


    n Experience with any automated unit testing tool (such as TestNG) for

    J2EE applications.



    Please send me your resume rate and a best time to reach you!


    Regards,


    Rima Kumari
    Sr Technical Recruiter

    Reporting House

    6104 Fayetteville Street || Suite 101 , Durham|| NC 27713.
    Phone: (919) 342 6878 Extn. # 239

    E-Mail: rima.kumari@reportinghouse.com

  7. #17
    Join Date
    Oct 2008
    Posts
    1

    Default Unzip password problem

    I'm also unable to unzip 2.0.3 using XP. It does unzip on solaris, though I've not worked with it yet to verify that there aren't problems. 1.0.5 unzipped ok on XP.

  8. #18
    Join Date
    Oct 2008
    Posts
    15

    Default validation

    hi
    i want to take the validations of the server (annotated based with bean validator framework) into JSF pages.
    Example:
    @NotNull
    @Length(max=30)

    any idea?

    thanks

  9. #19
    Join Date
    Jan 2009
    Posts
    2

    Default

    I succesfully deploy it but I get this error when i try to click hypelink in sellitem project

    15:55:57,484 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase.
    org.springframework.webflow.executor.support.Respo nseInstructionHandler$RuntimeResponseHandlingExcep tion: Unexpected exception handling response instruction [ResponseInstruction@1dee0d7 flowExecutionKey = [null], viewSelection = redirect:, flowExecutionContext = [FlowExecutionImpl@10d0630 flow = 'sellitem-flow', flowSessions = list[[FlowSessionImpl@154145 flow = 'sellitem-flow', state = 'enterPriceAndItemCount', scope = map[[empty]], flashMap = map[[empty]], status = Paused]]]]; nested exception is java.lang.IllegalStateException
    Caused by:
    java.lang.IllegalStateException
    at org.apache.catalina.connector.ResponseFacade.sendR edirect(ResponseFacade.java:432)
    at javax.servlet.http.HttpServletResponseWrapper.send Redirect(HttpServletResponseWrapper.java:125)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •