cvs commit: jakarta-struts/src/share/org/apache/struts/validator Resources.java

2002-11-16 Thread rleland
rleland 2002/11/16 00:23:09 Modified:src/share/org/apache/struts/validator Resources.java Log: Complete JavaDoc Revision ChangesPath 1.6 +10 -6 jakarta-struts/src/share/org/apache/struts/validator/Resources.java Index: Resources.java

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

2002-11-16 Thread husted
husted 2002/11/16 03:19:14 Modified:doc/userGuide building_controller.xml Log: Minor note regarding the logging. Revision ChangesPath 1.46 +37 -22jakarta-struts/doc/userGuide/building_controller.xml Index: building_controller.xml =

DO NOT REPLY [Bug 14615] New: - NL support for properties in Hebrew

2002-11-16 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 14615] - NL support for properties in Hebrew

2002-11-16 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 5518] - Convert HTML Tags to be XHTML-compliant when

2002-11-16 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_bug

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

2002-11-16 Thread dgraham
dgraham 2002/11/16 16:56:19 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Fixed focus js for element arrays. Bug #13854 Revision ChangesPath 1.35 +25 -8 jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java Index: FormT

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

2002-11-16 Thread dgraham
dgraham 2002/11/16 16:57:07 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Removed commented section from last fix. Revision ChangesPath 1.36 +4 -13 jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java Index: FormTag.java

DO NOT REPLY [Bug 13854] - tag doesn't support "focus" with control arrays

2002-11-16 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 14331] - Please add new german book about Struts to the news-section

2002-11-16 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 14615] - NL support for properties in Hebrew

2002-11-16 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 14252] - NL support for property names

2002-11-16 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 10007] - ErrorsTag renders error header and footer even if they are null

2002-11-16 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/share/org/apache/struts/taglib/html BaseTag.java

2002-11-16 Thread dgraham
dgraham 2002/11/16 17:48:33 Modified:doc/userGuide struts-html.xml src/share/org/apache/struts/taglib/html BaseTag.java Log: Added server attribute for BaseTag. PR: #5303 Revision ChangesPath 1.37 +8 -0 jakarta-struts/doc/userGuide/struts-html.

DO NOT REPLY [Bug 5303] - BaseTag when there is a web server acting as proxy in front of servlet engine

2002-11-16 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_bug

Forwards, Absolute URIs and Leading Slash

2002-11-16 Thread David Graham
I was trying to fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11021 but got rather confused along the way. The problem seems to be that RequestUtils.forwardURL() always prepends the context path even for absolute urls. The version comments seem to go back and forth on how to behave wit