Re: Value encoder toClient called twice for each request

2012-09-18 Thread Thiago H de Paula Figueiredo
On Tue, 18 Sep 2012 10:30:11 -0300, George Christman wrote: I figured out why the value encoder is called twice, however I'm not certain if this is normal behavior. The value encoder is only called once when I don't use the removerowLink in my ajaxformloop, however as soon as I add it in

Re: Value encoder toClient called twice for each request

2012-09-18 Thread George Christman
em{id=null, quantity=null, unitPrice=null, purchaseRequest=null} -- View this message in context: http://tapestry.1045711.n5.nabble.com/Value-encoder-toClient-called-twice-for-each-request-tp5716275p5716378.html Sent from the Tapestry - User mailing list archive at

Re: Value encoder toClient called twice for each request

2012-09-15 Thread Muhammad Gelbana
.getId().toString(); >> } >> return value.getTempId().toString(); >> } >> >> public LineItem toValue(String clientValue) { >> Long id = new Long(clientValue); >> if (id

Re: Value encoder toClient called twice for each request

2012-09-15 Thread Muhammad Gelbana
return value.getId().toString(); > } > return value.getTempId().toString(); > } > > public LineItem toValue(String clientValue) { > Long id = new Long(clientValue); > if (id > 0) { > fo

Value encoder toClient called twice for each request

2012-09-14 Thread George Christman
n new LineItem(pr); } }; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Value-encoder-toClient-called-twice-for-each-request-tp5716275.html Sent from the Tapestry - User mailing list archive at Nabble.com. --