Why does the x:selectOneCountry show AG AQ AS
instead of Antigua Antarctica American Samoa ? -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 1:44 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: MyFaces Apache Extensions On 3/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In order to use x :selectOneCountry I was adding > > <%@ taglib uri="http://myfaces.apache.org/extensions" > prefix="x" %> > > to my jsp page. > > > > However I have now an error: > > > > The absolute uri: http://myfaces.apache.org/extensions > cannot be resolved in either web.xml or the jar files deployed with > this application > > > > Should I add something special to my web.xml? > > Do I need other libraries than: myfaces-api and myfaces-impl ? You also need tomahawk.jar. You should also consider switching to <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> as the extensions namespace has been deprecated for several months. However, the old namespace and prefix should still work.

