can you try to deploy one of the examples inside of http://svn.apache.org/builds/myfaces/nightly/tomahawk-examples-1.1.3-SNAPSHOT-bin.zip
just to make sure that nothing is missing. Are you behind a firewall ? Thx, Matthias On 5/12/06, Parshuram Sahoo <[EMAIL PROTECTED]> wrote:
Hi I added tomahawk.jar sandbox.jar portlet-api.jar jakarta-oro.jar commons-fileupload.jar commons-el.jar commons-codec.jar myfaces-api.jar myfaces-impl.jar Still i am getting the same error The absolute uri: http://myfaces.apache.org/tomahawk cannot be resolved in either web.xml or the jar files deployed with this application' When i am running my application. Do i need to configure the filterextension in my web.xml file. I configure the filterExtension in my web.xml but when i am running the application the jsp not found showing. Without filterExtension its working fine. My Web.xml is <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <display-name>ErrorResolutionTool</display-name> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet> <servlet-name>TilesServet</servlet-name> <servlet-class>org.apache.struts.tiles.TilesServlet</servlet-class> <init-param> <param-name>definitions-config</param-name> <param-value>/WEB-INF/tiles-defs.xml</param-value> </init-param> <init-param> <param-name>definitions-parser-validate</param-name> <param-value>true</param-value> </init-param> <load-on-startup>2</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>*.jsf</url-pattern> </servlet-mapping> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <filter> <filter-name>MyFacesExtensionsFilter</filter-name> <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class> <init-param> <param-name>maxFileSize</param-name> <param-value>20m</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> </filter> <filter-mapping> <filter-name>MyFacesExtensionsFilter</filter-name> <url-pattern>*.jsf</url-pattern> </filter-mapping> <filter-mapping> <filter-name>MyFacesExtensionsFilter</filter-name> <url-pattern>/jsp/*</url-pattern> </filter-mapping> </web-app> I am giving /jsp/* in filtermapping as all my jsps are in the jsp folder. Pls help me on this problem. Thanks .. Regd Parshuram -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthias Wessendorf Sent: Friday, May 12, 2006 3:35 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Problem regarding Tomahawk component you still have to add the jar file which includes the tomahawk component set. myfaces-api is only javax.faces.*** stuff myfaces-impl is "only" implementation of the spec (with all the default stuff for h:xxx and f:xxx) -Matthias On 5/12/06, Parshuram Sahoo <[EMAIL PROTECTED]> wrote: > > Hi > > I am new to this forum. > > I am using Tomahawk dataTable for my application. In the Jsp page i have added the line > > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"> > > and in the classpath i have added the jars tugboat.jar, myfaces-api.jar, myfaces-impl.jar. When i am running the application i am > getting the exception > > The absolute uri: http://myfaces.apache.org/tomahawk cannot be resolved in either web.xml or the jar files deployed with this > application' > > Will i required to change anything in web.xml or add any other jars in my classpath. Can anyone help me regarding this. > > Thanks in Advance. > Parshuram > > > http://www.patni.com > World-Wide Partnerships. World-Class Solutions. > _____________________________________________________________________ > > This e-mail message may contain proprietary, confidential or legally > privileged information for the sole use of the person or entity to > whom this message was originally addressed. Any review, e-transmission > dissemination or other use of or taking of any action in reliance upon > this information by persons or entities other than the intended > recipient is prohibited. If you have received this e-mail in error > kindly delete this e-mail from your records. If it appears that this > mail has been forwarded to you without proper authority, please notify > us immediately at [EMAIL PROTECTED] and delete this mail. > _____________________________________________________________________ > > -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jroller.com/page/mwessendorf mwessendorf-at-gmail-dot-com http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________ This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at [EMAIL PROTECTED] and delete this mail. _____________________________________________________________________
-- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jroller.com/page/mwessendorf mwessendorf-at-gmail-dot-com

