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


Reply With Quote