Users - location parameter on the request-map in the controller.xml file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Users - location parameter on the request-map in the controller.xml file

cjhowe
By specifying the request in the
myapp/WEB-INF/controller.xml using the #myrequest
syntax, you're not reducing the amount of code
significantly.  If the app you're extending had 31
requests, myapp will have 31 requests in order to
reuse the functionality.  Sure, you may be changing
some of the functionality, but it's no different than
how you're currently doing it (writing out the
requests locally and not referencing an outside
controller at all).
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users