[jboss-user] [JBoss Seam] - Re: Converter behavior PROBLEM

urosmil do-not-reply at jboss.com
Wed Sep 12 11:46:52 EDT 2007


Hi Stephen, 

this is offer without irrelevant information:


  | public class Offer implements Serializable, Cloneable {
  | 
  | 	private BigDecimal price;
  | 
  | 	public BigDecimal getPrice() {
  | 		return price;
  | 	}
  | 
  | 	public void setPrice(BigDecimal price) {
  | 		this.price = price;
  | 	}
  | }
  | 

Important to say is that there are situation where I use converter for java.util.List objects and everything work fine.

Thanks,
Uros.

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

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



More information about the jboss-user mailing list