No. Something like this should work:
@In User user;
| @In TimeZone timeZone;
|
| @Observer("org.jboss.seam.timeZoneSelected")
| public updateTimeZone() {
| user.setTimeZone(timeZone);
| }
You'll need to make sure the changes to User get persisted.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039038#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...