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

Thread: Webflow 2.0.8 and Spring 3.0.0

  1. #11
    Join Date
    Jan 2006
    Location
    Hamburg, Germany
    Posts
    19

    Default

    This are great news!
    Thank you. You confirm what I already assumed.
    As the webflow reference application for JSF works with the spring 3.0 dependencies, I was wondering where the problems are.

    I was experiencing some problems when integrating Icefaces.
    Suddenly Maven included the el-api.jar into my WAR. I had to exclude this one in the dependency for the icefaces components in my pom.
    But now this works fine as well.

  2. #12
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    Quote Originally Posted by Marten Deinum
    It will work as long as you ONLY use webflow as soon as you will try to mix mvc:annotation-driven together with webflow you will run into the issues explained earlier.
    Which is also what I tried to explain, although not fully. You will have to fully configure either one instead of relying on the defaults. Which basically means duplicating the configuration especially if you are using custom Converters/Formatters due to the changed packaging.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #13
    Join Date
    Jul 2008
    Posts
    157

    Default

    Quote Originally Posted by constv View Post
    There is absolutely no reason why you cannot use Spring 3.0 with SWF 2.0.8! And Tiles, for that matter. Most of the above posts that state otherwise are misleading or completely incorrect. Frankly, I am surprised to see such statements here.
    Sorry, you are right. I see now that my statement was incorrect.
    What you are not able to do is using the following combination: Spring 3 release, webflow, Tiles and Ajax.

    If you need all these to work together (including ajax), as I stated in SWF-1136, you have to stick to Spring 3.0.0M3, Webflow 2.0.8 and Tiles 2.0.7. So everything works except cascaded attributes.
    If you are not using ajax or not using tiles, it should work fine with spring 3 release, At least i didn't have any issue in my few tests. (I needed all of them)

    If you find a way of making all these work together (using Spring 3 release, any version of Tiles), please, let me know, cause I tried everything to no avail and would be more than happy with any working solution.

Posting Permissions

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