Hi Matthias,
Using the RI 1.2_04, 1.2_07-b03 or 1.2_08-b06 makes no difference. With
either I get the following results:
/faces/* mapping: works OK
*.jsf mapping: page not found
*.faces mapping: no pop-up, no exception
Should I file a JIRA issue?
Regards and thanks, Paul.
Matthias Wessendorf wrote:
Hi,
On Thu, Feb 28, 2008 at 11:09 AM, Paul van Rossem <[EMAIL PROTECTED]> wrote:
Hi Matthias,
Thanks a lot for your reply. It solved my problem.
Indeed, if I use the /faces/* mapping instead *.jsf, it loads the
correct page.
Shouldn't it be independent of the mapping? Should I file a JIRA issue
for this?
I was using the jsf-1.2_07-b03 RI, not MyFaces.
Regards, Paul.
hrm... it was working with the RI.
Is it possible to go back (just for testing) to 1.2_04 of the RI ?
and use using *.faces mapping ?
-Matthias
Matthias Wessendorf wrote:
> Hi,
>
> On Thu, Feb 28, 2008 at 8:07 AM, Paul van Rossem <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>> If I use the <tr:inputDate> tag, clicking the calendar icon yields a
>> "Page not found", page /__ADFv__.jsf.
>> Both in FF and IE. I'm using Trinidad 1.2.6. Do I need to include
>>
>
> and MyFaces 1.2.x ?
>
>
>
>> anything special, apart from the 2 libraries (api en impl) or has it
>> something to do with my web.xml or faces-config.xml?
>>
>
> I'd suggest to use this *mapping*:
> /faces/*
> and not:
> *.jsf
>
> -Matthias
>
>
>> I saw some additional configuration items in the examples
>> faces-config.xml. Is that required?
>> <component>
>>
>> <component-type>org.apache.myfaces.trinidaddemo.DateField</component-type>
>>
>>
<component-class>org.apache.myfaces.trinidaddemo.composite.DateField</component-class>
>> </component>
>> Should I include something linke that in my faces-config.xml or what is
>> it for?
>> Any tips would be appreciated, regards, Paul.