shuber 2004/08/06 20:23:49 CEST
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/java/org/jahia/data/viewhelper/sitemap PageSiteMap.java
Log:
- Removing JahiaData and ParamBean objects from all engineMaps, now passing them as
request attributes so that we can serialize engineMaps. This requires changes in all
the JSPs and all the tags, mostly cleanups
- Made more objects that are stored in the session serializable.
- Fixed bug when exiting the application field when no application is deployed.
- Compiled all JSPs with Tomcat 5's JSP compiler, found errors and corrected them.
Seems that Tomcat 5's JSPC checks for more compliance, such as JavaBean compliance for
<jsp:useBean> tags.
- Other code cleanups & improved error messages
Revision Changes Path
1.3.4.2 +1 -0
jahia/src/java/org/jahia/data/viewhelper/sitemap/PageSiteMap.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/java/org/jahia/data/viewhelper/sitemap/PageSiteMap.java.diff?r1=1.3.4.1&r2=1.3.4.2&f=h
Index: PageSiteMap.java
===================================================================
RCS file:
/home/cvs/repository/jahia/src/java/org/jahia/data/viewhelper/sitemap/Attic/PageSiteMap.java,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -u -r1.3.4.1 -r1.3.4.2
--- PageSiteMap.java 6 Aug 2004 17:59:27 -0000 1.3.4.1
+++ PageSiteMap.java 6 Aug 2004 18:23:48 -0000 1.3.4.2
@@ -47,6 +47,7 @@
import org.jahia.services.pages.ContentPage;
import org.jahia.services.pages.JahiaPageBaseService;
import org.jahia.utils.LanguageCodeConverters;
+import java.io.Serializable;
/**
* <p>Title: Informations site map page</p>