I'm trying to bind my JSF component to not my top-level entity bean but one 
that is joined to it.  My tables basically have a 1 to 1 relationship therefore 
I've built 2 entity beans however I want a single form to be able to 
edit/insert both records at the same time.

I was thinking something like this would work:
<h:inputSecret id="password" required="true" value="#{account.signon.password}" 
/>

account has a reference to signon (with getters/setters) and password is a 
property of the signon entity.

Should that work in a Seam world?  I believe this was a technique that I picked 
up in the Struts days.

The user receives an error that basically says:
"password": Error during model data update.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to