Bugs item #631764, was opened at 2002-10-31 16:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=631764&group_id=4754
Category: Tapestry Group: suggestion Status: Open Resolution: None Priority: 5 Submitted By: Dorothy Gantenbein (dgantenbein) Assigned to: Howard Lewis Ship (hship) Summary: AbstractComponent API Initial Comment: Hi - We are moving to Tapestry 2.2 right now. The AbstractComponent has deprecated fields for wrapped and wrappedCount. We would like to see some way to access the wrapper information without having deprecations. Our use case is a Breadcumb component. The breadcumb displays the name of each wrapper as a link with '>' between wrappers. The renderBody method of the breadcrumb component currently uses the wrapper & wrappedCount fields of AbstractComponent. Thanks and please let me know if you have any questions. Dorothy [EMAIL PROTECTED] ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-11-28 10:04 Message: Logged In: YES user_id=26816 Adding methods getBody(), which returns IRender[] and getBodyCount(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=631764&group_id=4754 ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
