Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-25 Thread Pierre Thibaudeau

Sorry, Paul, for the silence.  I was away for the last few days.
Unfortunately, as I mentioned on my previous post on this topic, I have to
lay that matter aside for the next week (battling convoluted CSS designs at
the moment!).  So nothing has changed on the actionId front...  I hope to
come back to it in about a week.

Ever solve this problem?


Paul

Pierre Thibaudeau wrote:
 What version of the DTD are you using?


 The heading of my struts-config.xml file reads as follows:

 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE struts-config
 PUBLIC -//Apache Software Foundation//DTD Struts Configuration
 1.3//EN
 http://struts.apache.org/dtds/struts-config_1_3.dtd 





Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-20 Thread Paul Benedict

Pierre,

Ever solve this problem?

Paul

Pierre Thibaudeau wrote:
2007/3/18, Paul Benedict [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


What version of the DTD are you using?


The heading of my struts-config.xml file reads as follows:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE struts-config
PUBLIC -//Apache Software Foundation//DTD Struts Configuration 
1.3//EN

http://struts.apache.org/dtds/struts-config_1_3.dtd 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-18 Thread Paul Benedict

Are you using the 1.3 DTD?

Pierre Thibaudeau wrote:
I upgraded from 1.3.5.  (Before this upgrade, I had never attempted to 
use set-property in my action mappings.)





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-18 Thread Martin Gainty
Pierre-

I did not see the stacktrace and or exception?
Bon Chance,

Martin--
--- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
- Original Message - 
From: Pierre Thibaudeau [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org; [EMAIL PROTECTED]
Sent: Sunday, March 18, 2007 2:27 AM
Subject: Re: [s1] Struts 1.3.8: property actionId causes load() Exception


I upgraded from 1.3.5.  (Before this upgrade, I had never attempted to use
 set-property in my action mappings.)
 
 2007/3/18, Paul Benedict [EMAIL PROTECTED]:

 From what version did you upgrade from?

 Pierre Thibaudeau wrote:
  I just upgraded to Struts 1.3.8.  I was experimenting with adding
  set-property property=actionId value=myAction/ in my action
 mappings.
 
  Unfortunately, as soon as I add one of these to my struts-config.xml,
  starting the servlet gives me the exception quoted below.  The exception
  goes away when I remove those lines.  I am running the servlet on Tomcat
  6.0.9 through Eclipse, and my project buildpath (within Eclipse) has no
  mention of any version of Struts other than 1.3.8.
 
  (I am not personally bothered by that exception, since I haven't yet
  started
  making any use of the actionId property.  Yet if anyone has ideas as to
  what's going wrong, I would love to know!)
 
  EXCEPTION TRACE:
  [see original message for the trace.]



Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-18 Thread Paul Benedict

What version of the DTD are you using?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-18 Thread Pierre Thibaudeau

2007/3/18, Paul Benedict [EMAIL PROTECTED]:


What version of the DTD are you using?



The heading of my struts-config.xml file reads as follows:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE struts-config
   PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.3//EN

   http://struts.apache.org/dtds/struts-config_1_3.dtd;


Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-18 Thread Paul Benedict

Pierre,

Download the example applications. One of them (I think the cookbook) 
uses the actionId attribute. That should help you figure out what the 
problem is. Unfortunately the stack trace doesn't tell me anything 
important, so that's why I referring you to the example applications.


Paul

Pierre Thibaudeau wrote:
2007/3/18, Paul Benedict [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


What version of the DTD are you using?


The heading of my struts-config.xml file reads as follows:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE struts-config
PUBLIC -//Apache Software Foundation//DTD Struts Configuration 
1.3//EN

http://struts.apache.org/dtds/struts-config_1_3.dtd 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-17 Thread Pierre Thibaudeau

I just upgraded to Struts 1.3.8.  I was experimenting with adding
set-property property=actionId value=myAction/ in my action mappings.

Unfortunately, as soon as I add one of these to my struts-config.xml,
starting the servlet gives me the exception quoted below.  The exception
goes away when I remove those lines.  I am running the servlet on Tomcat
6.0.9 through Eclipse, and my project buildpath (within Eclipse) has no
mention of any version of Struts other than 1.3.8.

(I am not personally bothered by that exception, since I haven't yet started
making any use of the actionId property.  Yet if anyone has ideas as to
what's going wrong, I would love to know!)

EXCEPTION TRACE:
javax.servlet.UnavailableException: Parsing error processing resource path
jndi:/localhost/myapplication/WEB-INF/struts-config.xml
   at org.apache.struts.action.ActionServlet.handleConfigException(
ActionServlet.java:774)
   at org.apache.struts.action.ActionServlet.parseModuleConfigFile(
ActionServlet.java:749)
   at org.apache.struts.action.ActionServlet.initModuleConfig(
ActionServlet.java:686)
   at org.apache.struts.action.ActionServlet.init(ActionServlet.java:353)
   at javax.servlet.GenericServlet.init(GenericServlet.java:212)
   at org.apache.catalina.core.StandardWrapper.loadServlet(
StandardWrapper.java:1160)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java
:980)
   at org.apache.catalina.core.StandardContext.loadOnStartup(
StandardContext.java:4044)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java
:4350)
   at org.apache.catalina.core.ContainerBase.addChildInternal(
ContainerBase.java:760)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java
:740)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
   at org.apache.catalina.startup.HostConfig.deployDirectory(
HostConfig.java:920)
   at org.apache.catalina.startup.HostConfig.deployDirectories(
HostConfig.java:883)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java
:492)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
LifecycleSupport.java:120)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java
:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java
:448)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java
:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)


Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-17 Thread Paul Benedict

