The problem happens on 1.4.5, 1.4.7 and the latest (which is gotten from an
autoupdate utility) 1.4.8. The earliest I can use w/ my app is 1.4.5 because
of other fixes.

Unfortunately, I need an EJB container, so can't use Tomcat unless I get
JBoss which is a J2EE config nightmare for me at this point.

I do have one struts.jar (which is not in the classpath and I removed for
testing) in which I use to have ant package my *.ear file before it get's
deployed to the same account I use to develop this in. But I've removed it
after deployment to see if this was the problem. Nothing different.

I would think since I'm using the struts controller servlet, I can use the
standard resource factory implementation which is what I'm doing, as opposed
to a previous suggestion to develope my own. This *seemed* easier and I'd
still like to find the problem.

I'm just going to have to keep sprinkling struts.jar with println()'s till I
see where/how/why it's not getting this file.

----- Original Message -----
From: "Dan Miser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 28, 2001 12:22 AM
Subject: Re: html form widgets not appearing


> What can you do to help isolate the problem so others can see it? I
couldn't
> find Orion 1.48. Does the same problem happen on earlier versions? Does
the
> same problem occur on Orion with struts-example and/or struts-test? Does
the
> same problem occur if you move your app over to Tomcat?
>
> I know I mentioned it before, but this is the *exact* error you get if you
> have extra struts.jar files laying around...
> --
> Dan Miser
> http://www.distribucon.com
>
> ----- Original Message -----
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 28, 2001 12:14 AM
> Subject: Re: html form widgets not appearing
>
>
> > Are you sure it's up to the app server to pass the found resources to
> > struts. I thought I passed over some code where struts did the reading
of
> > params from web.xml? Therefore making it a struts problem.
>
>

Reply via email to