|
SkipPage taglib ver. 1.6 Custom JSP tag. Tag SkipPage just
skips the rest of your page. You may use it when you need to stop
page proceedings. Tag also outputs own body before the interruption.
Tag SkipPost lets you skip the execution in case of HTTP POST requests,
tag SkipBot skips the page for the incoming requests originated from the bots
(e.g. Google search bot, Yahoo bot etc.). For example:
|