Sounds like you have a problem interpreting the index within your nested
c:forEach. Share your jsp iteration code.
-Original Message-
From: Himstedt, Maik [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 9:24 AM
To: 'user@struts.apache.org'
Subject: Need help debugg
Hello,
I'm experiencing something wierd with the Struts application I'm tasked to
take care off. The Struts version in use is 1.2.4, I use Eclipse 3.2.1 with
a few plugins (StrutsIDE might be iof interest here) for developing. The
application is hosted by Tomcat 5.0.29 locally during development a
Hallo Martin,
I found the solution:
Create a batch file with the name setenv.bat. In the Batch file set
set JPDA_ADDRESS=8000
set JPDA_TRANSPORT=dt_socket
Stores this file in /CATALINA_HOME/bin directory.
Starts tomcat with
Catalina jpda start
So you don't need additional plugins in Eclipse.
e to look out for
in the logs.
Regards,
David
-Original Message-
From: Martin Seebach [mailto:[EMAIL PROTECTED]
Sent: Friday, March 25, 2005 2:49 PM
To: Struts Users Mailing List
Subject: Re: Debugging struts application
That looks really nice, thanks! But will that tell me why Tomcat sa
Martin Seebach wrote:
That looks really nice, thanks! But will that tell me why Tomcat says
that my action is unavailable?
Maybe. You could also try raising the log level to DEBUG temporarily.
I've found that when I get an error message like that it's usually
related to a class loading or casting
That looks really nice, thanks! But will that tell me why Tomcat says
that my action is unavailable?
Venlig hilsen
Martin Seebach
John Hyun wrote:
If you use eclipse you can get the tomcat-eclipse plugin and
this will let you debug your web application (including tomcat
and any supporting libr
If you use eclipse you can get the tomcat-eclipse plugin and
this will let you debug your web application (including tomcat
and any supporting libraries, i.e. struts). The plugin is at:
http://www.sysdeo.com/eclipse/tomcatPlugin.html
You will need to download the source code of struts and
Hi,
I'm working on my first struts project, and I've got things working,
little by little.
One thing that I can't seem to resolve, is debugging information -
currently an action fails with "Servlet action is currently
unavailable", but I can't find out what I did på make it become
unavailable.
8 matches
Mail list logo