掲示板

issue with wap theme

11年前 に Jimmy Joseph によって更新されました。

issue with wap theme

New Member 投稿: 13 参加年月日: 11/09/23 最新の投稿
Hi
i am writing a wap theme to be able to access it from blackberry
i create a wap-theme project and copied liferay provided mobile theme .vm files into _diffs folder
in liferay-look-and-feel.xml i have following
<theme id="wap-clsaconnect" name="WapClsaconnect">
<root-path>/wap/themes/${theme-id}</root-path>
<wap-theme>true</wap-theme>
</theme>

to keep it simple and to make sure theme works i have written following in portal_normal.vm file
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "http://www.openmobilealliance.org/Tech/DTD/xhtml-mobile12.dtd">

#parse ($init)

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>$the_title - $company_name</title>
<body>
<title>$the_title - $company_name</title>
Hello World!
</body>
</html>

However when i access this from blackberry
i get following error
on server cosole
ERROR [ThemeUtil:285] wap-xxx-theme_SERVLET_CONTEXT_/wap/themes/wapxxx_WAR_wapxxx/templates/portal_normal.vm does not exist

on blackberry browser i see following
error encountered during XML parseExpecting an elementreferring below linkhttp://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Themes%20(WAP)

Please assist.

Regards