Hi,
I tried the solution,
HttpServletRequest req =
(HttpServletRequest)request.getAttribute("javax.portlet.request"); //
request is JBossRenderRequest object
but it FAILED
Im getting java.lang.ClassCastException: org.jboss.portlet.JBossRenderRequest
Is any other things I have to do to ge
Hi,
Im getting the error in CMS portlet as,
"
An error occured while rendering window 'myportal.home.HomeCMSWindow'
java.lang.NullPointerException "
Can anyone guide me.
Here is my stack trace :
Console Log trace:
During Server Start:
15:15:04,435 ERROR [HibernatePersistenceManager] fail
As of now I know that decoration.jsp is placed in the layouts defined for portal
I want to know
> when the decoration.jsp is called
> what kind of actions I can perform with it...
Plz guide me with a detailed explanation of it..
Thanks...
View the original post :
http://www.jboss.com/index.
My requirement is to display my html page in a portlet thro' CMS. I have tried
the options like - Create a new html page under /default in CMS, Upload a html
file into /default, Create a directory structure in CMS with a html file.
BUT I couldnt get my HTML file displayed.Im getting existing JB