[jboss-user] [JBoss Seam] - Re: @DataModelSelection and selectOneItem?

pete.muir@jboss.org do-not-reply at jboss.com
Wed Oct 24 05:48:20 EDT 2007


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



More information about the jboss-user mailing list