Re: org.apache.jasper.JasperException struts-examples-master crud

2017-10-13 Thread Yasser Zamani
On 10/14/2017 5:43 AM, albert kao wrote: > Messages: > /WEB-INF/jsp/persons.jsp (line: 13, column: 8) Attribute id invalid for tag > url according to TLD Hello Albert, Thanks for your report. It seems struts-examples need some fixes which are under processing at [1]. Regards, Yasser. [1] htt

org.apache.jasper.JasperException struts-examples-master crud

2017-10-13 Thread albert kao
ed: Struts Problem Report Struts has detected an unhandled exception: Messages: /WEB-INF/jsp/persons.jsp (line: 13, column: 8) Attribute id invalid for tag url according to TLD File: org/apache/jasper/compiler/DefaultErrorHandler.java Line number: 41 Stacktraces org.apache.jasper.JasperException:

Struts 1.3 Exception: org.apache.jasper.JasperException: Module 'null' not found.

2009-10-21 Thread Vocho
splays the next exception: org.apache.jasper.JasperException: Module 'null' not found. org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510) org.apache.jasper.servlet.JspServletWrapper.service(JspSer

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
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, could list what other > libs do you have in WEB-INF/lib of that applicati

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

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.DefaultErrorHandle

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
ilylog.lenart.org.pl/ >> >> Timothy Leary - "Women who seek to be equal with men lack ambition." >> - http://www.brainyquote.com/quotes/authors/t/timothy_leary.html >> >> ----- >> To unsubscribe, e-mail: use

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: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-15 Thread Muthu Velappan
y on EditField and so it gives you the >>> stacktrace. >>> >>> Quick and dirty solution is to create such a propertyon the EditField >>> action. If you want to avoid code duplication you could >>> create a small action that gives you the Map and use the tag >

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread Greg Lindholm
you could >> create a small action that gives you the Map and use the tag >> as you populate the select. >> >> Cheers >> Chris aka musomesa >> >> >> >> >> -Original Message- >> From: Mu

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread Muthu Velappan
small action that gives you the Map and use the tag as > you populate the select. > > Cheers > Chris aka musomesa > > > > > -Original Message----- > From: Muthu Velappan > To: user@struts.apache.org > Sent: Fri, 13 Mar 2009 2:12 pm > Subject: org.ap

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread musomesa
es you the Map and use the tag as you populate the select. Cheers Chris aka musomesa -Original Message- From: Muthu Velappan To: user@struts.apache.org Sent: Fri, 13 Mar 2009 2:12 pm Subject: org.apache.jasper.JasperException: tag 'select', field 'list', name '

org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-12 Thread Muthu Velappan
truts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:42) 2009-03-13 10:16:04,002 ERROR (CommonsLogger.java:error:28) - java.security.PrivilegedActionException: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTyp

org.apache.jasper.JasperException: File "/tags/struts-logic"

2008-10-16 Thread Raghu
prevented it from fulfilling this request. exception org.apache.jasper.JasperException: File "/tags/struts-logic" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler. java:105). Any thoughts on this error. Is the problem because of using diff

org.apache.jasper.JasperException: tag 'select'

2008-04-03 Thread Alex Shneyderman
ot be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location] RequestURI=/* Caused by: org.apache.jasper.JasperException: tag 'select', field 'list', name 'country': The requested list key '#cl.coun

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Dave Newton
t; From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 11:53 AM > To: Struts Users Mailing List > Subject: RE: org.apache.jasper.JasperException: File > "C:/struts/taglibs/struts-bean.tld" not found > > With: > > - The TLDs

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
Yes it didn't. Thanks, Qaiser Mehmood Work (512) 248-4269 Cell   (571) 438-8639 -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 11:53 AM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException: File "

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Dave Newton
(512) 248-4269 > Cell (571) 438-8639 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 11:31 AM > To: Struts Users Mailing List > Subject: Re: org.apache.jasper.JasperException: File > "C:/struts/

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found Try putting those tld's in your webapp's WEB-INF directory. And then make sure you have those listed them in you web.xml file. Not neccessarily in WEB-INF but just making sure they are there fo

Re: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread sriharsha . chevuru
ers Mailing List" To "Struts Users Mailing List" cc Subject org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found I am using Struts 1.1 with Java 1.4 and Tomcat 5.0.28 and getting this error: org.apache.jasper.JasperExcep

org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
I am using Struts 1.1 with Java 1.4 and Tomcat 5.0.28 and getting this error: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand l

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-25 Thread Derek Broughton
On Thursday 25 November 2004 12:01, Danko Desancic wrote: > The problem was conflict with some jars in CATALINA_HOME/common/lib > > Thanks for help And thank _you_ :-) I had a (apparently) completely unrelated jasper error and, sure enough, I had a number of old libraries in /common/lib. I remo

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-25 Thread Danko Desancic
The problem was conflict with some jars in CATALINA_HOME/common/lib Thanks for help Danko -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:32 PM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-25 Thread Danko Desancic
:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:32 PM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException: Unable to compile class for JSP Danko, I'm confuse by your EL tag showing map['password']. So wouldn't you access it using a map syntax li

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread David G. Friedman
al Message- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:14 PM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException: Unable to compile class for JSP See below: -Original Message- From: David G. Friedman [mailto:[E

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread Danko Desancic
See below: -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:09 PM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException: Unable to compile class for JSP Danko, What, exactly, are you typing in for

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread David G. Friedman
To: [EMAIL PROTECTED] Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hello, I am using struts 1.2.4 and Tomcat 5.0.28. I am trying to get simple login page working but as soon as I use one of html:text or html:password I ran into compilation error. Below are the error an

org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread Danko Desancic
as on what's cusing this and how to correct it? Thanks ERROR: org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: C:\Tomcat 5.0\work\Catalina\localhost\sprintMOR\org\apache\jsp\login_jsp.java:123: _jspx_meth_html_text_0(javax.servlet.jsp.tag

RE: org.apache.jasper.JasperException

2004-08-09 Thread Jim Barrows
> -Original Message- > From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 2:44 PM > To: [EMAIL PROTECTED] > Cc: 'Struts Users Mailing List' > Subject: org.apache.jasper.JasperException > > > I am getting this error, wha

org.apache.jasper.JasperException

2004-08-09 Thread Shilpa Nalgonda
I am getting this error, what could be the reason... 2004-08-09 09:32:08 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: File "/tags/struts-html" not found at org.apache.jasper.compiler.TagLibra