Re: Unable to find a default provider

2010-02-08 Thread Jakob Korherr
Hi, I think this is a known Trinidad issue, because Trinidad uses a placeholder request class from myfaces core (see MYFACES-2434 for details). However it should be determined if this should be changed on Trinidad or on MyFaces core. Can someone of the Trinidad team please review this?!?

Klaus SCHUSTER ist außer Haus.

2010-02-08 Thread Klaus SCHUSTER
Ich werde ab 08.02.2010 nicht im Büro sein. Ich kehre zurück am 15.02.2010. In dringenden Fällen wenden Sie sich bitte an Hr. Hollin Wolfgang DW 1443. (hol...@racon-linz.at) oder Hr. Heinz Huber DW 1664 (hhu...@racon-linz.at) oder Hr. Martin Schütz (schu...@racon-linz.at) DW 1467 Die

Re: Unable to find a default provider

2010-02-08 Thread Matthias Wessendorf
are you talking about the BeanValidation error ? We did two tiny clean-ups there: https://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXEditableValueTemplate.java?diff_format=hview=log -Matthias On

Re: Unable to find a default provider

2010-02-08 Thread Jakob Korherr
Actually I was talking about MYFACES-2520 and MYFACES-2434. 2010/2/8 Matthias Wessendorf mat...@apache.org are you talking about the BeanValidation error ? We did two tiny clean-ups there:

Re: Unable to find a default provider

2010-02-08 Thread Matthias Wessendorf
ah.. I noticed some bean validation calls on the stack, so my guess was it may have been related to that. Not much time for stuff this week.. On Mon, Feb 8, 2010 at 3:09 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Actually I was talking about MYFACES-2520 and MYFACES-2434. 2010/2/8

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-08 Thread A. Nieves
Yes, I have another example deployment (the only difference it is a WAR and not an EAR) and it works correctly. But I was wondering what can be different in my current configuration because it does't work. On Mon, Feb 8, 2010 at 3:34 AM, Matthias Wessendorf mat...@apache.orgwrote: I see it

Possible to distinguish dates that don't exist from badly formatted ones?

2010-02-08 Thread laredotornado
Hi, I'm using MyFaces 1.1.5 with Tomahawk 1.1.7. I have this date input field on my JSF page ... h:inputText id=Start_Date size=10 maxlength=10 value=#{InvoicingReportController.startDate} required=true validator=#{InvoicingReportController.validateDate}

Re: Possible to distinguish dates that don't exist from badly formatted ones?

2010-02-08 Thread Mike Kienenberger
You'd have to write your own date validator. It might be easier to change your converter message. But if you wrote a validator that checks for invalid dates, it should be triggered before your converter runs, so you could still use the converter to capture other kinds of errors.. On Mon, Feb 8,

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-08 Thread A. Nieves
I created a test EAR project with Facelets 1.1.15 , Trinidad 1.2.12 and MyFaces 1.2.8 without Seam and I can see the LocaleElements resource. Can it be something in Seam's configuration? It's weird because I can see the Common1_2_12.js. On Mon, Feb 8, 2010 at 11:59 AM, A. Nieves

Klaus SCHUSTER ist außer Haus.

2010-02-08 Thread Klaus SCHUSTER
Ich werde ab 08.02.2010 nicht im Büro sein. Ich kehre zurück am 15.02.2010. In dringenden Fällen wenden Sie sich bitte an Hr. Hollin Wolfgang DW 1443. (hol...@racon-linz.at) oder Hr. Heinz Huber DW 1664 (hhu...@racon-linz.at) oder Hr. Martin Schütz (schu...@racon-linz.at) DW 1467 Die

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-08 Thread Matthias Wessendorf
actually not sure on that. Never done Seam for over a 1.5 years On Mon, Feb 8, 2010 at 11:44 PM, A. Nieves daraii.t...@gmail.com wrote: I created a test EAR project with Facelets 1.1.15 , Trinidad 1.2.12 and MyFaces 1.2.8 without Seam and I can see the LocaleElements resource. Can it be

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-08 Thread A. Nieves
Can anyone that uses Seam give some input? If I deploy a test project in JBoss 5.1 I get an HTTP Status 403 - Access to the requested resource has been denied error when trying to see the http://host:port/test/adf/jsLibs/resources/LocaleElements_es1_2_12.js resource, but I can

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-08 Thread Matthias Wessendorf
some (paranoid) security for resources folder? :) -Matthias On Tue, Feb 9, 2010 at 7:07 AM, A. Nieves daraii.t...@gmail.com wrote: Can anyone that uses Seam give some input? If I deploy a test project in JBoss 5.1 I get an                    HTTP Status 403 - Access to the requested resource