Bugs item #629287, was opened at 2002-10-26 20:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=629287&group_id=4754
Category: Tapestry Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Ross A. Baker (rossbaker) Assigned to: Howard Lewis Ship (hship) Summary: Overridden isDisabled() not respected Initial Comment: I extended DirectLink and overrode the behavior of isDisabled(), but it does not take effect. In AbstractServiceLink, renderComponent(...) should call isDisabled() instead of referencing its disabled instance variable. ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-10-27 07:46 Message: Logged In: YES user_id=26816 The disabled property is linked to a parameter, therefore its not something you should override in a subclass. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=629287&group_id=4754 ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
