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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to