Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » 'xxx' validator is not registered
'xxx' validator is not registered [message #472140] Mon, 03 July 2006 07:15 Go to next message
Eclipse UserFriend
Originally posted by: blacksnow666.gmail.com

i have a validator, in my faces-config.xml
when i open the faces-config.xml using the FacesConfig Editor,
the validator is there, in the Components tab,

no errors.

but on my jsp page
i get warnings
saying that 'xxx' validator is not registered.
Re: 'xxx' validator is not registered [message #472147 is a reply to message #472140] Mon, 03 July 2006 11:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: blacksnow666.gmail.com

Titi Wangsa wrote:
> i have a validator, in my faces-config.xml
> when i open the faces-config.xml using the FacesConfig Editor,
> the validator is there, in the Components tab,
>
> no errors.
>
> but on my jsp page
> i get warnings
> saying that 'xxx' validator is not registered.

Sorry..
I found the problem. I was using multiple faces-config.xml, so, my guess
was that the validator looked for a file named "faces-config.xml,
faces-config-navigation.xml" and did not see my validator in
"faces-config.xml"
Re: 'xxx' validator is not registered [message #472152 is a reply to message #472147] Mon, 03 July 2006 16:55 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Titi,

The JSF tooling has a manager that should be able to locate all the faces
configuration files if they are correctly named and in the right
locations, or if they are correctly registered in the web.xml file using
the javax.faces.CONFIG_FILES CONTEXT_PARAM.

Please see: http://www.jsf-faq.com/faqs/faces-configuration.html

If you think that there is still a problem, please log a bugzilla issue
and attach your project.

Regards,
Gerry Kessler
WTP JSF Tools Team
Re: 'xxx' validator is not registered [message #600789 is a reply to message #472140] Mon, 03 July 2006 11:58 Go to previous message
Eclipse UserFriend
Originally posted by: blacksnow666.gmail.com

Titi Wangsa wrote:
> i have a validator, in my faces-config.xml
> when i open the faces-config.xml using the FacesConfig Editor,
> the validator is there, in the Components tab,
>
> no errors.
>
> but on my jsp page
> i get warnings
> saying that 'xxx' validator is not registered.

Sorry..
I found the problem. I was using multiple faces-config.xml, so, my guess
was that the validator looked for a file named "faces-config.xml,
faces-config-navigation.xml" and did not see my validator in
"faces-config.xml"
Re: 'xxx' validator is not registered [message #600804 is a reply to message #472147] Mon, 03 July 2006 16:55 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Titi,

The JSF tooling has a manager that should be able to locate all the faces
configuration files if they are correctly named and in the right
locations, or if they are correctly registered in the web.xml file using
the javax.faces.CONFIG_FILES CONTEXT_PARAM.

Please see: http://www.jsf-faq.com/faqs/faces-configuration.html

If you think that there is still a problem, please log a bugzilla issue
and attach your project.

Regards,
Gerry Kessler
WTP JSF Tools Team
Previous Topic:Resource bundle cannot be resolved
Next Topic:Resource bundle cannot be resolved
Goto Forum:
  


Current Time: Fri Mar 29 00:38:45 GMT 2024

Powered by FUDForum. Page generated in 0.03867 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top