-
Notifications
You must be signed in to change notification settings - Fork 1
Extension org.gramar.base Tag folder
chrisgerken edited this page Sep 14, 2015
·
2 revisions
The folder tag creates a new folder with the given name if that folder does not already exist.
- string path - (required) The workspace-relative path of the folder to be created. The first level should be the project name.
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