You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Yansheng Lin <ya...@isogis.com> on 2003/07/16 18:00:59 UTC

[SYNTAX] embedding struts tag in out.write problem

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org