if i'm reading you correctly, what you want to do is display a
readonly form to the user in the read action?
personally i don't think that that's a good idea. what happens if you
have a form field that has a size of 50 but a maxlength of 255? if the
property value for that field is 75 then the user is only going to see
the first 50 characters in the field and have to scroll the field to
see the other 25.