Re: Using Read-only properties in forms

2007-04-17 Thread jake123
Hi Bastian, you mean something like this : Jacob -- View this message in context: http://www.nabble.com/Using-Read-only-properties-in-forms-tf3593738.html#a10045713 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Using Read-only properties in forms

2007-04-17 Thread Bastian Voigt
Jacob, thanks for your quick reply! I have also used this pageBeginRender approch in some of my components. Unfortunately, pageBeginRender is not always the right place to read properties. In the example from my initial post I used a @For loop to render a block which includes a form. The sourc

Re: Using Read-only properties in forms

2007-04-17 Thread jake123
gt; -- > Bastian Voigt > Neumünstersche Straße 4 > 20251 Hamburg > telefon 040/67957171 > mobil 0179/4826359 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Using Read-only properties in forms

2007-04-17 Thread Bastian Voigt
Another question regarding tapestry programming style. Imagine I have a read-only property of some object which I need to include in a hidden field in a form so that the value is still there after posting the form. Since tapestry does not support read-only properties in forms, I need a second re