[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2009-05-02 Thread edre.py
Thanks ... But if this condition is not met...could get the PortletRequest object instance? I need to extract the Preferences of the portlet. like PortletPreferences reqPreferences = rRequest.getPreferences(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Portal] - Re: GetPreferences in jboss Portal cast exception

2009-05-01 Thread edre.py
I have no idea what the problem is! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227623#4227623 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227623 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: GetPreferences in jboss Portal cast exception

2009-05-01 Thread edre.py
Caused by: java.lang.ClassCastException: org.jboss.seam.web.IdentityRequestWrapper cannot be cast to javax.portlet.PortletRequest at com.consulmatica.utmap.uploadfile.session.UploadActionBean.listener(UploadActionBean.java:38) View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Portal] - Re: GetPreferences in jboss Portal cast exception

2009-05-01 Thread edre.py
the code is: PortletRequest req = (PortletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227621#4227621 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: GetPreferences in jboss Portal cast exception

2009-05-01 Thread edre.py
17:28:17,105 ERROR [LifecyclePhase] Error execute phase APPLY_REQUEST_VALUES 2 javax.faces.el.EvaluationException: /uploadAction.xhtml @21,51 fileUploadListener="#{uploadAction.listener}": javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.web.IdentityRequestWrapper cannot be cast to j

[jboss-user] [JBoss Portal] - GetPreferences in jboss Portal cast exception

2009-05-01 Thread edre.py
Hi... Im get Preferences like PortletRequest req = (PortletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); and im get te exception in cast org.jboss.seam.web.IdentityRequestWrapper HelpMe please... View the original post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2009-05-01 Thread edre.py
Hi... Im get Preferences like PortletRequest req = (PortletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); and im get te exception in cast org.jboss.seam.web.IdentityRequestWrapper HelpMe please... View the original post : http://www.jboss.org/index.html?modul