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
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
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
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
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
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
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