DO NOT REPLY [Bug 24856] - Struts doesn´t accept internationalized form inputs for Number, Date, Timestamp etc

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24856. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Japanese/Asain/Russian/Arabic Struts Committers Needed (Was: Re: TagUtils.encodeURL performance)

2003-11-26 Thread Robert Leland
There is also Internationalization of domain names, and ultimately URL's http://www.faqs.org/rfcs/rfc3492.html -Rob yasuhiko yoshikawa wrote: I do not think always passing UTF-8 as character encoding type is right behavior. As far as I can tell, there is no such requirement to mandate(or even

Re: Japanese/Asain/Russian/Arabic Struts Committers Needed (Was: Re: TagUtils.encodeURL performance)

2003-11-26 Thread yasuhiko yoshikawa
Rob, Honestly, I am not familiar with Punycode. But to my understanding, it is very different from UTF-8. (in fact, if my memory serves right, it was proposed as another encoding scheme for Unicode, because existing coding scheme for Unicode, UTF-{8|16|32}, are not effective to express

Re: 1.2.0 Resurrected

2003-11-26 Thread Ted Husted
If the Validation 1.1.1 release is imminent, the best thing might be to just let that be the Struts 1.2.0 trigger. If it happens a few days later, then so be it. As it stands, TC3 is our 2.2/1.2 benchmark, and we don't want to start cutting corners. Of course, if anyone wanted to step up to

Re: 1.2.0 Resurrected

2003-11-26 Thread Ted Husted
As for 1.2.0 testing, I would suggest we do TC 3.3.1a and 4.1.28, Ooops, 4.1.29 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 25023] New: - OutOfMemoryErrors after file uploads

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25023. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Bean properties issue !!!

2003-11-26 Thread Karikalan Kumaresan
Hi, Has anyone experience the following problem... I have a Dynamic struts form bean used by my Struts action, looks like following, form-property name=xFrom type=java.lang.String/ and in the Bean class, I have String xFrom; setXFrom(...) getXFrom() but, this property

DO NOT REPLY [Bug 25028] New: - ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25028. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25028] - ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25028. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25028] - ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25028. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24994] - Special circumstances which struts fails to return the same class in the war file giving a class cast exception

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24994. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24994] - Special circumstances which struts fails to return the same class in the war file giving a class cast exception

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24994. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24856] - Struts doesn´t accept internationalized form inputs for Number, Date, Timestamp etc

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24856. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] Struts doesn't accept internationalized form inputs for Number, Date, Timestamp etc

2003-11-26 Thread stutz
A patch was attached to this bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24856 Struts doesn't accept internationalized form inputs for Number, Date, Timestamp etc This bug will be totally fixed only after commons-beanutils get fixed with LocaleBeanUtils.populate() which I already

DO NOT REPLY [Bug 25028] - ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25028. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: TagUtils.encodeURL performance

2003-11-26 Thread David Graham
UTF-8 is used because it's recommended in the URLEncoder javadoc: http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html David --- yasuhiko yoshikawa [EMAIL PROTECTED] wrote: I do not think always passing UTF-8 as character encoding type is right behavior. As far as I can tell,

Japanese Struts Mailing List

2003-11-26 Thread Yansheng Lin
Hi which japanese mailing list are you talking about? I subscribed to [EMAIL PROTECTED], but it's not very active, wondering if there is a more active mailing list. Thanks! -Original Message- From: yasuhiko yoshikawa [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 4:02 AM

RE: Bean properties issue !!!

2003-11-26 Thread Wendy Smoak
Has anyone experience the following problem... I have a Dynamic struts form bean used by my Struts action, looks like following, form-property name=xFrom type=java.lang.String/ and in the Bean class, I have String xFrom; setXFrom(...) getXFrom() but, this property is not

cvs commit: jakarta-struts project.xml

2003-11-26 Thread husted
husted 2003/11/26 20:06:27 Modified:.project.xml Log: Move resource area to SourceForge site. Revision ChangesPath 1.10 +4 -3 jakarta-struts/project.xml Index: project.xml === RCS

cvs commit: jakarta-struts/doc/userGuide building_view.xml preface.xml project.xml

2003-11-26 Thread husted
husted 2003/11/26 20:06:52 Modified:doc index.xml learning.xml project.xml status.xml using.xml volunteers.xml doc/faqs kickstart.xml newbie.xml project.xml doc/stylesheets struts.xsl doc/userGuide

cvs commit: jakarta-struts/doc announce.xml

2003-11-26 Thread husted
husted 2003/11/26 20:07:05 Added: doc announce.xml Log: Move resource area to SourceForge site. Revision ChangesPath 1.1 jakarta-struts/doc/announce.xml Index: announce.xml

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

2003-11-26 Thread husted
husted 2003/11/26 20:07:36 Removed: doc resources.xml press.xml news.xml newbie.xml kickstart.xml helping.xml Log: Remove obsolete files. - To unsubscribe, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-struts/doc/news status.xml project.xml news_2003_q3.xml news_2003_q2.xml news_2003_q1.xml news_2002_q4.xml news_2002_q3.xml news_2002_q2.xml news_2002_q1.xml news_2001.xml index.xml

2003-11-26 Thread husted
husted 2003/11/26 20:27:09 Removed: doc/news status.xml project.xml news_2003_q3.xml news_2003_q2.xml news_2003_q1.xml news_2002_q4.xml news_2002_q3.xml news_2002_q2.xml news_2002_q1.xml news_2001.xml index.xml

cvs commit: jakarta-struts/doc/resources views.xml utilities.xml tutorials.xml tools.xml taglibs.xml sigs.xml seminars.xml resources.xml related_books.xml related.xml projects.xml project.xml powered.xml models.xml index.xml hosts.xml guis.xml extensions.xml examples.xml enabling.xml consultants.xml books.xml articles.xml archives.xml 1st.xml

2003-11-26 Thread husted
husted 2003/11/26 20:27:31 Removed: doc/resources views.xml utilities.xml tutorials.xml tools.xml taglibs.xml sigs.xml seminars.xml resources.xml related_books.xml related.xml projects.xml project.xml powered.xml

ApacheCon logo can be removed

2003-11-26 Thread Steve Raeburn
Ted, As you're updating the web site, the ApacheCon logo can be removed now. If you've already finished, I'll get it later on. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-struts/doc/images/books topsellers.jpg 1930110502.jpg 1861007817.jpg 1558608621.jpg 0971661901.jpg 0672324725.jpg 0596005199.gif 0596003285.jpg 0471213020.jpg

2003-11-26 Thread husted
husted 2003/11/26 21:05:28 Removed: doc/images/books topsellers.jpg 1930110502.jpg 1861007817.jpg 1558608621.jpg 0971661901.jpg 0672324725.jpg 0596005199.gif 0596003285.jpg 0471213020.jpg Log: Move resource

cvs commit: jakarta-struts/doc/faqs project.xml

2003-11-26 Thread husted
husted 2003/11/26 21:09:26 Modified:doc status.xml doc/faqs project.xml Log: Move resource area to SourceForge site. Revision ChangesPath 1.51 +3 -3 jakarta-struts/doc/status.xml Index: status.xml

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

2003-11-26 Thread husted
husted 2003/11/26 21:38:54 Modified:src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/plugins DigestingPlugIn.java src/share/org/apache/struts/taglib/bean IncludeTag.java src/share/org/apache/struts/tiles

cvs commit: jakarta-struts/src/share/org/apache/struts/plugins DigestingPlugIn.java

2003-11-26 Thread husted
husted 2003/11/26 21:48:07 Modified:src/share/org/apache/struts/plugins DigestingPlugIn.java Log: JavaDoc fixes. Revision ChangesPath 1.7 +19 -19 jakarta-struts/src/share/org/apache/struts/plugins/DigestingPlugIn.java Index: DigestingPlugIn.java