这是在以前的版本中使用迁移程序¶
常见的¶
在intra-mart Accel Platform,由于路由器功能,URL的处理方法发生了变化。因此,需要进行以下修改才能迁移先前版本中使用的IM-Mobile Framework的屏幕。服务器端处理的迁移与PC版本相同。请通过分别参考在旧版本中创建的程序的执行来更正它。
将spHeaderWithBack标记更改为spHeaderWithLink标记¶
不推荐使用spHeaderWithBack标记。使用spHeaderWithLink标记作为替代标记。
在form标签中更改imart type =“ form”标签¶
或者,使用<form>标记,并在action属性中指定在路由中设置的路径。
在不使用智能手机版本主题的情况下进行迁移¶
演示页¶
除了常见的项目外,无需更改演示页。
添加您不想使用主题¶
添加一个设置以明确不将主题用于特定路径。例如,创建一个新的XML文件,将该设置应用于%CONTEXT_PATH%/ WEB-INF / jssp / src / mobile_fw / notheme文件夹下的演示页。
- %CONTEXT_PATH%/ WEB-INF / conf / theme-no-theme-path-config / im_mobile.xml
<?xml版本=“ 1.0”编码=“ UTF-8”?> <theme-no-theme-path-config xmlns = “ http:// www。intra intra-mart .jp / theme / theme-no-theme- path-config“ xmlns:xsi = ” http://www.w3.org/2001/XMLSchema-instance“ xsi:schemaLocation =” http :. // www intra-mart .jp / theme / theme-no-theme- path-config theme-no-theme-path-config.xsd“ > <path> /mobile_fw/notheme/.* </ path> </ theme-no-theme-path-config>