Bugs item #603208, was opened at 2002-09-01 14:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=603208&group_id=4754
Category: Tapestry Group: suggestion Status: Open >Resolution: Accepted Priority: 8 Submitted By: Howard Lewis Ship (hship) Assigned to: Howard Lewis Ship (hship) >Summary: Support parameter direction "form" Initial Comment: Add support for a parameter direction that matches form value semantics: The property is set from the binding before the component renders ... but only when renderring (not rewinding). The binding is updated from the property after the component renders ... only if the cycle and containing form are both rewinding. ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-09-01 14:30 Message: Logged In: YES user_id=26816 The problem is that almost every form component can be disabled. A disabled component doesn't update its binding, even when the cycle and containing form are both rewinding. This means another check: is the component disabled. This will require adding isDisabled() to IFormElement but it also means a kludge to ensure that the disabled parameter, if any, is always handled *last*. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=603208&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
