[jboss-user] [JBoss Seam] - Re: How to keep information on the tabPanel

quintenjiang do-not-reply at jboss.com
Tue Jul 10 11:51:26 EDT 2007


I just try to migrate Ajax4jsf code google-house into Seam and richfaces.
And modify code EmployeeTable.java and Employee.java.

Orignal jsf page call employee like:

#{employeeTable.employee.address}

So when switching between tabPanel, pages can keep all typing information. But after I change them into seam EmployeeTable code like:

@In @out
Employee      employee;

and pages:   	
#{employee.address}

So how to activate employee session to keep its information?


Thanks

Quinten




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062548#4062548

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062548



More information about the jboss-user mailing list