1 2 Previous Next 21 Replies Latest reply on Jul 4, 2006 6:26 AM by holgerprause Go to original post
      • 15. Re: DataModel / Duplicated ID
        gavin.king

        Guys this is NOTHING TO DO WITH SEAM. It doesn't matter how many times you post here about this, I can't do anything to fix a problem with MyFaces+Facelets.

        Please nag the Myfaces guys (who I believe are the culprits), or the Facelets guys (who might be, but I don't think so).

        • 16. Re: DataModel / Duplicated ID
          g.tomassoni

           

          "gavin.king@jboss.com" wrote:
          Guys this is NOTHING TO DO WITH SEAM


          Well, I didn't mind to call for an impeachment of Seam in this. Just, since the people using Seam is also using myfaces+facelets, chances are they are up to date with news about this issue...

          Did I do something wrong?

          • 17. Re: DataModel / Duplicated ID
            g.tomassoni

            However, you were right, Gavin: upgrading the MyFaces core library (api+impl) to the 1.1.3-SNAPSHOT dated march 27, 2006, solved this issue at least for me.

            To whom it may concern, the MyFaces core's 1.1.3 nightly snapshots may be downloaded from http://cvs.apache.org/builds/myfaces/nightly/.

            An upgrade of the commons-codec, commons-collections and commons-digester libraries in the jsf-libs directory is also needed, as well as a copy of the commons-lang one, which wasn't needed at all in 1.1.1.

            These dependency libraries are shipped with the snapshort archive as well.

            Regards,

            • 18. Re: DataModel / Duplicated ID
              gavin.king

               

              "g.tomassoni" wrote:
              Did I do something wrong?


              Nono, you were fine, I was not yelling at you :-)

              • 19. Re: DataModel / Duplicated ID
                gavin.king

                 

                "g.tomassoni" wrote:
                However, you were right, Gavin: upgrading the MyFaces core library (api+impl) to the 1.1.3-SNAPSHOT dated march 27, 2006, solved this issue at least for me.

                To whom it may concern, the MyFaces core's 1.1.3 nightly snapshots may be downloaded from http://cvs.apache.org/builds/myfaces/nightly/.

                An upgrade of the commons-codec, commons-collections and commons-digester libraries in the jsf-libs directory is also needed, as well as a copy of the commons-lang one, which wasn't needed at all in 1.1.1.

                These dependency libraries are shipped with the snapshort archive as well.


                Thanks, I will need to do something similar in Seam dist.



                • 20. Re: DataModel / Duplicated ID
                  emsa

                  Another way to solve this is to enclose the <t:dataTable /> in <f:subview> [...] </f:subview>

                  • 21. Re: DataModel / Duplicated ID

                    Hello,

                    i got this duplicated problem too , its caused as far as i can see from h:dataTable or h:commandLink, what worked for me is putting these elements into a

                    <h:form></h:form> tag

                    hope i could help a bit

                    1 2 Previous Next