Jonas,

You are mixing classes from two different versions of MyFaces.  

PORTLET_REQUEST_FLAG was added a few weeks after portlet support was
initially added to MyFaces.  

You are using the newer version of PortletUtil.class with an old version
of MyFacesGenericPortlet.class.

Stan Silvert
JBoss, Inc.
[EMAIL PROTECTED]
callto://stansilvert

> -----Original Message-----
> From: Jonas Jacobi [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 24, 2005 6:19 PM
> To: MyFaces Development; MyFaces Discussion
> Subject: ADF Faces EA14 with MyFaces 1.0.9
> 
> Hi All,
> 
> I'm trying to use the new release of the ADF Faces component libraries
> with MyFaces1.0.9. I'm getting a "NoSuchFieldErrors" when I try to run
> the ADF Faces EA14 demo bundle with the MyFaces 1.0.9 release. When I
> try to use the 1.0.8 relelase it works just fine. There seem to be a
> missmatch of MyFaces libraries. Any clue to what may cause this?
> 
> Stack trace:
> 05/03/24 14:18:32 java.lang.NoSuchFieldError:
> org.apache.myfaces.portlet.MyFacesGenericPortlet.PORTLET_REQUEST_FLAG
> 
> 05/03/24 14:18:32     at
>
org.apache.myfaces.portlet.PortletUtil.isPortletRequest(PortletUtil.java
:5
> 0)
> 
> 
> 05/03/24 14:18:32     at
>
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspView
Ha
> ndlerImpl.java:241)
> 
> 
> 05/03/24 14:18:32     at
>
oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(Vie
wH
> andlerImpl.java:134)
> 
> 
> Thanks,
> Jonas

Reply via email to