You have inserted the reference to the taglib like this:
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %> ? The taglib is read out from the jars; If you have added the jars to your project and they are also deployed with the application there should be no problem. regards, Gerald On 9/25/06, Kelvin James <[EMAIL PROTECTED]> wrote:
Hi, I am using Jboss Portal 2.4 for my application I tried with latest jars but still same error, is there some additional settings required for this I used the following jars myfaces-api.jar myfaces-impl.jar tomahawk-1.1.3.jar On 9/25/06, Gerald Müllan <[EMAIL PROTECTED]> wrote: > Hi, > > if you really use "myfaces-all.jar" it is highly recommended to update > to the latest stable release, like 1.1.4. > > Have a look at our downloads section: > > http://myfaces.apache.org/download.html > > Then you have to use the uri " http://myfaces.apache.org/tomahawk". > > regards, > > Gerald > > On 9/25/06, Rønnevik, Eivind <[EMAIL PROTECTED]> wrote: > > > > > > Your uri is incorrect :) > > > > It should be > > > > > > > > <%@ taglib uri="http://myfaces.apache.org/tomahawk" > > prefix="t"%> > > Regards, > > > > Eivind > > > > > > ________________________________ > > From: Kelvin James [mailto:[EMAIL PROTECTED] ] > > Sent: 25. september 2006 13:11 > > To: MyFaces Discussion > > Subject: Exception when using myfaces extensions > > > > > > HI > > > > I am getting the following error when using the myfaces extension components > > > > > > Caused by: org.apache.jasper.JasperException: The absolute > > uri: http://myfaces.apache.org/extensions cannot be > > resolved in either web.xml or the jar files deployed with this application > > at > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510) > > > > > > I have added the myfaces-all.jar in application classpath > > > > and add the following entry in web.xml > > > > <filter> > > <filter-name>extensionsFilter</filter-name> > > > > <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter </filter-class> > > <init-param> > > <param-name>uploadMaxFileSize</param-name> > > <param-value>100m</param-value> > > <description> > > Set the size limit for uploaded files. Format: 10 - 10 > > bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB > > </description> > > </init-param> > > <init-param> > > <param-name>uploadThresholdSize</param-name> > > <param-value>100k</param-value> > > <description> > > Set the threshold size - files below this limit are > > stored in memory, files above this limit are stored on > > disk.Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB > > </description></init-param></filter> > > <filter-mapping> > > <filter-name>extensionsFilter</filter-name> > > <url-pattern>*.jsf</url-pattern> > > </filter-mapping> <filter-mapping> > > <filter-name>extensionsFilter</filter-name> > > <url-pattern>/faces/*</url-pattern> > > </filter-mapping> > > > > I have added the entry in my jsp for this > > <%@ taglib uri="http://myfaces.apache.org/extensions" > > prefix="t" %> > > > > -- > > James > > > > > > > > > > > -- > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces >
-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

