[opencms-dev] Ver6: Article Management Module is out!!!

Jose Felix Hernandez josefelixh at herbert.sytes.net
Sun Feb 6 16:45:31 CET 2005


Hi Ulrich,

I installed your module. By following the instructions provided in you 
website, everything has been very easy.

But when trying to get into /articlemanagement-documentation/index.jsp, I am 
getting a jsp compilation error for the navigation.jsp in the line

boolean openInNewWindow = 
Boolean.parseBoolean(cms.getCmsObject().readPropertyObject(resourceName, 
"link_blank", false).getValue());

This is the compilation error.

org.apache.jasper.JasperException: No se puede compilar la clase para JSP

Ha tenido lugar un error en la línea: 3 en el archivo jsp: 
/WEB-INF/jsp/offline/system/modules/info.rueth.opencms.articles/jsptemplates/navigation.jsp
Error de servlet generado:
C:\StrutsApps\jakarta-tomcat-5.0.28\work\Catalina\localhost\opencmsforum\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\info_rueth_opencms_articles\jsptemplates\navigation_jsp.java:84: 
cannot resolve symbol
symbol  : method parseBoolean (java.lang.String)
location: class java.lang.Boolean
		boolean openInNewWindow = 
Boolean.parseBoolean(cms.getCmsObject().readPropertyObject(resourceName, 
"link_blank", false).getValue());
                                                 ^
1 error

The class java.lang.Boolean haven´t got such a method (parseBoolean). So I 
understand that "Boolean" should be referenced to another class and not to 
java.lang.Boolean.

Any advice?

Thanks...

José F. Hernández


----- Original Message ----- 
From: "Ulrich Rueth" <lists at rueth.info>
To: <opencms-dev at opencms.org>
Sent: Sunday, February 06, 2005 1:07 PM
Subject: [opencms-dev] Ver6: Article Management Module is out!!!


> Dear all,
>
> please feel free to download and test the first version of the Article
> Mangement Module for OpenCms version 6 from
>
> http://www.rueth.info/articlemanagement-documentation/index.html
>
> In case of any bugs, errors etc., please let me know.
>
> Regards
> Ulrich
>
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev 




More information about the opencms-dev mailing list