Application Integration (On-Premises) : Incorporating web applications : webMethods Tag Library for JSP : <webm:nl>
<webm:nl>
You use the <webm:nl> tag to generate a new line character in the HTML page produced from the JSP.
Use this tag when you want to preserve the ending of a line that ends in a tag. The tag does not insert the HTML line break <br> code. It merely inserts a line break character, which Integration Server treats as white space. If you do not explicitly insert this tag on such lines, Integration Server drops the new line character following that tag.
Syntax
<webm:nl/>
Example
This code inserts the values of the variables carrier, serviceLevel, and arrivalDate on separate lines in the HTML page.
<hr>
<p>Shipping Info:
<webm:value variable="carrier"/><webm:nl/>
<webm:value variable="serviceLevel"/><webm:nl/>
<webm:value variable="arrivalDate"/><webm:nl/></p>
<hr>
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback