You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Kishi Mikio <mk...@104.net> on 2003/03/21 18:39:21 UTC

about return tag

Hi all,
I ask the question which I wrote before, once again.

<fmt:bundle basename="test">
  <c:out value="test1" />
  <% if (true) return; %>
</fmt:bundle>

In above fmt:bundle usage case,
I want to print out "test1", but not print out....
So, to print out "test1", I want to create "return tag".
But, I can't think of a good method.
It is difficult to use PageContest#popBody() and pushBody().
Please tell me a good method of creating return tag.

Sincerely,

Mikio Kishi.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org