-
Notifications
You must be signed in to change notification settings - Fork 1
Extension org.gramar.base Tag otherwise
chrisgerken edited this page Sep 14, 2015
·
2 revisions
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.
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