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.
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: none
for downloading:
Library: genericflt.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.