Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
In directory james.mmbase.org:/tmp/cvs-serv32516
Modified Files:
IncludeTag.java
Log Message:
didn't compile
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
Index: IncludeTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/IncludeTag.java,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- IncludeTag.java 18 Jan 2008 14:07:25 -0000 1.83
+++ IncludeTag.java 25 Jan 2008 10:25:01 -0000 1.84
@@ -36,7 +36,7 @@
*
* @author Michiel Meeuwissen
* @author Johannes Verelst
- * @version $Id: IncludeTag.java,v 1.83 2008/01/18 14:07:25 michiel Exp $
+ * @version $Id: IncludeTag.java,v 1.84 2008/01/25 10:25:01 michiel Exp $
*/
public class IncludeTag extends UrlTag {
@@ -128,7 +128,11 @@
protected void doAfterBodySetValue() throws JspTagException {
+ try {
includePage();
+ } catch (org.mmbase.framework.FrameworkException fw) {
+ throw new TaglibException(fw);
+ }
}
/**
* Opens an Http Connection, retrieves the page, and returns the result.
@@ -398,7 +402,7 @@
/**
* Includes another page in the current page.
*/
- protected void includePage() throws JspTagException {
+ protected void includePage() throws JspTagException,
org.mmbase.framework.FrameworkException {
if (MAX_INCLUDE_LEVEL == -1) {
String s =
pageContext.getServletContext().getInitParameter("mmbase.taglib.max_include_level");
if (s != null && ! "".equals(s)) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs