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

Thread: Date Picker for Spring webflow 2.0.2

  1. #11
    Join Date
    Feb 2010
    Posts
    4

    Default

    Marten, the style.css is my own stylesheet; it functions correclty, I have now closed the tag. the calendar widget functions correctly as far as clicking on the input field and selecting a date. It just renders with a transparent background with no colors.

    I have included on my classpath the following jars:
    org.springframework.binding-2.0.8.RELEASE.jar
    org.springframework.js-2.0.8.RELEASE.jar
    org.springframework.webflow-2.0.8.RELEASE.jar

    cause thats where the needed css and js files reside. I did add the id attribute on the form:input tag but I'm still receiving the same result. So I'm thinking is there anything i need to do after calling the Spring.addDecoration function.

  2. #12
    Join Date
    Feb 2010
    Posts
    4

    Default

    Marten, date picker is now rendering correctly. when I looked at the booking-mvc sample, there is a css class added on the body tag as follow:

    Code:
    <body class="tundra spring">
    It seems regardless of what type of css you have for your app, this one is critical in order to render the widgets correctly.

    Thanks for the help...
    Last edited by tapha; Feb 19th, 2010 at 11:40 AM.

Posting Permissions

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