[jboss-user] [JBoss Seam] - seam-gen and clickable lists

hvram do-not-reply at jboss.com
Tue Apr 17 23:42:27 EDT 2007


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038213#4038213

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038213



More information about the jboss-user mailing list