cancel
Showing results for 
Search instead for 
Did you mean: 

WebElements Crystal 2008 Crystal Server

Former Member
0 Kudos

How do you configure HTML TAGS to work in Crystal 2008. When using WebElements I can ONLY view HTML Code and not the complents translation.

I use the standard out of the Box install with Crystal Server and it set up MySQl with TomCat 5.5

I did adjust the web.xml config file. I still does not work

I did get it to work in the XI environment with the registry modification.

However I can not get the OpenDocument() to default ot .aspx and not .jspx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your help

Former Member
0 Kudos

Firstly, I would like to know, how did you get your Crystal Report 2008 work on Xi Version as it is not supported. How do ya preview your crystal report in designer? is it through normal refresh or you select html preview. If you selecting HTML preview and stil getting the HTML code and not the translation then you might not have configured your web.xml file correctly. Make sure you enter under

<install dir:>\Program Files\Business

Objects\Tomcat55\webapps\CrystalReports\WEB-INF\web.xml

*//----


//* (under the last context parameter)

<context-param>

<param-name>

crystal_encode_html_for_single_line_field_objects

</param-name>

<param-value>no</param-value>

</context-param>

*//----


//*

If you have tried the above and still no luck then please check the web.xml parameter entry placement. The issue is related and restricted only for parameter entry under web.xml and not cuz of any other casue. After making an entry restart your tomcat. Do not forget to take the bck up of web.xml before you tamper it. Hope this helps

Edited by: Suveer Bhatia on May 18, 2009 11:42 AM