Created
November 28, 2011 01:28
-
-
Save ctoestreich/1398702 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<g:if test="${isAlive && isConnected}"> | |
<BR><BR> | |
<span style="font-weight: bold;">Is Alive:</span><span class="name">${isAlive}</span><BR> | |
<span style="font-weight: bold;">Connected B1:</span> <span class="name">${isConnected}</span><BR> | |
<span style="font-weight: bold;">Hello World:</span><span class="name">${helloWorld}</span><BR> | |
<span style="font-weight: bold;">GetDataTableResult:</span><span class="name">${getDataTableResult}</span><BR> | |
%{--<span style="font-weight: bold;">Add BP1:</span><span class="name">${addBP1?.getProperties().values()}</span><BR>--}% | |
<span style="font-weight: bold;">Soap Service Exception</span><span class="name">${soapServiceException}</span><BR> | |
</g:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment