Shale uses the standard JSF Servlet: How do I this?

  <servlet>
      <servlet-name>faces</servlet-name>
      <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>faces</servlet-name>
      <url-pattern>*.faces</url-pattern>
    </servlet-mapping>

-----Original Message-----
From: Simon Lessard [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 20, 2006 8:52 PM
To: adffaces-dev@incubator.apache.org
Subject: Re: ADF Faces/Trinidad & Shale?

I'm not well versed with Shale yet. However I can go with an hypothesis.
Does Shale use a Servlet? If so, you must place ADF Faces filter on that
servlet as well.


Regards,

~ Simon

On 10/20/06, Anthony Yulo <[EMAIL PROTECTED]> wrote:
>
> Yes Im working on ADF Faces. Do you have an idea why this is not working?
> This happens when I put the necessary entries for shale on the
web.xmlfile.
> But when I erase the Shale entries, everything's fine.
>
> Im trying again to call a managed bean function from a javascript
> function,
>
> -----Original Message-----
> From: Simon Lessard [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 20, 2006 8:20 PM
> To: adffaces-dev@incubator.apache.org
> Subject: Re: ADF Faces/Trinidad & Shale?
>
> AdfRenderingContext no longer exists so I assume you're actually working
> with ADF Faces? Your trinidad filter must be installed, but not the ADF
> Faces one maybe?
>
> On 10/20/06, Anthony Yulo <[EMAIL PROTECTED]> wrote:
> >
> > Anyone has tried to incorporate Shale into existing Trinidad Apps?
> >
> >
> >
> > I initially tried this, I added a the necessary entries on the web.xml.
> > When I run the application it displays an error saying:
> >
> >
> >
> > 500 Internal Server Error
> >
> > Illegal StateException:No AdfRenderingContext
> >
> >
> >
> > //StackTrace follows....
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *************The information transmitted is intended only for the person
> > or
> > entity to which it is addressed and may contain confidential and/or
> > privileged material. Any review,retransmission,dissemination or other
> use
> > of, or taking of any action in reliance upon, this information by
> persons
> > or
> > entities other than the intended recipient is prohibited. If you
> received
> > this in error, please contact the sender and delete the material from
> any
> > computer.*********************
> >
> >
> *************The information transmitted is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. Any review,retransmission,dissemination or other use
> of, or taking of any action in reliance upon, this information by persons
> or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from any
> computer.*********************
>
*************The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review,retransmission,dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.*********************

Reply via email to