seam back end code references


2007-11-23 Digg! icurtain Delcious icurtain Technorati icurtain


@Name sets the front end reference point to the entity bean

@Name("userList")
public class UserList extends EntityQuery {

User user = new User();

public User getUser(){
return user;
}

}

Front end the references it via

#{userList.user}