DTD for Struts Validator

2002-10-20 Thread James Turner
I noticed that John just went in and added a DOCTYPE line to all the DTDs for the Struts Validator rulesets. I've been talking to Senor Cooper about this issue. We've put a copy of the validator DTD into the Validator release (and the URL: http://jakarta.apache.org/commons/dtds/validator_1_0.dt

Re: DO NOT REPLY [Bug 13787] New: - Struts-EL: Roles functionality of "logic:present" not in logic-el

2002-10-20 Thread Phil Steitz
David M. Karr wrote: "Ted" == Ted Husted <[EMAIL PROTECTED]> writes: Ted> There's a request tag in Jakarta taglibs that supports isUserInRole (among other things), so I would suggest Ted> that we go with three and refer people to taglibs for the missing functionality (still all in the

Re: DO NOT REPLY [Bug 13787] New: - Struts-EL: Roles functionality of "logic:present" not in logic-el

2002-10-20 Thread David M. Karr
> "Ted" == Ted Husted <[EMAIL PROTECTED]> writes: Ted> There's a request tag in Jakarta taglibs that supports isUserInRole (among other things), so I would suggest Ted> that we go with three and refer people to taglibs for the missing functionality (still all in the family :0)

RE: html:text readonly???

2002-10-20 Thread James Mitchell
try adding readonly="true" James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org > -Original Message- > From: Ng, Paul Y [mailto:paul.ng@;eds.com] > Sent: Sunday, October 20, 2002 9:55 PM > To: 'Struts Developers List' > Subject: html:text readonly??? > > > Hi

Re: DO NOT REPLY [Bug 11950] - Missing

2002-10-20 Thread Rob Leland
James Holmes wrote: Are you sure this is all fixed now?? If you run the example app there is some spurious output from the JavaScript stuff I believe you are working on. "// End -->" shows up on the bottom of the page. Yes, It and the jakarta.apache.org> For additional commands, e-mail:

html:text readonly???

2002-10-20 Thread Ng, Paul Y
Hi all, I'm evaluating the STRUTS framework at the moment. Is is possible to construct the following html input using struts? I followed the STRUTS tutorial and it seems to be the following. However, how do we include "readonly" variable in the html tag? Regards, Paul Ng -- To unsubscribe, e

cvs commit: jakarta-struts/doc status.xml news.xml newbie.xml kickstart.xml helping.xml

2002-10-20 Thread husted
husted 2002/10/20 10:06:09 Modified:doc status.xml news.xml newbie.xml kickstart.xml helping.xml Log: Add link from Roadmap to stuts-faces proposal. Update FAQs. Revision ChangesPath 1.4 +2 -1 jakarta-struts/doc/status.xml Ind

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionForm.java

2002-10-20 Thread husted
husted 2002/10/20 10:06:57 Modified:src/share/org/apache/struts/action ActionForm.java Log: Add JavaDoc regarding serializable and JavaBeans. Revision ChangesPath 1.13 +9 -4 jakarta-struts/src/share/org/apache/struts/action/ActionForm.java Index: ActionFo

cvs commit: jakarta-struts/doc/proposals struts-faces.xml

2002-10-20 Thread husted
husted 2002/10/20 10:05:19 Added: doc/proposals struts-faces.xml Log: Add Craig's advice regarding Struts-Faces. Revision ChangesPath 1.1 jakarta-struts/doc/proposals/struts-faces.xml Index: struts-faces.xml =

RE: Bug reward $

2002-10-20 Thread James Mitchell
LOL.now this is gonna get interesting tomorrow morning ...heh heh heh. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org > -Original Message- > From: David Derry [mailto:dderry@;acm.org] > Sent: Sunday, October 20, 2002 9:54 PM > To: Struts Developers Lis

RE: [Supported Browsers] cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html JavascriptValidatorTag.java

2002-10-20 Thread James Mitchell
> I didn't remove the language attribute in case some browsers need it (I > don't know of any though). On that note, do we have an official list of supported browsers and/or versions that we can actually test against? You know, for browser issues (e.g. JavaScript, HTML tags, XHTML, etc, etc.) So

Re: Bug reward $

2002-10-20 Thread David Derry
Vic, this is a very generous offer, and I'm sure most appreciated. I'm curious tho' how you came up with the figure of $135. When I want to come up with a round figure I think of $100 or $150, maybe $125. I'm curious how you arrived at the odd figure of $135. That aside, I posted bug #13030 agains

DO NOT REPLY [Bug 13798] - New Consultant: Tritus CG Inc.

2002-10-20 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

cvs commit: jakarta-struts/src/test/org/apache/struts/action TestActionMessages.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 11:59:23 Modified:src/test/org/apache/struts/action TestActionMessages.java Log: Added test for add(ActionMessages) Revision ChangesPath 1.2 +197 -172 jakarta-struts/src/test/org/apache/struts/action/TestActionMessages.java Index: TestActio

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles TilesPlugin.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:24:33 Modified:src/share/org/apache/struts/tiles TilesPlugin.java Log: Fixed typo in javadoc. Revision ChangesPath 1.6 +12 -11 jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java Index: TilesPlugin.java

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/actions NoOpAction.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:21:01 Modified:src/share/org/apache/struts/tiles/actions NoOpAction.java Log: Fixed typo in javadoc. Revision ChangesPath 1.4 +5 -5 jakarta-struts/src/share/org/apache/struts/tiles/actions/NoOpAction.java Index: NoOpAction.java ===

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

2002-10-20 Thread dgraham
dgraham 2002/10/20 13:10:54 Modified:doc/resources consultants.xml Log: Added Tritus to list. Revision ChangesPath 1.7 +1 -0 jakarta-struts/doc/resources/consultants.xml Index: consultants.xml =

