cvs commit: jakarta-struts/src/share/org/apache/struts/config FormBeanConfig.java

2002-07-18 Thread martinc
martinc 2002/07/18 21:42:21 Modified:src/share/org/apache/struts/config FormBeanConfig.java Log: Fix a class loading bug where we were retrieving the current class loader but failing to retain it. Revision ChangesPath 1.8 +5 -5 jakarta-struts/src/share/org/

DO NOT REPLY [Bug 10868] - Validator does not support non-default resource bundles

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10919] - PATCH: ValidatorUtils can't handle StringArrays

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-struts/src/share/org/apache/struts/util StrutsValidator.java

2002-07-18 Thread craigmcc
craigmcc2002/07/18 21:02:06 Modified:.STATUS src/share/org/apache/struts/util StrutsValidator.java Log: Make StrutsValidator validators work with indexed string values. PR: Bugzilla #10919 Submitted by: James Turner Thanks for the pat

DO NOT REPLY [Bug 10923] - Submit tags generating extra quote

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html SubmitTag.java

2002-07-18 Thread craigmcc
craigmcc2002/07/18 20:30:19 Modified:.STATUS src/share/org/apache/struts/taglib/html SubmitTag.java Log: Eliminate a spurious quote character generated by the submit tag. PR: Bugzilla #10923 Submitted by: James Mitchell Revision ChangesPath

DO NOT REPLY [Bug 10953] - sub-application loses message resource

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-struts/web/example/WEB-INF validation.xml

2002-07-18 Thread craigmcc
craigmcc2002/07/18 19:44:06 Modified:src/example/org/apache/struts/webapp/example RegistrationForm.java web/example registration.jsp web/example/WEB-INF validation.xml Log: Use validator framework on the registration page also.

DO NOT REPLY [Bug 10955] - Error running struts-blank applicaiton under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: upgrading to 1.1 nightly

2002-07-18 Thread Craig R. McClanahan
The request processing code that was in ActionServlet in 1.0 got migrated to a separarate class (RequestProcessor) in 1.1. Craig On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 18 Jul 2002 16:45:26 -0400 > From: [EMAIL PROTECTED] > Reply-To: Struts Developers List <[EMAIL PROTECTED]>

upgrading to 1.1 nightly

2002-07-18 Thread dhay
Hi. Am upgrading an app from 1.0 to 1.1 nightly build, and discovered that the following method which we were overriding no longer exists! Should we simply override process() now? /** * Ask the specified Action instance to handle this request. Return * the ActionForward instance (

RE: Newbie Struts requirements question

2002-07-18 Thread James Holmes
These types of questions are best directed to the Struts Users' mailing list. This list is solely for the discussion of the development of the actual core Struts Code, not developing Struts applications, etc. [EMAIL PROTECTED] Hope that helps. -james [EMAIL PROTECTED] http://www.jamesholmes.co

RE: Newbie Struts requirements question

2002-07-18 Thread Ballard
I've got a question. I want to run this Struts sample app at home but I'm running Windows ME. I've downloaded the Apache web server but it isn't really supported on ME. I don't want to make this exercise any harder than it needs to be, so I'm thinking of upgrading my OS to Windows XP Professional.

DO NOT REPLY [Bug 10955] - Error running struts-blank applicaiton under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: How to handle user rights/permissions

2002-07-18 Thread James Holmes
These types of questions are best directed to the Struts Users' mailing list. This list is solely for the discussion of the development of the actual core Struts Code, not developing Struts applications, etc. [EMAIL PROTECTED] Hope that helps. -james [EMAIL PROTECTED] http://www.jamesholmes.co

How to handle user rights/permissions

2002-07-18 Thread Oliver Kuederle
Hi, I am not clear on how I can handle different user rights in Struts. This is how I perceive it to be: There are different "sections" on my (Struts-powered) website, for example: Section A: Handling employee data. Section B: Handling company information. Section C: System administration. (A

Re: Weirdness/possible bug in Validator dependencies

2002-07-18 Thread Dimitri Valdin
Hallo (David) >I just looked at the code and it looks like I broke >backwards compatibility when I added the methods that >return objects instead of boolean values. The >validateDate method used to default to true and only >validate the field if it wasn't blank or null. So if >the field was bla

Re: Behavior of Validator

2002-07-18 Thread Dimitri Valdin
Hello, >Unfortunately, the way it works right now is that: > >1) date implies required in validator-rules.xml, which means that all >dates are required. You can only make a date (or float, or any other >type-validated field) optional by removing the "required" from >validator-rules.xml I would

DO NOT REPLY [Bug 10501] - Error running struts under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10955] New: - Error running struts-blank applicaiton under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10953] New: - sub-application loses message resource

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: FW: JSP Tag in STRUTS

2002-07-18 Thread Pierre Delisle
Hi, This is a struts issue, and I suggest you simply send another email to the struts alias asking them if they have any input. Regards, -- Pierre "Ghoroi, Tanmoy (Cognizant)" wrote: > > Hi Pierr, > As per your advice, I mailed to Struts(please see the below mail). But I did > not receive

Factorize "request dispatch" processing (in one single processActionForward(...))

2002-07-18 Thread Cedric Dumoulin
Hi, In order to solve some problems encountered with Tiles and multi modules, I have tried to formalize what is the "workflow" of an incoming request sent to an action. Ideally, it should be (from a very high level point of view): http://action.do | V request preprocessi

cvs commit: jakarta-struts/doc/resources consultants.xml

2002-07-18 Thread jholmes
jholmes 2002/07/18 04:36:26 Modified:doc/resources consultants.xml Log: add Differentum PR: Bugzilla #10906 Revision ChangesPath 1.3 +1 -0 jakarta-struts/doc/resources/consultants.xml Index: consultants.xml =

DO NOT REPLY [Bug 10906] - "Consultants" section

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-struts STATUS

2002-07-18 Thread jholmes
jholmes 2002/07/18 04:33:56 Modified:.STATUS Log: removed 9709, 10501, 10921 Revision ChangesPath 1.29 +2 -5 jakarta-struts/STATUS Index: STATUS === RCS file: /home/cvs/jakarta-str

DO NOT REPLY [Bug 10501] - Error running struts under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 9709] - Does not work with BEA Weblogic 7.0

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10923] - Submit tags generating extra quote

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10921] - Validation error (JavaScript) on struts-example.

2002-07-18 Thread bugzilla
gzilla/show_bug.cgi?id=10921 Validation error (JavaScript) on struts-example. --- Additional Comments From [EMAIL PROTECTED] 2002-07-18 11:21 --- Fixed in nightly build 20020718. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: jakarta-struts/web/example logon.jsp

2002-07-18 Thread jholmes
jholmes 2002/07/18 04:20:57 Modified:web/example logon.jsp Log: change to PR: Bugzilla #10921 Revision ChangesPath 1.21 +1 -1 jakarta-struts/web/example/logon.jsp Index: logon.jsp ===

DO NOT REPLY [Bug 10906] - "Consultants" section

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10501] - Error running struts under JRun 3.1

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 9709] - Does not work with BEA Weblogic 7.0

2002-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu