RE: struts form tag and submit()

2000-11-15 Thread Phillips, George H.
Document.forms.formname.submit() worked. Thanks - I wasn't seeing the forest for the trees :-) George Phillips -Original Message- From: Malcolm Ferguson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 4:50 PM To: '[EMAIL PROTECTED]' Subject: RE: struts form tag and

Problem with DTD on latest build

2000-11-15 Thread Kevin Gibbs
I've just downloaded the latest build (after having using 0.5 for a while). When I now try to run my app I get the following message: org.apache.jasper.JasperException: Unable to open taglibrary /WEB-INF/struts.tld : Parse Error in the tag library descriptor: Element "web-app" does not allow

Re: Re[2]: *.jsp back door issue

2000-11-15 Thread Joel Schneider
On Wed, 15 Nov 2000, Oleg V Alexeev wrote: Hello David, Tuesday, November 14, 2000, 11:19:40 PM, you wrote: DG Joel Schneider wrote: However, it's also possible for users to directly request a .jsp page. When this happens, the JSP container (in my case, Orion) will process the

Re: tomcat integrated with apache, struts-example

2000-11-15 Thread Robert Leland
If I recall correctly you need to modify one of Apaches config files server.xml ?? to tell it that it needs to forward the *.do to tomcat. It is in the Struts install directions. Try one the old users guide for that info. Since I just use Tomcat I can't help out. -Rob [EMAIL PROTECTED] wrote:

Problem with jndi using Orion Server

2000-11-15 Thread jblum
I am trying to run the Orion Server 1.3 using the "struts" example. It gets the following error: Root cause is; java.net.MalformedURLException: unknown protocol: jndi Full Detail is below: My question is: Is there a jndi server that is supposed to automatically get started when Orion Server

RE: Struts/Java/Tomcat/Digester error?

2000-11-15 Thread Vilavanh Messien
I've already had this problem. I think it comes from the version of Struts you're using. Try with Tomcat 3.2b7 and Struts-20001114 build. It should work. Vilavanh Messien -Message d'origine- De : Mike Campbell [mailto:[EMAIL PROTECTED]] Envoyé : 15 novembre, 2000 16:24 À : struts;

Problems understanding the example app and the naming scheme

2000-11-15 Thread Matthias Kerkhoff
Hi all, after studying the example app, I have a question regarding form bean creation: As it looks, there is some unnecessary code in the example, that makes it hard to understand the responsibilities of the participants. I'm talking here particulary about the (form) bean creation, that is

Re: Problem with DTD on latest build

2000-11-15 Thread Dave Harms
Kevin, /WEB-INF/struts.tld : Parse Error in the tag library descriptor: Element "web-app" does not allow "servlet" here. Sounds like something is out of order in your web.xml - do you have servlets declared, then mappings, then taglibs? Dave Dave Harms [EMAIL PROTECTED]

Re: *.jsp back door issue

2000-11-15 Thread Craig R. McClanahan
Joel Schneider wrote: Description of Problem: A typical Struts based web site might be configured to have requests matching the pattern"*.do" sent to the ActionServlet. After a request is handled by its Action class, processing is typically forwarded to a .jsp page. However, it's also

Re: Difference between action.xml struts_config.xml

2000-11-15 Thread Craig R. McClanahan
"Ansaldo, Gaston" wrote: Hi.! Can anyone tell me what is the difference between this two files? When should I use each of them and what for? I think I answered this earlier (blasted email reader is duplicating messages on me), but just in case: "action.xml" is the way you configure

Problems with example app, and cookie match tests, in WebLogic 5.1

2000-11-15 Thread John Raley
I've deployed the struts examples in WebLogic 5.1.0. (If Struts is not compatible with WL stop me here.) I'm having trouble running the example app and the cookie test. The example app throws the following exception: javax.servlet.jsp.JspException: Missing resources attribute