[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2007-12-07 Thread suganthivelayutham
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

[jboss-user] [JBoss Portal] - An error occured while rendering window 'myportal.home.HomeC

2007-09-22 Thread suganthivelayutham
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

[jboss-user] [JBoss Portal] - utilization of decoration.jsp

2007-04-05 Thread suganthivelayutham
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.

[jboss-user] [JBoss Portal] - How to have custom HTML in CMS

2007-03-30 Thread suganthivelayutham
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