Skip to content

Extension org.gramar.base Tag otherwise

chrisgerken edited this page Sep 14, 2015 · 2 revisions

otherwise Tag

The otherwise tag provides a "last-resort" case for a containing choose tag. If no when tags in that choose tag test true, the contents of the otherwise tag become the processing result of the choose tag.

Usage and examples

Place a taglib element within <taglibs> element in the gramar.config file in the root of your gramar:

<taglibs>
    <taglib  prefix="c" extension="org.gramar.base" />
</taglibs>

Return to org.gramar.base

Clone this wiki locally