[JBoss Portal] - Re: pages in dashboard
by javatwo
"thomas.heute(a)jboss.com" wrote :
| This is the default use case.
| Modify the portal called template to create the 4 pages.
|
| Every user logging in his dashboard will see the 4 pages, he will be able to modify those pages. keep the position, add content and this will only be visible by him.
A user created his own pages and adding content(applying layout/theme), is the page accessible to public? In my case, each user should be able to customize a page, for example, page A, and they need to be accessible publicly. In other words, user Scott's page A and user Tiger's page A is different, but they are visible to public. Can this be done in Portal?
Thanks for guidance.
Dave
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048868#4048868
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048868
18 years, 11 months
[JBoss Portal] - java.lang.ClassCastException: com.sun.facelets.component.Rep
by javatwo
I downloaded jboss-portal-ha-2.6-CR2 and deployed it into JBoss AS 4.0.5GA as instructed, but got the following exception:
08:03:33,026 ERROR [FacesConfigurator] failed to configure class com.sun.facelets.component.RepeatRenderer
java.lang.ClassCastException: com.sun.facelets.component.RepeatRenderer cannot be cast to javax.faces.render.Renderer
at org.apache.myfaces.config.FacesConfigurator.configureRenderKits(FacesConfigurator.java:754)
at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:149)
at org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:68)
at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:51)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
Thanks for help.
Dave
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048867#4048867
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048867
18 years, 11 months