For Duke's Bank example application with JBoss 4.0.5 GA
There was erorr:
null: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1b)
was found in the CDATA section.
When clicking on accountList link.
So..
I have changed accountList.jsp code:
<c:if test="${ad.creditLine != 0}">
\$${ad.remainingCredit}
</c:if>
to:
<c:if test="${ad.creditLine != 0}">
<fmt:formatNumber value="${ad.remainingCredit}" type="currency" />
</c:if>
And now it works..
Similar problem was described also here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40797
ArkaD.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994740#3994740
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994740
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user