1 Reply Latest reply on Nov 5, 2008 4:24 AM by dan.j.allen

    Bug in Seam 2.1.0.GA seam-gen Freemarker Templates

    ashishkulkarni.ashish.kulkarnisoftware.com

      Hi there,


      There are bugs in the following 2 freemarker templates in seam-gen of Seam 2.1.0.GA.


      These are:


      view/view.xhtml.ftl - line 100


      property=parentParentPojo.indentifierProperty


      This should be:


      property=parentParentPojo.identifierProperty


      view/edit.xhtml.ftl - line 127


      property=parentParentPojo.indentifierProperty


      This should be:


      property=parentParentPojo.identifierProperty


      Can you guys please fix these as seam-gen generate does not work due to these errors.


      Best Regards,


      Ashish.