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 Amos Shapira <am...@webcollage.com> on 2001/05/29 11:15:48 UTC

If/Else tag?

Hello,

Does anyone know if an how can I get a simple if/else pattern using the
Jakarta
taglibs?

I could think of a switch/case pattern (with the most basic form "switch"ing
on a
boolean value) to simulate this, but there is no switch tag either.

Is there another standard way to achieve this using the existing tags?

I'd also welcome pointers to other taglibs which provide this option.

Thanks,

--Amos