Basically, we want to create a taglib that can possibly forward request execution to another page, similar to <jsp:forward />
. How can we prevent the rest of the JSP page from executing from within the taglib?
All entries tagged taglib.
You can subscribe to an RSS feed of this list.