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