Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: SMPC Configuration

scott.stark@jboss.org

2007-07-11


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.