BCS list data not rendering as HTML

I have a Business Data List webpart in Sharepoint Online (2013) which pulls data from a BCS List. This data contains HTML which is not rendering as HTML but the HTML text.
I've modified the data to HTML format the data, no joy (example: < img src="/)
I've modified the data to spit out the native html, no joy (example: <img src="/)
I've modified the XSLT of the webpart using the Data View Properties (when editing the webpart in Sharepoint) to output the text from the list as below, which didn't work:
<xsl:value-of select="@ArticleBody" disable-output-escaping="yes" ddwrt:nbsp-preserve="yes"/>
and also this hasn't worked:
<xsl:value-of select="@ArticleBody" disable-output-escaping="yes"/>
I'm now at a loss as to how I can get the data to show with the html text being rendered as actual HTML on page

found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
<xsl:template name="_LFtoBRloop">
    <xsl:param name="input" />
    <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
    <xsl:choose>
      <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
        <xsl:value-of select="$input" />
      </xsl:when>
      <xsl:otherwise>
        <xsl:value-of select="$beforeText" />
        <br />
        <xsl:call-template name="_LFtoBRloop">
          <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
        </xsl:call-template>
      </xsl:otherwise>
    </xsl:choose>
  </xsl:template>

Similar Messages

  • Sharepoint online multiline list colomn not rendering HTML out put

    Hi 
    I have list with multi line column with having multimedia options. my problem is i have created view and edited XSL  to format it. also i have added "escape out put =yes" for the column but no luck still column is rendering as HTML Tags witch
    is not rendering HTML formats in UI
    Following is my code for List view any help greatly appreciate.. 
    regards
    Radika
    <%@ Page language="C#" MasterPageFile="~masterurl/default.master"    Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=16.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document"
    meta:webpartpageexpansion="full"  %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities"
    Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI,
    Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral,
    PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="ApplicationPages" Namespace="Microsoft.SharePoint.ApplicationPages.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
    <SharePoint:ListProperty Property="TitleOrFolder" runat="server"/> - 
    <SharePoint:ListProperty Property="CurrentViewTitle" runat="server"/></asp:Content>
    <asp:content contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server">
    <SharePoint:RssLink runat="server"/>
    </asp:content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server">
    <SharePoint:ViewIcon Width="145" Height="54" runat="server"/></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
    <SharePoint:RecentChangesMenu runat="server" id="RecentChanges"/>
    <SharePoint:ModifySettingsLink runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId ="PlaceHolderBodyLeftBorder" runat="server">
    <div height="100%" class="ms-pagemargin"><img src="/_layouts/15/images/blank.gif?rev=37" width='6' height='1' alt="" data-accessibility-nocheck="true"/></div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <WebPartPages:WebPartZone runat="server" FrameType="None" ID="Main" Title="loc:Main"><ZoneTemplate>
    <WebPartPages:XsltListViewWebPart runat="server" ViewFlag="" ViewSelectorFetchAsync="False" InplaceSearchEnabled="True" ServerRender="False" ClientRender="False"
    InitialAsyncDataFetch="False" WebId="00000000-0000-0000-0000-000000000000" IsClientRender="False" GhostedXslLink="main.xsl" ViewGuid="{D63D68ED-17D1-4CC9-BCF6-20DFED0FB269}" EnableOriginalValue="False"
    DisplayName="NewsDisplay" ViewContentTypeId="0x" ListName="{17179938-EFC8-4DFE-92E9-CDE296D46919}" ListId="17179938-efc8-4dfe-92e9-cde296d46919" PageSize="-1" UseSQLDataSourcePaging="True" DataSourceID=""
    ShowWithSampleData="False" AsyncRefresh="False" ManualRefresh="False" AutoRefresh="False" AutoRefreshInterval="60" Title="CT_RSSFeeds" FrameType="Default" SuppressWebPartChrome="False"
    Description="" IsIncluded="True" PartOrder="2" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True"
    AllowHide="True" IsVisible="True" TitleUrl="/sites/EFLDEV/Lists/CT_RSSFeeds" DetailLink="/sites/EFLDEV/Lists/CT_RSSFeeds" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall=""
    MissingAssembly="Cannot import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="False" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_d63d68ed_17d1_4cc9_bcf6_20dfed0fb269"
    ExportMode="NonSensitiveData" __MarkupType="vsattributemarkup" __WebPartId="{D63D68ED-17D1-4CC9-BCF6-20DFED0FB269}" __AllowXSLTEditing="true" __designer:CustomXsl="Fldtypes_mswhTitle.xsl;fldtypes_Ratings.xsl"
    WebPart="true" Height="" Width=""><ParameterBindings>
    <ParameterBinding Name="dvt_sortdir" Location="Postback;Connection"/>
    <ParameterBinding Name="dvt_sortfield" Location="Postback;Connection"/>
    <ParameterBinding Name="dvt_startposition" Location="Postback" DefaultValue=""/>
    <ParameterBinding Name="dvt_firstrow" Location="Postback;Connection"/>
    <ParameterBinding Name="OpenMenuKeyAccessible" Location="Resource(wss,OpenMenuKeyAccessible)" />
    <ParameterBinding Name="open_menu" Location="Resource(wss,open_menu)" />
    <ParameterBinding Name="select_deselect_all" Location="Resource(wss,select_deselect_all)" />
    <ParameterBinding Name="idPresEnabled" Location="Resource(wss,idPresEnabled)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    </ParameterBindings>
    <Xsl>
    <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"
    xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"
    xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal">     <xsl:output method="html" indent="no"/>     <xsl:decimal-format NaN=""/>  
      <xsl:param name="dvt_apos">&apos;</xsl:param>     <xsl:variable name="dvt_1_automode">0</xsl:variable>     <xsl:template match="/" xmlns:x="http://www.w3.org/2001/XMLSchema"
    xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:SharePoint="Microsoft.SharePoint.WebControls">
            <xsl:call-template name="dvt_1"/>     </xsl:template>     
    <xsl:template name="dvt_1" ddwrt:ghost="" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:ddwrt2="urn:frontpage:internal">      
      <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>      
         <link rel="stylesheet" href="/sites/EFLDEV/Utillity/ES/page.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/sites/EFLDEV/Utillity/ES/slider.css" type="text/css"
    media="screen" /> <script type="text/javascript" src="/sites/EFLDEV/Utillity/ES/jquery.easing.1.2.js"></script> <script src="/sites/EFLDEV/Utillity/ES/jquery.anythingslider.js" type="text/javascript"
    charset="utf-8"></script> <script type="text/javascript">         function formatText(index, panel) {           return index + &quot;&quot;;        
    }         $(function () {             $(&apos;.anythingSlider&apos;).anythingSlider({                 easing: &quot;easeInOutExpo&quot;,    
                autoPlay: true,                 delay: 3000,                 startStopped: false,                
    animationTime: 600,                 hashTags: true,                 buildNavigation: true,             pauseOnHover: true,        
    startText: &quot;Go&quot;,         stopText: &quot;Stop&quot;,     navigationFormatter: formatText             });             $(&quot;#slide-jump&quot;).click(function(){
                    $(&apos;.anythingSlider&apos;).anythingSlider(6);             });         });     </script> <div class="anythingSlider">
        <div class="wrapper">         <ul>         <xsl:call-template name="dvt_1.body">             <xsl:with-param name="Rows"
    select="$Rows" />             </xsl:call-template>         </ul>             </div>         </div>     </xsl:template>
        <xsl:template name="dvt_1.body">         <xsl:param name="Rows" />         <xsl:for-each select="$Rows">    
            <xsl:call-template name="dvt_1.rowview" />         </xsl:for-each>     </xsl:template>     
    <xsl:template name="dvt_1.rowview" ddwrt:ghost="" xmlns:ddwrt2="urn:frontpage:internal">         <li>         <div class="textSlide">
    <!-- display the item title and a link to the item --><h3><a href="/{@FileDirRef}/DispForm.aspx?ID={@ID}" title="{@ItemTitle}"><xsl:value-of select="@ItemTitle" /></a></h3> <!-- display the
    body of the item  -->    <div><xsl:value-of select="@ItemDescription" disable-output-escaping="yes" /></div>     </div>     </li></xsl:template> 
    </xsl:stylesheet></Xsl>
    <DataFields>
    </DataFields>
    <XmlDefinition>
    <View Name="{D63D68ED-17D1-4CC9-BCF6-20DFED0FB269}" Type="HTML" DisplayName="NewsDisplay" Url="/sites/EFLDEV/Lists/CT_RSSFeeds/NewsDisplay.aspx" Level="1" BaseViewID="1"
    ContentTypeID="0x" ImageUrl="/_layouts/15/images/generic.png?rev=37" >
    <Query/>
    <ViewFields>
    <FieldRef Name="LinkTitle"/>
    <FieldRef Name="ChannelID"/>
    <FieldRef Name="Tag"/>
    <FieldRef Name="Created1"/>
    <FieldRef Name="ItemTitle"/>
    <FieldRef Name="ID"/>
    <FieldRef Name="ItemDescription"/>
    </ViewFields>
    <RowLimit Paged="TRUE">30</RowLimit>
    <Aggregations Value="Off"/>
    <JSLink>clienttemplates.js</JSLink>
    <XslLink Default="TRUE">main.xsl</XslLink>
    <Toolbar Type="Standard"/>
    </View>
    </XmlDefinition>
    </WebPartPages:XsltListViewWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageDescription" runat="server">
    <SharePoint:ListProperty CssClass="ms-listdescription" Property="Description" runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderCalendarNavigator" runat="server">
    <SharePoint:SPCalendarNavigator id="CalendarNavigatorId" runat="server"/>
      <ApplicationPages:CalendarAggregationPanel id="AggregationPanel" runat="server"/>
    </asp:Content>

    Hi,
    In SharePoint Online 2013, we can use jQuery to convert “&lt”  to “<” and  convert “&gt” to “>”.
    The following code for your reference:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $(".ms-rtestate-field").each(function(){
    var $this = $(this).find("p");
    if ($this.length>0) {
    $this.each(function(){
    $(this).html($(this).html().replace('&lt;', '<').replace('&gt;', '>'));
    </script>
    We can also use JSLink to customize the display view.
    http://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • List items not rendering on page

    I have code that I'm querying a list and I am trying to get them into an accordion. I'm able to see the items when I do an alert to validate its connecting, however, the accordion and data items are not rendering. Am I missing something?
    <script type="text/javascript" language="javascript">
    $(document).ready(GetAllItems());
    function GetAllItems() {
    $().SPServices({
    operation: "GetListItems",
    async: false,
    listName: "Discussions",
    CAMLViewFields: "<ViewFields><FieldRef Name='Title' /></ViewFields>",
    completefunc: function (xData, Status) {
    $(xData.responseXML).SPFilterNode("z:row").each(function() {
    var liHtml = "<div class='Accordion'><div class='MenuTab'>" + $(this).attr("ows_Title") + "</div></div>";
    // var liHtml = "<li>" + $(this).attr("ows_Title") + "</li>";
    $("#Discussions").html(liHtml);
    alert(liHtml);
    </script>
    <div id="Discussions"></div>

    Hi,
    you have to append each new element instead of assign it to the "Discussions" div, try somethis like that:
    $("#Discussions").append(liHtml);
    Regards.
    If a post answers your question, please click Mark As Answer on that post and
    Vote as Helpful

  • Hindi fonts not rendering in html pages

    Hindi fonts not rendering in when html pages are run except the mangal and devnagri font.
    Is that a bug or a problem which i am not able to tackle.
    Mozilla browser shows error in console that (font download failed or The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range.
    downloadable font: download failed (font-family: "Kruti Dev 010" style:normal weight:normal stretch:normal src index:0): status=2147500037
    source: file:///D:/epub/filename/OEBPS/Fonts/k010.otf @ file:///D:/epub/filename/OEBPS/Styles/style.css).
    Please reply soon.
    Thanks.

    Download and install hindi font from [http://hindi-fonts.com Hindi Fonts] .

  • Select (html option list) data not showing up on server

    Okay, I have a select option list, which is implemented as a list box, like so:
    <SELECT NAME="myList" MULTIPLE SIZE=10>...and I add stuff to this list, and it grows and grows, but then when I submit the form, no data comes over. Here's an example of what the HTML looks like before submitting:
    <OPTION VALUE="PW1868J76006">PW1868J76006 / Vane Segment W501G Row 1</OPTION>
    <OPTION VALUE="PW1868J73G01">PW1868J73G01 / Vane Segment W501G Row 3</OPTION>... and i have other form elements that get populated and the data makes it back and forth no prob. So I know that EVERYTHING is working fine except that when the form is populated (automagically via struts), it completely ignores the data in the list box.
    How can I capture this data?

    Why do you want all sent across ? Okay, I explained this above. You search for stuff, you get 100 results in a list box. Then you select say 10 of them and hit the ADD button which adds those 10 to a DIFFERENT list box. The list box you are adding to here represents the search results you care about. So you search, add some, search again, add some, etc. Finally, you submit and EVERYTHING in the 2nd list box should be sent to the server, because those represent the users' choices.
    What if the user
    selects only 2 (or 3). If you do want all sent
    across, maintain them in a session or something on
    the server, why bring it over to the browser ?TWhen they search, the submit happens and thier search results are lost unless I persiste them back and forth. Remember, it's not a single search, it's as many as they want. If I don't bring it to the browser, then how can they remove stuff if they change thier mind?
    OK, even if your requirements are such, you could
    write a script that selects all on submit which would
    ensure that all data does get through to the server.
    But then what if the user selected say 3 options and
    want only that to be 'selected' and not the whole set
    ? Your script would still cut in on submit and select
    all irrespective of user selection - the ui and the
    flow wouldnt be too intuitive, IMO.Good point!!! :-)

  • CDATA appearing but not rendering as html...

    simple XML
    <products>
        <product>
               <process>Preservation</process>
              <application>Crack Filling</application>
              <rank>100</rank>
              <productType>Viscosity Grade Asphalts</productType>
              <productName>AC-20 Asphalt Cement</productName>
              <suppliers><![CDATA[<a href="#">Indianapolis IN</a>,Des Moines IA,Laketon IN]]></suppliers>
              <pdf>AMI%202007%20AC-30,AC-20,AC-15,AC-10,AC-5,AC-25,AP-3,AP-5,OAF-1.pdf</pdf>
       </product>
    </products>
    in dataset
    var ds1 = new Spry.Data.XMLDataSet("datasets/master.xml", "products/product", {sortOnLoad: "process", sortOrderOnLoad: "ascending"});
    ds1.setColumnType("suppliers", "html");
    coming out in a repeat table
    <tr spry:repeat="ds1" spry:odd="blue">
            <td>{process}</td>
            <td><a href="{pdf}">{productName}</a></td>
            <td>{application}</td>
            <td>{suppliers}</td>
    </tr>
    ISSUE
    The {suppliers} info appears but none of it is rendered out as HTML. Isn't the columnType="html" suppose to eliminate this issue? From reading the board it seems that  people are talking about varying issues with different versions of SPRY. Any insight on what I should be doing different here? I have // xpath.js - version 0.7 - Spry Pre-Release 1.6.1

    found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
    <xsl:template name="_LFtoBRloop">
        <xsl:param name="input" />
        <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
        <xsl:choose>
          <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
            <xsl:value-of select="$input" />
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="$beforeText" />
            <br />
            <xsl:call-template name="_LFtoBRloop">
              <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
            </xsl:call-template>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>

  • Multi-Select (drop down list) data not saving upon save/email

    I have created a drop down list and modified it to allow multiple selection, i.e.
    form1.BusinessAreaTable[1].Row1[4].ERP::ready:form - (JavaScript, client)
    this.ui.choiceList.open= "multiSelect"; this.rawValue
    = "-1"
    However, when I go to save the form and/or email the list fields erase and the data / items I selected are gone.
    Please help, thanks.

    Okay, I have the form now.
    You are using script in the form Ready event to make a dropdown list mimic a listbox. This is totally unnecessary. I have changed the ERP to a multi-select listbox in the Object > Field palette and commented out the script.
    Here is the form: https://acrobat.com/#d=K*P4xKIA4kkqEHGTpgyvvw
    The form has not been Reader Enabled, so user with Reader will not be able to save the data inputted or submit by email in PDF format:
    Summary here:
    http://assurehsc.ie/blog/index.php/2010/05/using-livecycle-forms-in-acrobat-and-reader/
    Niall

  • Smart List Data not getting copied

    Hi,
    I am working on workforce model. I am trying to copy data from new employee (example: TBH1) to another employee XYZ (TBH1 & XYZ are in employee dimension).
    The intersection where I am entering data for TBH1 is:
    Account -> New Hires
    Currecny -> Local
    Version -> Bottomup
    Entity -> Entity1
    Employee -> TBH1
    Scenario -> Actual
    Year -> FY09
    Nationality -> Grades (Smart List), US
    Positions -> Manager
    Period->Q1
    Problem: When I am entering data in a form it is accepting Grades, US, Non-US (example: Grades->15, US->1). But when I am copying data from TBH1 to XYZ employee it copies US data which is 1 but it is not copying Grades which is 15.
    Calc Script to copy data:
    FIX ([Scenario], [Version], [CostCenter])
    DATACOPY [SrcEmp] TO [DestEmp];
    ENDFIX
    ScrEmp & DestEmp are 2 run time prompts whose values will be SrcEmp -> TBH1 & DestEmp -> XYZ
    My data evaluation order is:
    1. Accounts
    2. Nationality
    3. Employee
    Please help.........
    Thanks.
    Edited by: user11173226 on Oct 21, 2009 12:58 AM

    TCODE- OMSR
    Select the field which you want to get copied. double click.
    check (tick)- Copy field content.
    and your problem will be solved
    Thanks,
    Shekhar Ramineni

  • Image not rendering for html signature

    I've created a CSS signature for my Mail signature (found at http://allforces.com/2006/04/14/css-signatures/) But no matter what I do the image (my logo) won't appear in the message. it's as if it can't find it on the machine. But when I open the file in Safari to create a webarchive, the image is rendering there. But when I save that webarchive and replace the signature file the image doesn't appear in the signature.
    Anyone have any ideas?

    ok I tried the instructions in that link and you are right, it is broken but it worked for me in one situation. If I create an html file using locally stored images and then convert it to a signature as outlined in this link it shows up correctly in the signature window in Mail prefs but the images don't show inside the message when i actually try to use the signature. Bummer.
    However, when I made an html file using images stored remotely on a webserver, the effect was the opposite! The pictures didn't show in Mail prefs but they did work correctly in Mail composition window and on the recepient end. Very weird and certainly a bug but it's a semi workaround I guess.

  • Ipod Touch 3rd Generation Restore List dates not there

    Whenever I go to restore from back up it says choose a back up. Well usually it would give me a bunch of dates and times but only one is there it just says "Josh's Ipod." I mean from the drop down list whenever you sync it supposed to put time stamps there. But now It doesn't do it anymore no matter how many times I try it.
    Help?
    Thanks.
    Message was edited by: Wow I'm an Idiot
    Message was edited by: Wow I'm an Idiot
    null

    If the battery died then you will have to replace the battery and then see if you can get the data off the iPod. Otherwise you will have to try restoring the iPod and lose the data.
    You can try a third-party place like the following.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    You can also make an appointment at the Genius Bar of an Apple store.

  • Newline not rendered in HTML mail receiver client

    Hi,
    I am using JEditorPane(with HTMLEditorKit) to develop a simple mail sender client. JEditorPane is where the user types in the message. To render a new paragraph in JEditorPane, user presses enter and paragraph(newline) is inserted. The problem is that though the paragraph is inserted in JEditorPane, it doesn't show up in the receipent's mail client (which is yahoo). Do I have to use something special (above what JEditorPane uses) to insert paragraphs.
    regards,
    nirvan

    Yet another example of wasting peoples time. You've already been asked once for a clarification of your problem. Maybe its just me but your answer tells me nothing. Then again no one else has attempt to answer the question so I'm guessing many people don't understand the question or the problem. Even if you post a SSCCE now I'm not about to waste any more time. Maybe in the future you will learn to post a SSCCE the first time.

  • Apache in restricted mode not rendering downtime.html

    Hi All,
    I scheduled the downtime and brough the application services down, and then started the apache in restricted mode. But on accessing the logon link the downtime page is not coming up. Can you please help me on this.
    Instance Details
    OS: IBM AIX version6
    EBS: 11.5.10.2
    DB: 10.2.0.4.0
    Thanks,
    Sarvesh

    Sarvesh_n wrote:
    Hi Srini,
    Thanks for your reply. I have referred this document before scheduling the downtime. I haven't enabled the maintenance mode yet as i just wanted to see if the downtime page comes up before enabling the maintenance mode and subsequent patch application.
    I have followed step 6 as mentioned in the document, except that i have skipped the point 3(Enable Maintenance mode).
    Strangely this is working on one instance and does not work on the other, instance1 and instance2 are perfectly same. we have a 2 tier architecture.Are both instances on the same patchset level?
    What if you don't skip enabling maintenance mode, does this make a difference?
    Please also make sure you review (Managing Downtime in Restricted Mode from OAM [ID 364236.1]).
    Thanks,
    Hussein

  • Ping sidebar data not rendering correctly

    Sometime after updating to iTunes 10.4, I downloaded a patch and since then, my Ping sidebar displays only plain text content listings and buttons, and these are all scattered about the sidebar. Most of the area though is blank... I just updated to iTunes 10.5 a couple days ago, and the problem has persisted. Any ideas?

    I figured out what was wrong in my case. I have a third party network card that was malfunctioning. I reinstalled all of the drivers, and suddenly iTunes worked again. Also, the primary solution for this issue seems to be the "netsh winsock reset" command. Type that string, minus the quotes, into command prompt. restart and open iTunes. Problem should be solved.

  • BCS Business Data List data HTML Formatting data

    I have a Business Data List webpart in Sharepoint Online (2013) which pulls data from a BCS List. This data contains HTML which is not rendering as HTML but the HTML text.
    I've modified the data to HTML format the data, no joy (example: &lt; img src="/)
    I've modified the data to spit out the native html, no joy (example: <img src="/)
    I've modified the XSLT of the webpart using the Data View Properties (when editing the webpart in Sharepoint) to output the text from the list as below, which didn't work:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes" ddwrt:nbsp-preserve="yes"/>
    and also this hasn't worked:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes"/>
    I'm now at a loss as to how I can get the data to show with the html text being rendered as actual HTML on page

    found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
    <xsl:template name="_LFtoBRloop">
        <xsl:param name="input" />
        <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
        <xsl:choose>
          <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
            <xsl:value-of select="$input" />
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="$beforeText" />
            <br />
            <xsl:call-template name="_LFtoBRloop">
              <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
            </xsl:call-template>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>

  • JavaHelp not rendering HTML when run from Fatjar

    I'm experiencing a strange problem with JavaHelp: when I run my app from Eclipse and open JavaHelp, the html help pages render just fine. If I Fatjar the app and run it from the fatjar, however, then when I open the JavaHelp, my html help pages are displayed as raw text, HTML tags and all. For some reason it's not rendering the HTML. I'm guessing that maybe the fatjar is messing up the JEditorPane's ability to detect the content-type of the help pages, but I have no idea how to fix it if that's the case.
    I'm using a plain vanilla HelpSet file, pretty much straight out of the JavaHelp User's Guide.
    Anyone have any idea what might be causing this or how I might fix it/work around it? Has anyone else seen this problem before?

    For whatever it's worth, I am seeing this problem as well. It doesn't seem to have to do with FatJar, as I'm seeing it when I simply do the following:
        HelpSet helpSet = null;
        final ClassLoader cl = this.getClass().getClassLoader();
        try {
          helpSet = new HelpSet(null, HelpSet.findHelpSet(this.getClass().getClassLoader(), "IdeHelp.hs")); // XXX bogus for now
        } catch (final Exception kaboom) {
          helpSet = null;
        if (helpSet != null) {
          final HelpBroker helpBroker = helpSet.createHelpBroker();
          final ActionListener helpItemActionListener = new CSH.DisplayHelpFromSource(helpBroker);
          final JMenuItem primaryHelpItem = new JMenuItem("Help\u2026");
          primaryHelpItem.addActionListener(helpItemActionListener);
          helpMenu.add(primaryHelpItem);
        }I suspect it's a problem with the classloader, but I haven't dug to find out what exactly.
    Best,
    Laird

Maybe you are looking for

  • Problem is When  i click the record in alv report it has to go to Va02 tran

    Hi Everyone, When i click on sales order number it has to go to transaction code Va02 for that i wrote code as like this.... *& Report  ZOPEN_SALES_ORDER Report  ZOPEN_SALES_ORDER1. TYPE-POOLs : slis. tables:kna1,mara. DATA       : FIELDCAT     TYPE

  • I am about to buy a MacBook Pro 13" and have a question.

    I am about to buy a MacBook Pro 13" but need help deciding between the i5 model or the i7. I am in all kinds of engineering classes and will be running heavy programs on it. I will be creating mobile apps, will be using it to create large documents,

  • Every time I buy an app it also adds $1 to the charge

    It happend to me so many times, I thought it was an error but after I bought 3 apps it keps charging for the app and an extra $1 charge. For example ' I bought an app that costs $1.99 it ads another $1 to the charge which makes it $2.99" Can you help

  • Link to goto deployed web app

    hi all, i have deployed a web application(war file) in UCM using the JSP Web App Administration Page. I need the url to access it. Please help. Also if i want to use webdav to replace the jsps inside the web app, how do i do it? As far as i know the

  • Does my new MacPro playback Sony F65 Raw 4K video in realtime?

    Hi, All      I'm sorry, I don't know whether this is the right place to ask this question. I want to purchase a MacPro to edit Sony F65's 4K Raw files with Premiere Pro CS6. I am not sure whether the MacPro can playback the 4K Raw file in realtime. B