Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread A. Nieves
For anyone who stumbles with the same problem: You have to make the Seam context available for the Trinidad resources servlet (maybe because Seam manages the locale? idn) as explained in 30.1.4.8. Context management for custom servlets (

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread Matthias Wessendorf
cool! Do you mind adding this info to the wiki page ? -Matthias On Tue, Feb 9, 2010 at 5:31 PM, A. Nieves daraii.t...@gmail.com wrote: For anyone who stumbles with the same problem: You have to make the Seam context available for the Trinidad resources servlet (maybe because Seam manages

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread A. Nieves
Done. http://wiki.apache.org/myfaces/Trinidad_And_Seam On Tue, Feb 9, 2010 at 12:47 PM, Matthias Wessendorf mat...@apache.orgwrote: cool! Do you mind adding this info to the wiki page ? -Matthias On Tue, Feb 9, 2010 at 5:31 PM, A. Nieves daraii.t...@gmail.com wrote: For anyone who

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

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

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

[TRINIDAD] LocaleElements js cannot be found

2010-02-07 Thread A. Nieves
Hello, I'm having problems when I try to submit a form and one of the input elements has a validator that uses LocaleElements javascript (In my particular case the *LocaleElements_es1_2_12.js*) The script is included in the page (src=/test/adf/jsLibs/resources/LocaleElements_es1_2_12.js?loc=es)

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-07 Thread Matthias Wessendorf
I see it here: http://example.irian.at/trinidad-components-showcase/adf/jsLibs/resources/LocaleElements_es1_2_14.js?loc=es -Matthias On Sun, Feb 7, 2010 at 11:49 PM, A. Nieves daraii.t...@gmail.com wrote: Hello, I'm having problems when I try to submit a form and one of the input elements