Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Adding correct DOC TYPE to Dashboard's HTML - REPOSTING

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Adding correct DOC TYPE to Dashboard's HTML - REPOSTING
 Login/Join
 
Member
posted
Hello,
There was some issue with my original post and so I am reposting again. Please refer to the following post for my original question:
http://forums.informationbuild...1057331/m/4107045036

The solution I came up with:
Edited ibi\WebFOCUS77\webapps\webfocus\worp\jsp\layout\WORP_Layout.jsp file to include the following (just before the TITLE tag):
 
<%
String paramValue = request.getParameter("WORP_MPV");

%>

<% if  ("aa_gbv".equalsIgnoreCase(paramValue) || 
	"ab_gbv".equalsIgnoreCase(paramValue)
       )
{ %>
<!DOCTYPE html>
<HTML>
<HEAD>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<%} 
 else
 {%>
 <HTML>
<HEAD>
<%}%>


In the above code the DOC TYPE I wanted is applied only for aa_gbv and ab_gbv. I understand that when we upgrade/apply hotfixes I might need to add these lines again. Any other disadvantages/thoughts? Thanks!

This message has been edited. Last edited by: webfocusguru,


------------------------------
WebFOCUS 8.2.x, InfoAssist, MRE/Dashboard, ReportCaster, Active Reports, jQuery, Highcharts, FusionCharts
Platform: Windows, AIX
 
Posts: 11 | Location: Texas, USA | Registered: November 06, 2007Report This Post
<Kathryn Henning>
posted
Hi raj_t,

As was mentioned in the first topic, you'll want to make a backup of the
ibi\WebFOCUS77\webapps\webfocus\worp\jsp\layout\WORP_Layout.jsp file since you'll need to manually apply these changes after upgrading. Other than that, there shouldn't be any issues.

Regards,

Kathryn
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Adding correct DOC TYPE to Dashboard's HTML - REPOSTING

Copyright © 1996-2020 Information Builders