Hi to all.
I use the following definition about a menu on tiles-defs.xml
...
<definition name=".menu.programs" path="/tiles/layouts/menu.jsp" >
<put name="title" value="������ �����" />
<putList name="items" >
<item value="Index"
link="/index.jsp"
classtype="org.apache.struts.tiles.beans.SimpleMenuItem" />
<item value="Tags Index"
link="/index.jsp"
classtype="org.apache.struts.tiles.beans.SimpleMenuItem" />
</putList>
</definition>
...
I want to use Greek Characters on menu. But when use <put name="title"
value="������ �����" /> i am getting the following
error :
javax.servlet.ServletException: Error while parsing file
'/WEB-INF/tiles-defs.xml'. Stopping after fatal error: An invalid XML character
(Unicode: 0xdbfd) was found in the value of attribute "value".
at org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:151)
at
org.apache.struts.action.ActionServlet.initApplicationPlugIns(ActionServlet.java
:991)
........................................
Also when i use Greek characters at the items of menu it displays ??????
even i set corect character encoding at jsp.
Theodoridis Jim
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>