Hi all,
I have a block of html syntax that I am trying to render as normal text on my webpage. I have tried using <pre> and <code> but that does not work. Is there anything else I can do so I dont need to escape all my html characters?
Here's the example I want to be able to read as regular text on my page:
<pre>
...
<span jwcid="@For" source="ognl:getResourceList()" value="ognl:curResource" converter="ognl:resourceConverter">
...
</span>
...
</pre>
The three dots ... display properly but my span tags are still being rendered as html tags?
Thanks


Reply With Quote
Bookmarks