Author: jleroux
Date: Wed Sep 22 17:54:01 2010
New Revision: 1000105
URL:
http://svn.apache.org/viewvc?rev=1000105&view=revLog:
Separates Lookup request from Ajax requests
Modified:
ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml?rev=1000105&r1=1000104&r2=1000105&view=diff==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Wed Sep 22 17:54:01 2010
@@ -191,6 +191,10 @@ under the License.
<response name="success" type="view" value="main"/>
</request-map>
+ <!-- Lookup requests -->
+ <request-map uri="LookupGeo"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeo"/></request-map>
+ <request-map uri="LookupGeoName"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeoName"/></request-map>
+
<!--========================== AJAX events =====================-->
<!-- to dynamically get products related to a product category -->
<request-map uri="getAssociatedProductsList">
@@ -207,9 +211,6 @@ under the License.
<response name="success" type="request" value="json"/>
<response name="error" type="request" value="json"/>
</request-map>
-
- <request-map uri="LookupGeo"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeo"/></request-map>
- <request-map uri="LookupGeoName"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeoName"/></request-map>
<!--========================== AJAX events =====================-->