cvs commit: jakarta-struts/src/test/org/apache/struts/action TestActionMessages.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:04:04 Modified:src/test/org/apache/struts/action TestActionMessages.java Log: Replaced empty references with isEmpty. Revision ChangesPath 1.3 +3 -3 jakarta-struts/src/test/org/apache/struts/action/TestActionMessages.java Index: Test

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionMessages.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:03:44 Modified:src/share/org/apache/struts/action ActionMessages.java Log: Deprecated empty in favor of isEmpty to bring ActionMessages in line with Java collections classes. Revision ChangesPath 1.6 +14 -7 jakarta-struts/src/share/org

cvs commit: jakarta-struts/doc/userGuide building_controller.xml

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:48:15 Modified:doc/userGuide building_controller.xml Log: Added intro paragraph for ActionForm. Revision ChangesPath 1.36 +8 -1 jakarta-struts/doc/userGuide/building_controller.xml Index: building_controller.xml =

cvs commit: jakarta-struts STATUS

2002-10-20 Thread dgraham
dgraham 2002/10/20 11:14:56 Modified:.STATUS Log: Removed closed bugs. Revision ChangesPath 1.60 +1 -9 jakarta-struts/STATUS Index: STATUS === RCS file: /home/cvs/jakarta-struts/STA

cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:17:34 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Added class description javadoc. Revision ChangesPath 1.9 +6 -1 jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java Index: ExceptionHand

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionMessages.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:11:15 Modified:src/share/org/apache/struts/action ActionMessages.java Log: Added @since Struts 1.1 to new methods Revision ChangesPath 1.7 +9 -6 jakarta-struts/src/share/org/apache/struts/action/ActionMessages.java Index: ActionMessa

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionErrors.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 12:10:45 Modified:src/share/org/apache/struts/action ActionErrors.java Log: Added constructors to match ActionMessages. Revision ChangesPath 1.9 +40 -32 jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java Index: ActionErro

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionMessages.java

2002-10-20 Thread dgraham
dgraham 2002/10/20 11:58:55 Modified:src/share/org/apache/struts/action ActionMessages.java Log: Added ability to add an ActionMessages object to an ActionMessages object. Revision ChangesPath 1.5 +258 -226 jakarta-struts/src/share/org/apache/struts/action/ActionM

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

2002-10-20 Thread dgraham
dgraham 2002/10/20 16:17:06 Modified:src/share/org/apache/struts/taglib/html JavascriptValidatorTag.java Log: Added type="text/javascript" to script tags for xhtml compliance. I didn't remove the language attribute in case some browsers need it (I don't kn

Bug reward $

2002-10-20 Thread V. Cekvenich
I will send via pay pal $135 to each person that fixes at least one bug and e-mails me that they did + a link to bugzila, up to the first 6 real bugs, which is about 10% of bugs. (maybe a few more companies help focus funds on the release). I know itÂ’s not much, but support can start someplace,

DO NOT REPLY [Bug 13798] - New Consultant: Tritus CG Inc.

2002-10-20 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

Re: DO NOT REPLY [Bug 13787] New: - Struts-EL: Roles functionality of "logic:present" not in logic-el

2002-10-20 Thread Ted Husted
There's a request tag in Jakarta taglibs that supports isUserInRole (among other things), so I would suggest that we go with three and refer people to taglibs for the missing functionality (still all in the family :0) The role functionality is new in 1.1, and so people going from 1.0 to struts-

DO NOT REPLY [Bug 13798] New: - New Consultant: Tritus CG Inc.

2002-10-20 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

cvs commit: jakarta-struts/doc/userGuide building_controller.xml

2002-10-20 Thread dgraham
dgraham 2002/10/20 13:01:06 Modified:doc/userGuide building_controller.xml Log: Added info on ExceptionHandler. Revision ChangesPath 1.37 +21 -1 jakarta-struts/doc/userGuide/building_controller.xml Index: building_controller.xml ===

DO NOT REPLY [Bug 12159] - Link to tutorial incorrect

2002-10-20 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

missing config files?

2002-10-20 Thread James Holmes
I was going through the example apps underneath the "web" directory in CVS and noticed that most of the struts-config.xml files reference a "validator-rules.xml" but none of the webapps has one. Am I missing something? Shouldn't these be there? We either need to add them in or not reference them

cvs commit: jakarta-struts/web/blank/WEB-INF validator.xml

2002-10-20 Thread jholmes
jholmes 2002/10/19 19:15:58 Removed: web/blank/WEB-INF validator.xml Log: remove duplicate config file -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-10-20 Thread jholmes
jholmes 2002/10/19 19:13:29 Modified:web/blank/WEB-INF validation.xml web/example/WEB-INF validation.xml web/validator/WEB-INF validation.xml Log: add DOCTYPE to validator config files Revision ChangesPath 1.2 +6 -0 jakarta-struts/

DO NOT REPLY [Bug 13792] - NullPointerException using JDBC

2002-10-20 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

Re: Suggestions for placement of Struts-EL information in the use r gu ide?

2002-10-20 Thread Ted Husted
10/19/2002 7:49:23 PM, [EMAIL PROTECTED] (David M. Karr) wrote: >This may be obvious to you, but it occurs to me that although the main user >guide has individual links to the "HTML", "Logic", and "Bean" libraries, I >think it would be odd to also have links from the same place to "HTML-EL", >"Logi

DO NOT REPLY [Bug 13792] - NullPointerException using JDBC

2002-10-20 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 13792] New: - NullPointerException using JDBC

2002-10-20 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