Posted by
Ashish Vijaywargiya on
Nov 19, 2009; 1:46pm
URL: http://ofbiz.116.s1.nabble.com/Formatting-controllers-tp623986p624009.html
Hello Jacques,
The following changes are good:
- <request-map uri="FindSubscriptionResource"><security https="true"
auth="true"/><response name="success" type="view"
value="FindSubscriptionResource"/></request-map>
- <request-map uri="EditSubscriptionResource"><security https="true"
auth="true"/><response name="success" type="view"
value="EditSubscriptionResource"/></request-map>
+ <request-map uri="FindSubscriptionResource">
+ <security https="true" auth="true"/>
+ <response name="success" type="view"
value="FindSubscriptionResource"/>
+ </request-map>
+ <request-map uri="EditSubscriptionResource">
+ <security https="true" auth="true"/>
+ <response name="success" type="view"
value="EditSubscriptionResource"/>
+ </request-map>
*But* I don't like the changes for moving "invoke" attribute to the new
line:
- <event type="java" path="org.ofbiz.product.product.ProductEvents"
invoke="updateProductQuickAdminShipping"/>
+ <event type="java" path="org.ofbiz.product.product.ProductEvents"
+ invoke="updateProductQuickAdminShipping"/>
And for view map entries - +1.
--
Ashish
On Thu, Nov 19, 2009 at 6:44 PM, Jacques Le Roux <
[hidden email]> wrote: