Show TOC Start of Content Area

Procedure documentation Managing Tag Libraries  Locate the document in its SAP Library structure

Use

This procedure enables you to manage the JavaServer Pages Tag libraries in your web application. You can add, modify, or remove a particular tag library.

The displayed tabs and fields correspond to the following elements in web.xml:

<!ELEMENT taglib (taglib-uri, taglib-location)>

<!ELEMENT taglib-uri (#PCDATA)>

<!ELEMENT taglib-location (#PCDATA)>

Procedure

To manage the tag libraries choose Tag Lib tab.

If You Want To

Then

Add information about a new tag library

...

       1.      Enter URI (Uniform Resource Identifier)
It is relative to the web.xml location.

       2.      In Taglib Location, enter the tag library file location.
It must be relative to the root of the web application.

       3.      Choose Add.

Modify a tag library

...

       1.      Select an existing library from the Tag Library list on the left-hand side of the tab.

       2.      Change the information and choose Modify.

Remove information about a tag library

...

Select an existing library from the Tag Library list and choose Remove.

 

 

End of Content Area