User development,

A new message was posted in the thread "Enabling code assist in xhtml files":

http://community.jboss.org/message/523516#523516

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--------------------------------------------------------------
I just noticed that the Person class is not a Seam JavaBean component (so I 
added the @Name):
 
@Name("person")
public class Person {
    private String name;
 
    public Person() {
    }
 
    public String getName() {
        return name;
    }
 
    public void setName(String name) {
        this.name = name;
    }
}
 
perhaps this was the issue?

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/523516#523516


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to