What about adding something like the following to ofbiz-component.xml schema
<extend-web-app name="order"
    include-controller="path/to/controller.xml"
/>

This would basically be similar to the "include" element available in the 
controller schema except that it would override any elements in the web-app's 
normal controller.

Doing this would allow us to externally override any requests and views in a 
base application's controller without needing to completely replace the 
existing webapp and could be a good starting point for building "plug-in" 
support.

Say for example you simply want to make a few changes to the EditProduct 
screen, you could just override the view-mapping to point to a screen in your 
custom component and boom, you're done.

Thoughts?

Thanks
Scott

HotWax Media
http://www.hotwaxmedia.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to