Results 1 to 3 of 3

Thread: Change in spring-webflow.dtd

  1. #1
    Join Date
    Jul 2005
    Location
    Los Angeles, USA
    Posts
    25

    Default Change in spring-webflow.dtd

    It seems that the spring-webflow.dtd file available at

    http://www.springframework.org/dtd/spring-webflow.dtd

    is no longer compatible with pr5. It's not that big a deal since webflow code itself looks within the classpath rather than the internet for its DTD (if it needs it at all). But my IDE (RAD 6), validates XML via the system ID of the DTD definition. This presents me with various validation errors about entry vs entry-action tags and what-not.

    Of course, I just ignore them. It all runs fine. But I'm curious about where in the Web Flow release cycle these changes will be incorporated. PR6? RC1?

    - Paul

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

    Default

    Paul,

    That's a good point. I'll put the PR5 dtd back. Sorry for the inconvenience!

    You can expect these latest changes in RC1, due out with Spring 1.3 RC1 -- hopefully in the coming weeks.

    Keith
    Keith Donald
    Core Spring Development Team

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

    Default

    Okay this is taken care of. Expect the dtd to stay as is until we have a next release, at which expect:

    <entry> to become <entry-action>
    <exit> to become <exit-action>

    We're still debating if we'll merge in support for spring bean definitions within a <webflow>, or if we'll support just a <import-beans> element. But that decision won't impact existing users.

    Keith
    Keith Donald
    Core Spring Development Team

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 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
  •