IBM Support

RS01429: GENERATED DT HTML STRING CONTAINS INCORRECT FORMAT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • "</span" (missing >) is found in generated DT HTML string when
    calling IlrDTHelper.getHTMLTable(controller, false, true);
    
    It is a problem when one wants to use it in a strict xhtml
    document.
    
    It happens on DT with certain cells, such as "otherwise"
    
    For instance:
    <span class="label"><span><i>the first name of the customer of
    'the current rental agreement'</i></span></span</td><td
    id="IlrDT_cell_0_1_0"
    style=""><span>&#93;03&#47;10&#47;13</span></td><td
    id="IlrDT_cell_0_1_1"
    style=""><span>01&#47;10&#47;13[</span></td><td
    id="IlrDT_cell_0_2_0" class="action" style=""><span
    class="label"><span class="action"><span><i>the daily rate of
    the car group of 'the current rental
    agreement'</i></span></span></span></td></tr>
    <tr><th id="IlrDT_row_1" style="">2</th><td colspan="2"
    id="IlrDT_cell_1_1_0" style=""><span>2 oct. 2013</span></td><td
    id="IlrDT_cell_1_2_0" class="action" style=""><span
    class="label"><span class="action"><span><i>the daily rate of
    the car group of 'the current rental
    agreement'</i></span></span></span></td></tr>
    <tr><th id="IlrDT_row_2" style="">3</th><td colspan="2"
    id="IlrDT_cell_2_1_0" style=""><span
    class="label"><span><i>Sinon</i></span></span</td>
    

Local fix

  • Workaround:
    String dtHTML = IlrDTHelper.getHTMLTable(controller, false,
    true);
    dtHTML = dtHTML.replaceAll("\\<\\/span\\<", "</span><");
    

Problem summary

  • error in the html generation
    

Problem conclusion

  • the code is modified
    

Temporary fix

Comments

APAR Information

  • APAR number

    RS01429

  • Reported component name

    WS DECISION SVR

  • Reported component ID

    5725B6901

  • Reported release

    801

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-10-17

  • Closed date

    2014-01-08

  • Last modified date

    2014-01-08

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Modules/Macros

  • 999
    

Fix information

  • Fixed component name

    WS DECISION SVR

  • Fixed component ID

    5725B6901

Applicable component levels

  • R801 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SUPPORT","label":"IBM Worldwide Support"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
09 February 2022