Hi.
After I have convert my views to xml syntax I get the following error
from tomcat:
in:/view/leftbar/leftbar.jsp] Invalid byte 2 of 3-byte UTF-8 sequence.
It seam that I use the correct page encoding for special german chars.
I tryed pageEncoding="UTF-8" with same error, too.


Any Idea?



---- my leftbar.jsp ------------------------ <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"; xmlns:c="http://java.sun.com/jstl/core_rt"; xmlns:logic="http://jakarta.apache.org/struts/tags-logic-1.0"; xmlns:html="http://jakarta.apache.org/struts/tags-html-1.0";>

<jsp:directive.page contentType="text/html;charset=ISO-8859-1"
pageEncoding="ISO-8859-1" />

<div id="leftbar">
   <table class="leftbar" cellpadding="0" cellspacing="0">
       <tr>
           <td class="leftbar"><html:link
page="zeigeHauser.do">Häuser</html:link></td>
       </tr>
       <tr>
           <td class="leftbar"><html:link
page="zeigeAngebote.do">Angebote</html:link></td>
       </tr>
   </table>
</div>
</jsp:root>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to