This is what a converter is for.

Then you can use object setters/getters:

public Product getProduct() {
  |    return product;
  | }
  | 
  | public void setProduct(Produce product) {
  |    this.product = product;
  | }

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098202
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to