关于n个深度的ofbiz-URI映射 ofbiz uri映射 1.我的测试源来自 1.1来源地点:svn公司http://svn.apache.org/repos/asf/ofbiz/trunk svn中ofbiz/*源位置*/ 2.菜单(示例->ajaxexample) 2.1#地点:https://localhost:8443/example/control/authview/findExampleAjax /*关于uri的位置*/ 3.下面是示例url 3.1#urihttps://localhost:8443/example/control/authview/findExampleAjax /*关于uri的位置*/ 4.我要设置uri 4.1 #https://localhost:8443/example/control/authview/findExampleAjax/*关于uri的位置*/ 4.2 #https://localhost:8443/example/control/authview/t1/findExampleAjax 4.3 #https://localhost:8443/example/control/authview/t1/t2/findExampleAjax 如何设置controller.xml 我不知道controller.xml文件中的请求authview/findExampleAjax 我找不到authview 如何映射第n个深度目录(URI) 非常感谢。

关于n个深度的ofbiz-URI映射 ofbiz uri映射 1.我的测试源来自 1.1来源地点:svn公司http://svn.apache.org/repos/asf/ofbiz/trunk svn中ofbiz/*源位置*/ 2.菜单(示例->ajaxexample) 2.1#地点:https://localhost:8443/example/control/authview/findExampleAjax /*关于uri的位置*/ 3.下面是示例url 3.1#urihttps://localhost:8443/example/control/authview/findExampleAjax /*关于uri的位置*/ 4.我要设置uri 4.1 #https://localhost:8443/example/control/authview/findExampleAjax/*关于uri的位置*/ 4.2 #https://localhost:8443/example/control/authview/t1/findExampleAjax 4.3 #https://localhost:8443/example/control/authview/t1/t2/findExampleAjax 如何设置controller.xml 我不知道controller.xml文件中的请求authview/findExampleAjax 我找不到authview 如何映射第n个深度目录(URI) 非常感谢。,view,request,ofbiz,View,Request,Ofbiz,您可以通过在controller.xml ofbiz uri mapping 1.my test source get from 1.1 source location : svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz /* source location in svn */ 2. menu( examlple->ajaxexample ) 2.1 #location : https://localhost

您可以通过在
controller.xml

ofbiz uri mapping 1.my test source get from 1.1 source location : svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz /* source location in svn */ 2. menu( examlple->ajaxexample ) 2.1 #location : https://localhost:8443/example/control/authview/findExampleAjax /* location about uri */ 3. sample url is follow 3.1 #uri https://localhost:8443/example/control/authview/findExampleAjax /* location about uri */ 4. i want set uri 4.1 #https://localhost:8443/example/control/authview/findExampleAjax/* location about uri */ 4.2 #https://localhost:8443/example/control/authview/t1/findExampleAjax 4.3 #https://localhost:8443/example/control/authview/t1/t2/findExampleAjax how can i set controller.xml I do not know request authview/findExampleAjax in controller.xml file I can not find authview how can i mapping nth depth directory( URI ) Thank you
updateExample
是在包含服务的.xml文件中定义的服务,文件的位置在biz component.xml的
中给出,谢谢。您的示例是我想如果我想要如何配置controller.xml的话会有什么不同。我不理解这个问题。你能解释更多吗?谢谢你这是真正的来源,但我找不到像你这样的页面。controller.xml文件(./specialpurpose/example/webapp/example/WEB-INF/controller.xml):。请告诉我反向。你能发布你的
controller.xml
示例AjaxScreens.xml
代码和位置吗?我不能添加太大。此verison默认菜单(示例->ajaxExample)===>请参考比兹的svn公司 ofbiz uri mapping 1.my test source get from 1.1 source location : svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz /* source location in svn */ 2. menu( examlple->ajaxexample ) 2.1 #location : https://localhost:8443/example/control/authview/findExampleAjax /* location about uri */ 3. sample url is follow 3.1 #uri https://localhost:8443/example/control/authview/findExampleAjax /* location about uri */ 4. i want set uri 4.1 #https://localhost:8443/example/control/authview/findExampleAjax/* location about uri */ 4.2 #https://localhost:8443/example/control/authview/t1/findExampleAjax 4.3 #https://localhost:8443/example/control/authview/t1/t2/findExampleAjax how can i set controller.xml I do not know request authview/findExampleAjax in controller.xml file I can not find authview how can i mapping nth depth directory( URI ) Thank you
<screen name="findExampleAjax">
// Decoration for screen
</screen>