I read the message at http://www.mail-archive.com/users@tapestry.apache.org/msg17772.html.
It seems like the beaneditform can be marked as readonly for displaying information. For instance, I have a product detail page which will show product information e.g. product image, price, etc. and I do not want the user to change it. However, when check similar page e.g. http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html, it seems like beaneditform doesn't provide any property to mark the field as readonly. For instance, <input type="text" ... readonly="ture"> How can I do that or what is the right way to do it? Env used : tapestry 5.1.0.5/ java 1.6.0.10/ tomcat 6.0.18 P.S.: I tried to use beandisplay, but seeming beandisplay only show bean property value. I can not e.g. transforms path into image tag. Thanks -- View this message in context: http://n2.nabble.com/Display-product-detail-information-tp3064053p3064053.html Sent from the Tapestry Users 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