[jboss-user] [JBoss Tools] New message: "Re: Enabling code assist in xhtml files"

Arbi Sookazian do-not-reply at jboss.com
Mon Feb 1 19:30:09 EST 2010


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




More information about the jboss-user mailing list