Hi, I am having trouble displaying a struts tag inside of out.write().
<code>
<% if (session.getAttribute("something").equals("tis")) {
out.write("<logic:equal name='dull'> ");
} %>Output is un-evaluated <logic:equal> statement. Anyone knows where the problem is? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

