DO NOT REPLY [Bug 31817] - The Chinese Encoding Problem

2004-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31803] - Struts-Faces and Validator framework (of Struts 1.2.4)

2004-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31809] - [struts-faces] Unable to deploy struts-faces-example2.war

2004-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://issues.apache.org/bugzilla/show_bu

svn commit: rev 55205 - struts/trunk/struts-faces/example2-webapp/src/web/WEB-INF

2004-10-20 Thread craigmcc
Author: craigmcc Date: Wed Oct 20 22:22:31 2004 New Revision: 55205 Modified: struts/trunk/struts-faces/example2-webapp/src/web/WEB-INF/validation.xml Log: Add a DOCTYPE so that validation can occur if requested. PR: Bugzilla #31809 Submitted by: Sean Schofield Modified: struts/trunk/struts

Re: He's baaaaaack....

2004-10-20 Thread Martin Cooper
On Wed, 20 Oct 2004 21:50:21 -0500, Eddie Bush <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: "Struts Developers List" <[EMAIL PROTECTED]> > Sent: Wednesday, October 20, 2004 11:33 AM > Subject: Re: He's baack > > > On Wed, 20 Oc

Re: [VOTE] HTTPD or Tomcat (once more with feeling) [was Adopt ...]

2004-10-20 Thread Martin Cooper
On Wed, 20 Oct 2004 07:45:56 -0400, Ted Husted <[EMAIL PROTECTED]> wrote: > Since I'm sure everyone is confused by now, here's the skinny: > > Tomcat: > > * Post test build > * Testing ensues ... > * Call a vote on the release, with the options to call it alpha, beta, stable, or > withdraw. The

DO NOT REPLY [Bug 31809] - [struts-faces] Unable to deploy struts-faces-example2.war

2004-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://issues.apache.org/bugzilla/show_bu

Re: He's baaaaaack....

2004-10-20 Thread Eddie Bush
- Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 2004 11:33 AM Subject: Re: He's baack On Wed, 20 Oct 2004 10:05:39 -0400, Ted Husted <[EMAIL PROTECTED]> wrote: On Mon, 18 Oct 2004 18:37:0

DO NOT REPLY [Bug 31817] New: - The Chinese Encoding Problem

2004-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31809] - [struts-faces] Unable to deploy struts-faces-example2.war

2004-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31809] New: - [struts-faces] Unable to deploy struts-faces-example2.war

2004-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://issues.apache.org/bugzilla/show_bu

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
> We add also this problem with the PDF plugin that used Xalan to create the FOP > document. > We had I'm too tired :-) Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
Hi all, We add also this problem with the PDF plugin that used Xalan to create the FOP document. We resolved it, replacing the old "hack" and the style task ${systemScope.setProperty(... By Jelly : http://cvs.apache.org/viewcvs.cgi/maven-plugins/pdf/plugin.jelly?r1=1.21&r2=1.22&diff_format=h&

Re: building struts question

2004-10-20 Thread Greg Ludington
Are you using JDK 1.5 when you try to build struts with maven? If so, you are probably encountering a classloader issue with maven, discussed in their tracking system here: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-156 The struts maven.xml file does use the workaround described in

Re: He's baaaaaack....

2004-10-20 Thread Martin Cooper
On Wed, 20 Oct 2004 10:05:39 -0400, Ted Husted <[EMAIL PROTECTED]> wrote: > On Mon, 18 Oct 2004 18:37:05 -0500, Eddie Bush wrote: > > > > I wasn't as thoughtful as James. I guess I figured the only thing > > one needed to do to "return from emeritus status" was to become > > active again. I too w

DO NOT REPLY [Bug 31803] New: - Struts-Faces and Validator framework (of Struts 1.2.4)

2004-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://issues.apache.org/bugzilla/show_bu

Re: non-standard attributes in taglib

2004-10-20 Thread Eddie O'Neil
The way we've handled this in the Beehive/NetUI tags is to have a tag which can be nested inside of other NetUI tags to extend the containing tag's attribute set. The tag adds an arbitrary name / value pair that is written when the tag renders. So, something like this: will re

RE: non-standard attributes in taglib

2004-10-20 Thread Joe Germuska
At 10:14 AM -0400 10/20/04, Kichline, Don \(EM, PTL\) wrote: Not to be rude, but guess what, not every struts application runs on the internet for absolutely anyone to use. ... I am working with what I was handed. Good points. Have you seen Niall's post (to [EMAIL PROTECTED] only, I believe) whe

Re: non-standard attributes in taglib

2004-10-20 Thread Mike Kienenberger
Martin Cooper <[EMAIL PROTECTED]> wrote: > For a very long time now, we have had a strict policy of not including > anything that is not part of the HTML 4.01 spec or XHTML spec. I am > still very much in favour of that policy, and am actively > disinterested in seeing non-conforming additions to S

RE: non-standard attributes in taglib

2004-10-20 Thread Kichline, Don \(EM, PTL\)
Not to be rude, but guess what, not every struts application runs on the internet for absolutely anyone to use. You might despise something, but you still might be forced to use it. I do not seem to understand the reluctance to provide a generic support for struts. You stand on your soap box

Re: He's baaaaaack....

2004-10-20 Thread Ted Husted
On Mon, 18 Oct 2004 18:37:05 -0500, Eddie Bush wrote: > > I wasn't as thoughtful as James.  I guess I figured the only thing > one needed to do to "return from emeritus status" was to become > active again.  I too would appreciate the opportunity though. Yes, it's true, merit never expires! We've

DO NOT REPLY [Bug 31790] - The JavaScript function validateDate() does not distinguish between datePattern and datePatternStrict

2004-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://issues.apache.org/bugzilla/show_bu

[VOTE] HTTPD or Tomcat (once more with feeling) [was Adopt ...]

2004-10-20 Thread Ted Husted
Since I'm sure everyone is confused by now, here's the skinny: Tomcat: * Post test build * Testing ensues ... * Call a vote on the release, with the options to call it alpha, beta, stable, or withdraw. * Announce to the world and do the usual process of distributing the bits. HTTPD: * Post alp