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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...