Bugs item #563585, was opened at 2002-06-02 13:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=104754&aid=563585&group_id=4754
Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: joe panico (jpanico) Assigned to: Howard Lewis Ship (hship) Summary: SimpleEngine.render access restriction Initial Comment: com.primix.tapestry.engine.SimpleEngine.render() has package acccess-- it should be public. There are many legitimate places, outside the engine package, that might want to call this method. One example is the ExternalPage/ExternalService scheme in the examples. In implementing my own ExternPage service I need to call SimpleEngine.render(), but I can't. ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-06-04 18:27 Message: Logged In: YES user_id=26816 Which release of Tapestry are you seeing this in? The method you need is renderResponse() defined in IEngineServiceView. IEngineServiceView is an additional interface, implemented by an engine, that it exposes to its services. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=104754&aid=563585&group_id=4754 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