From what version did you upgrade from?

Pierre Thibaudeau wrote:

I just upgraded to Struts 1.3.8.  I was experimenting with adding
set-property property=actionId value=myAction/ in my action mappings.

Unfortunately, as soon as I add one of these to my struts-config.xml,
starting the servlet gives me the exception quoted below.  The exception
goes away when I remove those lines.  I am running the servlet on Tomcat
6.0.9 through Eclipse, and my project buildpath (within Eclipse) has no
mention of any version of Struts other than 1.3.8.

(I am not personally bothered by that exception, since I haven't yet 
started

making any use of the actionId property.  Yet if anyone has ideas as to
what's going wrong, I would love to know!)

EXCEPTION TRACE:
javax.servlet.UnavailableException: Parsing error processing resource path
jndi:/localhost/myapplication/WEB-INF/struts-config.xml
   at org.apache.struts.action.ActionServlet.handleConfigException(
ActionServlet.java:774)
   at org.apache.struts.action.ActionServlet.parseModuleConfigFile(
ActionServlet.java:749)
   at org.apache.struts.action.ActionServlet.initModuleConfig(
ActionServlet.java:686)
   at org.apache.struts.action.ActionServlet.init(ActionServlet.java:353)
   at javax.servlet.GenericServlet.init(GenericServlet.java:212)
   at org.apache.catalina.core.StandardWrapper.loadServlet(
StandardWrapper.java:1160)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java
:980)
   at org.apache.catalina.core.StandardContext.loadOnStartup(
StandardContext.java:4044)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java
:4350)
   at org.apache.catalina.core.ContainerBase.addChildInternal(
ContainerBase.java:760)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java
:740)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
   at org.apache.catalina.startup.HostConfig.deployDirectory(
HostConfig.java:920)
   at org.apache.catalina.startup.HostConfig.deployDirectories(
HostConfig.java:883)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java
:492)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
LifecycleSupport.java:120)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java
:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java
:448)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java
:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s1] Struts 1.3.8: property actionId causes load() Exception

2007-03-17 Thread Pierre Thibaudeau

I upgraded from 1.3.5.  (Before this upgrade, I had never attempted to use
set-property in my action mappings.)

2007/3/18, Paul Benedict [EMAIL PROTECTED]:


From what version did you upgrade from?

Pierre Thibaudeau wrote:
 I just upgraded to Struts 1.3.8.  I was experimenting with adding
 set-property property=actionId value=myAction/ in my action
mappings.

 Unfortunately, as soon as I add one of these to my struts-config.xml,
 starting the servlet gives me the exception quoted below.  The exception
 goes away when I remove those lines.  I am running the servlet on Tomcat
 6.0.9 through Eclipse, and my project buildpath (within Eclipse) has no
 mention of any version of Struts other than 1.3.8.

 (I am not personally bothered by that exception, since I haven't yet
 started
 making any use of the actionId property.  Yet if anyone has ideas as to
 what's going wrong, I would love to know!)

 EXCEPTION TRACE:
 [see original message for the trace.]