I also have the following error:

ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet 
jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 178 in the jsp file: 
/WEB-INF/jsp/content/portlet_editor.jsp
Type mismatch: cannot convert from Object to PortletInfoInfo
175:    private String getIcon(PortletInfo info)
176:    {
177:       String iconLocation = 
PortletContentEditorPortlet.DEFAULT_PORTLET_ICON;
178:       PortletInfoInfo portletInfo = 
info.getAttachment(PortletInfoInfo.class);
179: 
180:       if (portletInfo != null)
181:       {


Stacktrace:
        at 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
        at 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
        at 
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:415)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)

Please let me know if anyone has any insight into this problem.  Thank you very 
much!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184926#4184926

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184926
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to