Problem with tutorial - timzone2
[Logo]
ICEfaces Forums
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Problem with tutorial - timzone2  XML
Forum Index -> General Help
Author Message
Alaak

Joined: 04/02/2008 00:00:00
Messages: 1
Offline


Hello

As I'm starting to work with ICEFaces I tried to build the tutorials with Eclipse 3.4. The first example works very well.
However if I try to run the second example I get the following error:

Code:
The XML page cannot be displayed 
 
 Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. 
 
 
 --------------------------------------------------------------------------------
 
 The operation completed successfully. Error processing resource 'http://localhost:8080/SDN_Grouping_GUI/'. Line 12, Positi...
 
 <td>Zentraleuropäische</td>
 -----------------^
  
 


I think this is some issue with encoding. Since I get the raw XML Code if I remove the line printing: <td>Zentraleuropäische</td> it might also have something to do with missing style information.

My Operation Environment is Tomcat 6.

Regards and thank you
Alaak
tyler.johnson


Joined: 18/04/2007 00:00:00
Messages: 47
Offline


Hi Alaak,

I built the timezone2 tutorial by simply running the ant command in the build file directory, deployed the resulting war file on tomcat 6 and it runs correctly. This was with our ICEfaces 1.7.1 bundle. Can you try using these same steps to see if you still run into issues? I can also send you the war file if required.

Regards,

Tyler
Product Support
ICEsoft Technologies
mark.collette


Joined: 07/02/2005 00:00:00
Messages: 1162
Offline


Try adding this to the top of timezone.jspx, and make sure you're editor supports editing UTF-8 files.
Code:
<?xml version='1.0' encoding='UTF-8'?>
[Email]
 
Forum Index -> General Help
Go to:   
Powered by JForum 2.1.7ice © JForum Team