[jboss-user] [JBoss Seam] - Re: SMPC Configuration
monkeyden
do-not-reply at jboss.com
Wed Jul 11 16:49:43 EDT 2007
I am becoming increasingly convinced that this is an issue with page actions and not an issue with my configuration. I have completely removed all references to any persistence related components and changed loadEmployee() and added accessors like so:
public void loadEmployee(){
| this.firstName = "monkey";
| }
|
| public String getFirstName() {
| return firstName;
| }
|
| public void setFirstName(String firstName) {
| this.firstName = firstName;
| }
and the view:
#{testEmployeeAction.firstName}
Still it fails at the same rate.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063220#4063220
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063220
More information about the jboss-user
mailing list