[jboss-user] [JBoss Seam] - Re: Post-injection hook (or how to avoid injection races?)
thatrichard
do-not-reply at jboss.com
Sun Aug 5 12:14:00 EDT 2007
Hi Michael
I need the setTitle method because the title needs to be modified before being set. (I tried to indicate this with //modify the title.)
Ultimately, I'm trying to support a combobox with an "other" field. In the full class, the values of the combobox and "other" textfield are bound to titleProxy and otherTitleProxy. In the "updateTitle" method, I examine these two values and set the person's title accordingly.
That's why I don't simply bind to #{person.title}.
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070978#4070978
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070978
More information about the jboss-user
mailing list