Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Lukasz Lenart
2009/7/16 jayadevan : > xwork-2.0.4.jar, > ognl-2.6.11.jar, > jsp-api-2.0.jar,freemarker-2.3.8.jar, > commons-logging-1.0.4.jar > these are other jars And struts2-core.jar, which version? Do you have some other exception when you're starting Tomcat? Regards -- Lukasz http://www.lenart.org.pl/ h

RE: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Martin Gainty
euvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 15 Jul 2009 22:56:22 -0700 > From: jayadeva...@gmail.com > To: user@struts.apache.org > Subject: org.apache.jasper.JasperException: The Struts dis

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread jayadevan
hi xwork-2.0.4.jar, ognl-2.6.11.jar, jsp-api-2.0.jar,freemarker-2.3.8.jar, commons-logging-1.0.4.jar these are other jars Lukasz Lenart wrote: > > 2009/7/16 jayadevan : >> u said struts-tags.xml is  already in struts2-*.jar >> so add struts2-core.jar into class path and try to exccute >> >> the

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Lukasz Lenart
2009/7/16 jayadevan : > u said struts-tags.xml is  already in struts2-*.jar > so add struts2-core.jar into class path and try to exccute > > then i got the following exception > > org.apache.jasper.JasperException: File "/struts-tags.tld" not found struts-tags.tld is for sure in struts2-core.jar,

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread jayadevan
hi u said struts-tags.xml is already in struts2-*.jar so add struts2-core.jar into class path and try to exccute then i got the following exception org.apache.jasper.JasperException: File "/struts-tags.tld" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultEr

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Lukasz Lenart
2009/7/16 jayadevan : > i tried both way > directly > and step by step You should avoid directly accessing jsp files, always go through actions. Especially when you are using Struts tags inside. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Ogden Nash - "The troub

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Lukasz Lenart
2009/7/16 jayadevan : > my index.jsp like this Is it the same file as in web.xml for welcome-file? > where i place "struts-tags.xml " ? It's already in struts2-*.jar Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Joan Crawford - "I, Joan Crawford, I believe in th

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread jayadevan
my index.jsp like this <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> http://www.w3.org/TR/html4/loose.dtd";> <%...@taglib uri="/struts-tags" prefix="s" %> Hello World

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread jayadevan
i tried both way directly and step by step Lukasz Lenart wrote: > > It's ok, when you got that exception? What url were you entering in > web browser? It looks like you went directly to jsp. > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > http://dailylog.lenart.org.pl/ > > Timothy

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-15 Thread Lukasz Lenart
It's ok, when you got that exception? What url were you entering in web browser? It looks like you went directly to jsp. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Timothy Leary - "Women who seek to be equal with men lack ambition." - http://www.brainyquote.com/

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-15 Thread jayadevan
hi my web.xml 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";> strutsExample struts2 org.apache.struts2.dispatcher.FilterDisp

Re: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-15 Thread Lukasz Lenart
Could you show your web.xml? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Lenny Bruce - "Communism is like one big phone company." - http://www.brainyquote.com/quotes/authors/l/lenny_bruce.html -

org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-15 Thread jayadevan
hi all i am using struts2 for my pjt when i try to excute pjt the following exception occured pls help me thanks in advance org.apache.jasper.JasperException: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are