Hello,
I've tried the following:
<j:invokeStatic className="javax.swing.JOptionPane" method="showMessageDialog">
<j:arg type="java.awt.Component"/>
<j:set var="help.browser.error.message"><![CDATA[<html>This is just a <i>simple</i>test.</html>]]></j:set>
<j:arg type="java.lang.Object" value="${help.browser.error.message}"/>
</j:invokeStatic>
I've got all the tags escaped ("<html> ...") - why?Kind regards
Peter Nabbefeld
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
