Ticket #375 (closed enhancement: fixed)

Opened 16 years ago

Last modified 16 years ago

Include support for adding helper mappings via ModelGlue.xml

Reported by: boomfish Owned by:
Priority: normal Milestone: 3.1 Maintenance Beta
Version: 3.0.178 Severity: enhancement
Keywords: Cc:

Description

Include the ability to add mappings for Model-Glue 3 helpers via the modelGlue.xml file. The most logical way to do this is to support a "helperMappings" setting in the config section.

Example:

<config>
	<setting name="beanMappings" value="/modelglueactionpacks/common/config/ColdSpring.xml" />
	<setting name="viewMappings" value="/modelglueactionpacks/common/views" />
	<setting name="helperMappings" value="/modelglueactionpacks/common/helpers" />
</config>

The third <setting> element above would append "/modelglueactionpacks/common/helpers" to the application's existing helper mappings.

This enhancement would give actionpacks the ability to introduce helpers into an application.

Change History

Changed 16 years ago by cfgrok

  • milestone changed from Feature Requests to 3.2

Changed 16 years ago by DanWilson

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN commit 213

Changed 16 years ago by boomfish

  • milestone changed from 3.2 to 3.1.x-next-patch
Note: See TracTickets for help on using tickets.