Re: The Struts dispatcher cannot be found.

2018-10-30 Thread simsonberg
Thanks for your help. Using archetypes was a good approach. I used an archetype in IntelliJ. You can find them under New Project --> Maven --> Create from archetype. Mentioning on the 'Get Startet-Page' that you can use archetypes (=prebuild working examples) in your IDE would be very helpful. A

Re: The Struts dispatcher cannot be found.

2018-10-09 Thread Lukasz Lenart
Do you use Maven? If so you can try to start with our archetypes https://struts.apache.org/maven-archetypes/ śr., 10 paź 2018 o 07:35 s-sbergg napisał(a): > Message An exception occurred processing JSP page /web/welcome.jsp at > line 15 Do you access this JSP directly or via an action? >

The Struts dispatcher cannot be found.

2018-10-09 Thread s-sbergg
dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location] org.apache.struts2

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
day die, which is not so." - > http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://

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
t; For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/org.apache.jasper.JasperException%3A-The-Struts-dispatcher-cannot-be-found.-tp24510546p24514569.html Sent from the Struts - User mailing list archive at

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
r-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >> > > -- View this message in context: http://www.nabble.com/org.apache.jasper.JasperException%3A-The-Struts-dispatcher-cannot-be-found.-tp24510546p245118

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

2009-07-16 Thread jayadevan
unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/org.apache.jasper.JasperException%3A-The-Struts-dispatcher-cannot-be-found.-tp24510546p2

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
ional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/org.apache.jasper.JasperException%3A-The-Struts-dispatcher-cannot-be-found.-tp24510546p24510993.html Sent from the Struts - User mailing list archive at Nabble.com.

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

Re: struts 2 -- The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter.

2009-06-22 Thread Dave Newton
laredotornado wrote: I do want to validate requests submitted to "pcFlow.do" (the action). I thought interceptors were the way to do it. My interceptor class is called "AccountsInterceptor". What is the proper way? All the tutorials suggest you have to create a custom interceptor stack. See

Re: struts 2 -- The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter.

2009-06-22 Thread laredotornado
i, >> >> I'm trying to migrate my app from struts 1 to struts 2.  On a particular >> JSP >> page, I get this error >> >> The page generated an error: Exception: >> The Struts dispatcher cannot be found. This is usually caused by using >> St

Re: struts 2 -- The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter.

2009-06-22 Thread Wes Wannemacher
gt; > Hi, > > I'm trying to migrate my app from struts 1 to struts 2.  On a particular JSP > page, I get this error > > The page generated an error: Exception: > The Struts dispatcher cannot be found. This is usually caused by using > Struts tags without the associated fil

struts 2 -- The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter.

2009-06-22 Thread laredotornado
Hi, I'm trying to migrate my app from struts 1 to struts 2. On a particular JSP page, I get this error The page generated an error: Exception: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable whe

Re: Re: The Struts dispatcher cannot be found

2008-10-24 Thread Wes Wannemacher
> stanlick wrote: >>> > When I dig deeper into this, I see the problem is with a oops.jsp I >>> have >>> > configured in my struts.xml as >>> > >>> > >> > type="dispatcher">/oops.jsp >

RE: Re: The Struts dispatcher cannot be found

2008-10-24 Thread stanlick
y caused by >> using >> > Struts tags without the associated filter..." >> > If I remove the HTML inside oops.jsp everything works fine! What is >> > interacting with oops.jsp even when there are no exceptions? >> > -- >> > View this mess

Re: Re: The Struts dispatcher cannot be found

2008-10-23 Thread stanlick
rors! I can remove all references to this > oop.jsp > > yet the following messages continues to dump to stdout. > > "The Struts dispatcher cannot be found. This is usually caused by using > > Struts tags without the associated filter..." > > If I remove the H

RE: Re: The Struts dispatcher cannot be found

2008-10-23 Thread Wes Wannemacher
ts.xml as > > > > > type="dispatcher">/oops.jsp > > > > Now here is the strange part -- my request for homePage.action is working > > fine and there are no errors! I can remove all references to this oop.j

RE: Re: The Struts dispatcher cannot be found

2008-10-23 Thread [EMAIL PROTECTED]
uest for homePage.action is working > fine and there are no errors! I can remove all references to this oop.jsp > yet the following messages continues to dump to stdout. > "The Struts dispatcher cannot be found. This is usually caused by using > Struts tags without the associated fil

Re: The Struts dispatcher cannot be found

2008-10-23 Thread stanlick
references to this oop.jsp yet the following messages continues to dump to stdout. "The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter..." If I remove the HTML inside oops.jsp everything works fine! What is interacting wit

Re: The Struts dispatcher cannot be found

2008-10-23 Thread Antonio
ous messages > like the following: > > The Struts dispatcher cannot be found. This is usually caused by using > Struts tags without the associated filter. Struts tags are only usable when > the request has passed through its servlet filter, which initializes the > Struts dispatcher needed

The Struts dispatcher cannot be found

2008-10-22 Thread stanlick
I started a new Struts 2 project today with Tiles and Spring. My default result type is "tiles" and everything works alright as long as you don't look at the console! For some strange reason there are numerous messages like the following: The Struts dispatcher cannot be found.