[PROPOSAL] Extensible set of resource registrations.

2002-02-05 Thread Oleg V Alexeev
Hello, [PREFACE] Now I try to integrate commons-services and struts. New version of the ActionServlet - ActionServicesServlet - uses additional elements in struts-config file to configure ServiceManager. To solve problem with *.dtd file I write my version of struts-config_1_1.dtd file

[proposal] Multi-app sources modifications

2002-02-05 Thread Cedric Dumoulin
In order to ease integration of Struts and Tiles (and others frameworks as well), while keeping Struts free from any Tiles stuff, I propose following modification in code : * in action.RequestProcessor.java : o add method public ActionServlet getServlet(){}; + to

Tiles and Struts 1.0.1 release : ActionForm problem

2002-02-05 Thread Cedric Dumoulin
Some user have reported that Tiles don't compile with Struts 1.0.1. The problem come from the fact that method getMultipartRequestHandler() in ActionForm is protected in 1.0.1. Checking the log, it appear that it is for bug #4997. The same patch has been applied in head branch, but method

Re: Tiles and Struts 1.0.1 release : ActionForm problem

2002-02-05 Thread Ted Husted
It's a bug. Mea culpa. I think we'll need to change that and pop-out a 1.0.2 release. Sorry about that. Martin, did you want to do this one too, or should I? -T. Cedric Dumoulin wrote: Some user have reported that Tiles don't compile with Struts 1.0.1. The problem come from

RE: Adapting the O'Reilly servlet classes for Struts upload

2002-02-05 Thread Renaud Waldura
Mike, Thank you for the estimates. Priorities have shifted a bit, and I'm working on something else at the moment. I'll be in touch as soon as things clear up. Look forward to diving into the Struts upload code, --Renaud -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Tiles and Struts 1.0.1 release : ActionForm problem

2002-02-05 Thread Martin Cooper
I can do it - I still have the 1.0.1 release tree set up on my machine. So, to confirm what we're doing, the only changes are: 1) Make ActionForm.getMultipartRequestHandler() public instead of protected. 2) Update the version number to 1.0.2. As soon as I hear back on this, I'll check in the

Re: [PROPOSAL] Extensible set of resource registrations.

2002-02-05 Thread Martin Cooper
In my opinion, the services should be configured through their own XML file, rather than through struts-config.xml. This fits in better with the services manager as an independent component. It also allows it to register its own DTD(s) with its own Digester instance before parsing the config

cvs commit: jakarta-struts/doc struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml

2002-02-05 Thread martinc
martinc 02/02/05 21:04:06 Modified:doc Tag: STRUTS_1_0_BRANCH struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml Log: Update version for Struts 1.0.2 release. Revision ChangesPath No

cvs commit: jakarta-struts build.xml

2002-02-05 Thread martinc
martinc 02/02/05 21:10:12 Modified:.Tag: STRUTS_1_0_BRANCH build.xml Log: Update version for Struts 1.0.2 release. Revision ChangesPath No revision No revision 1.52.2.3 +1 -1 jakarta-struts/build.xml