I would take the values from the fields and on a querySave event or an action button I would save them each in, probably, a sessionScope variable ant then have the fields default to the sessionScope variable. The other option might be a sessionScope Java Bean. I'm pretty sure either of those would work. Not sure on storing the RT Field is a scope variable but pretty sure you could do that in a Java Bean but I have never tried specifically doing this with a RT Object.