Feature Requests item #480772, was opened at 2001-11-11 23:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=354754&aid=480772&group_id=4754
Category: framework Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Richard Lewis-Shell (rlewisshell) Assigned to: Nobody/Anonymous (nobody) Summary: allow component aliases outside app spec Initial Comment: We have a support framework which defines a number of pages and common components, and we want to refer to them using a simple alias/page name rather than the full java resource path, BUT we don't want to have to replicate the mapping in every application file. Currently we are intercepting the servlet init (ServletConfig) method and using the ApplicationSpecification object to directly add the component aliases, and page names. It would be REAL nice if this could be put in an XML file ala the .application file, and then any application needing those defs could 'import' them somehow... [Can this be done with vanilla XML already?] ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-05-24 15:54 Message: Logged In: YES user_id=26816 Overriding servlet init is one possibility. You can use an XML external entity to read a shared XML file containing component aliases, perhaps. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=354754&aid=480772&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 _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
