Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26835

    Hi,
    I have a requirement that i want to display 4lines message on footer.
    I am using pd4ml tld in java. I have put following code in html.

    But it is not working properly. That means message is displaying in a single & from the end of the line, the message is not displaying.

    Please give me the suggestion.

    Thanks in advance
    -Satyaprasad

    #29302

    It is possible with PD4ML Pro (and derived volume license binaries) like that:

    [language=xml:3d5hg575]
    line 1
    line 2
    line 3
    line 4
    [/language:3d5hg575]

    Actually in PD4ML Std it would work as well (I copied the below from our test suite):

    [language=xml:3d5hg575]<%
    String s = “$[title]nsecond line”;
    %>

    <pd4ml:header
    titleTemplate=””
    pageNumberTemplate=”default”
    titleAlignment=”left”
    fontSize=”14″
    color=”#008000″
    fontFace=”Comic Sans MS”
    fontStyle=”bolditalic”
    areaHeight=”36″/>[/language:3d5hg575]

    What is exactly in {4lines Message}? Can it be JSP runtime “optimises” the code and substitutes ‘n’ with whitespace chars in-place.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.