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.

