Ashish Raniwala wrote:
Hi Guys,
I remember reading limitations of binding directions somewhere but not able to find it now.
I am facing problem with 'in' direction and parameter does not get parameter value during component rendering.
Changing to direction auto works fine.
Can anyone please point me to some resource where I can read about limitations on binding directions?
Thanks in advance.
Regards,
Ashish
From Tapestry in Action:
- in: Only available during rendering. Doesn't update.
- form: For form-elements. Read when rendering. Updated when submitted.
-auto: Can be read and updated when you like. Must be required
parameter. Of primitive types only boolean, int and double are supported.
- custom: Leaves control in your hands.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]