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 it is then called twice. Is this normal? Example with removerowlink. 


ValueEncoder console outputs.

//onAddRowFromLineItem() {
addLineItem


//ValueEncoder getEncoderLineItem() is called twice for each new row. 

return value encoder
toClient LineItem{id=null, quantity=null, unitPrice=null,
purchaseRequest=null}
return value encoder
toClient LineItem{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 Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to