0 Replies Latest reply on Apr 17, 2007 11:42 PM by hvram

    seam-gen and clickable lists

    hvram

      Hi
      I am trying to modify the seam-gen generated code to support clicable lists .

      I have modified the List.java file and have
      a) implemented a local interface which contains one method
      in addition to extending the EntityQuery
      b) Annotated that method with the @Factory (x)
      c) made the List a stateful bean
      d) added the @DataModel annotation for a variable x
      e) Referenced the variable from the List.xhtml page as #x

      But things are not working . I get an error that says validate method of component not found . Can somebody tell me if I am proceeding in the correct direction

      Implementing a stand alone interface without extending the EntityQuery does work but I need to integrate with the seam-gen generated code

      Regards
      Hari