Preprocessor taglib ver. 1.4

    Custom JSP taglib. You have to use this taglib with Generic preprocessor from JSOS. Generic preprocessor may forward request to some JSP file (preprocessor). And in this JSP preprocessor you may use tags from our library.

Tag getOriginalURI lets you obtain an original URI in your preprocessor.
 


<%@ taglib uri="taglib.tld" prefix="t" %>

Original URI is: <t:getOriginalURI/>

As soon as your JSP preprocessor will be executed than request will be forwarded back to the original URI.

You may use stopChain tag if you need terminate request in your preprocessor.

Tags are:

getOriginalURI

Tag lets you get original URI. Parameters are:

1) id Optional parameter. Describes a name for the page scope variable (type is java.lang.String). With this parameter result will be saved in this variable, without it tag just prints data.

stopChain

Tag lets you terminate request chain. Parameters are:

1) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (stop chain).

for downloading:

Library: genericflt.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: