[jboss-user] [JBoss Portal] - Locale in render set

2008-08-26 Thread mohitmutha
I need to retrieve the locale of the logged in user in the DivDecorationRender to localize the rendered texts. How can this be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172696#4172696 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: DivDecorationRenderer determine portlet

2008-08-26 Thread mohitmutha
I am facing the same problem. Any solutions / workarounds for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172695#4172695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172695 __

[jboss-user] [JBoss Portal] - Localization in layout index.jsp

2008-05-16 Thread mohitmutha
I am trying to access the user locale in the index.jsp of my custom layout. The locale is always coming as en though it is set to de in the user profile. It however appears correctly in all other places (portlets / header.jsp etc.) Any pointers ? View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Custom Error Pages for Portlet

2008-05-02 Thread mohitmutha
I am developing a JSF portlet. The requirement is to display all unhandled runtime exceptions in the portlet area. From Section 8 in the portlet reference it seems possible by configuring the page level error JSP. But when I simulate a runtime exception in one of my managed beans the control is

[jboss-user] [JBoss Portal] - Re: A4J and UserModule in a portlet

2008-05-01 Thread mohitmutha
Can you elaborate. I thought that this was more to do with the Hibernate transaction. Also where can a get a working build with the fix? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148132#4148132 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - A4J and UserModule in a portlet

2008-04-30 Thread mohitmutha
I am trying to use A4J in a portlet. The functionality is to display the user details when the user clicks on the user row in the search results. I am using the identity modules to retrieve the user list (by role). This works fine. However when I use A4J to retrieve the user details in a manage

[jboss-user] [JBoss Portal] - PortalSession in login servlet

2008-04-14 Thread mohitmutha
We are trying to do a programmatic login using a login servlet. The servlet is configured as the target for the unauthenticated user and the user is logged in using j_security_check in the doGet / doPost method. We want to add info to the PortalSession at this point. However Navigation.getPorta