Joachim --

On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrod <[email protected]> wrote:

> Hi,
>
> When one uses extension mapping and Facelets, the popup dialog of a basic
> <tr:inputDate> does not work, it causes the error message "The requested
> resource (/CONTEXT/__ADFv__) is not available".
>
> This is known since July 2007:
> https://issues.apache.org/jira/browse/TRINIDAD-119
> A patch exists since July 2008, revised in July 2009. (But I don't want to
> wait until July 2010 for the next activity. :-)
>
> The problem still exists for MyFaces 1.2.8, Trinidad 1.2.12, and Facelets
> 1.1.14. (I don't know if it's relevant that I use Facelets, other bug
> commenters seem to have used JSP, too.)
>
> Is somebody "in the know" here who can tell me about the state of this bug?
> Is the patch OK?
> If the patch is not the Right Way To Do It, maybe one can add the filter as
> a workaround to the distribution?
> Or add some hint to the Wiki? It needed some time to analyze and find the
> issue, I'd be willing to do it and save others the same work if I get a
> go-ahead from project members.
>
> Any input or reaction to this issue would be welcome.
>
>        Joachim
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Joachim Schrod                          Email: [email protected]
> Roedermark, Germany
>
>
I just did a servlet mapping like this:

  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/__ADFv__*</url-pattern>
    <url-pattern>/faces/*</url-pattern>
  </servlet-mapping>

Ugly, but it seems to work fine under Tomcat.

Good luck!

DJ

Reply via email to