Hi,

<c:if test="...">
  <% return; %>
</c:if>

As above, I want to return in c:if tag, but can not....
In this case, what is the best practice ?

Is creating my custom tag (myTag:return)
, which return SKIP_PAGE immediately, better ?

Thanks in advance

Mikio Kishi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to