Re: Chaining controllers and passing parameters

2000-11-23 Thread Robert Leland
One of the ideas I've been thinking about (for a Struts 1.1 timeframe) is to support a more "workflow" oriented mechanism for defining actions. Jim Richards wrote: -1. +1, I would be interested in hearing thoughts on this. We are currently beginning work on a workflow project, actually

Re: Struts with weblogic. Anyone ?

2000-11-23 Thread Robert Leland
Michael Gerdau wrote: and am faced with the org.apache.struts.action.MESSAGE exception. This has happened to at least 100 other developers, you'll find there plea's for help and answers at the mailing archive. Try http://archive.covalent.net/jakarta/struts-user/2000/10/0009.xml -- Robert

Moving from 0.5 to 1.0: an experience

2000-11-23 Thread Pierre Métras
Hi, This post is quite long but it traces the situations I encountered when moving from Struts version 0.5 to 1.0Beta. I hope it can be of help for others having to do the move. It took me 2 days to port a small application (46 java, 20 jsp files) clearing sometimes the code to benefit from new

apache - tomcat - struts: path was not found

2000-11-23 Thread Martin Weber
Hi ! I am using apache 1.3.12, tomcat 3.1 and struts. When using tomcat standalone and sending a request with an URL="http://alster:80/deploy/work/login.jsp;jsessionid=To1010mC07300554567118311At" everything works fine. If I run tomcat as a plugin of apache I get an error. The configuration

struts.upload, performance and more

2000-11-23 Thread Alf Høgemark
I've seen that on the mailing-list thatSchachter, Michael and Sayles, Scott has had a small discussionabout performance when uploading files. Today I've tested the upload package for the first time.I have a .jsp page with a form:file tag.In my ActionForm class I have the two methods

RE: Action.xml

2000-11-23 Thread Katherine Barry
What I've got is: Action.xml: !DOCTYPE action [ !ENTITY deployment SYSTEM "file:./deploymentaction.xml" ] action-mappings !-- Default Forward when mapping.findForward() does not find a forward name -- forward name="home" path="/home.jsp"/ deployment;

Re: Struts with weblogic. Anyone ?

2000-11-23 Thread John Raley
Sometimes I wonder whether we should start a "Struts on WebLogic" list... :^) Michael, I will reply privately to you with some resources for this and other WL-related problems. John Michael Gerdau wrote: Hi ! I'm a newbie to struts and thus am certainly prone to trivial mistakes. So

Re: Struts with weblogic. Anyone ?

2000-11-23 Thread Wong Kok Wai
Why not a FAQ for "Struts on WebLogic"? Hi John, Please send me the list too. TIA. John Raley wrote: Sometimes I wonder whether we should start a "Struts on WebLogic" list... :^)

Re: Action.xml

2000-11-23 Thread Wong Kok Wai
Using XInclude is the solution but I don't know whether Xerces support XInclude or not. Katherine Barry wrote: What I've got is: Action.xml: !DOCTYPE action [ !ENTITY deployment SYSTEM "file:./deploymentaction.xml" ] action-mappings !-- Default Forward when

need some explanations

2000-11-23 Thread Vilavanh Messien
I analyzed the struts example in order to develop my own small application. Unfortunatelaty, I don't really understand how the user's information are saved in the "database.xml" file. The DatabaseServlet must write the information in the "database.xml" when the destroy() method is called. My

Re: need some explanations

2000-11-23 Thread Jim Richards
It's really only for an example. It you want real object persistence, you'll need to develop your owne layer. Something like EJB's will make this much, much easier. Or some direct JDBC code perhaps. Vilavanh Messien wrote: I analyzed the struts example in order to develop my own small

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-23 Thread Klaus Thiele
Hello, Craig R. McClanahan wrote: [...] I would suggest instead that Orion fix their buggy classloader. This particular issue has nothing to do with the servlet specification -- Orion is not implementing the getResource() method of java.lang.ClassLoader, which is used by the