Hi,
I am using JSF Sun RI and Toplink for ORM for web app.
Would you tell me if there is a way to split a field in an entity bean and
bind to 2 seperate web components? For example, customer entity mapping to
an DB table customer which has name, address.... I retrieve a list of
customers and need to split name into first name, last name and bind them
seperately to 2 htmlOutputText? Also how to concatenate firstname and
lastname entered back to name and persist customer object back to DB? Can
this be achieved by only the entity bean and page backing bean?
Not sure if this is the right place to ask. Thanks.
--
View this message in context: http://www.nabble.com/Split-a-filed-in-entity-bean--tp18705557p18705557.html
Sent from the java.net - glassfish persistence mailing list archive at Nabble.com.