0 Replies Latest reply on Apr 25, 2007 6:51 AM by atao

    eam-gen and EntityHome.wire

    atao

      I generated an application with seam-gen from Seam 1.2.1.GA.

      In the [Entity]Edit.page.xml files, there is always a call to [Entity]Home.wire, e.g.:

       <action execute="#{workerHome.wire}"/>
      


      But the wire method are never called when the Edit page is called. Almost always there is no problem. But I have at least one case where the Edit view doesn't show the current entity but create a new one.

      Any idea?