Re: [VOTE] Struts 1.1 Final Release

2003-06-27 Thread Cedric Dumoulin
+1 Cedric Ted Husted wrote: Since no significant issues have arisen in response to Struts 1.1 RC2, I propose that we release the tip of the main trunk in CVS as the Struts 1.1 Final release. I have checked in a proposed release plan, which is available for review on the Struts web site:

bean:define to assign a different value to an existing variable

2003-06-27 Thread ben . jessel
In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value. According to the struts doc, bean:define either creates, or replaces a previous instance of the bean as defined by the id. However, I can't see how this is possible, as the bean:define

Re: bean:define to assign a different value to an existing variable

2003-06-27 Thread James Mitchell
On Friday 27 June 2003 05:37, [EMAIL PROTECTED] wrote: In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value. According to the struts doc, bean:define either creates, or replaces a previous instance of the bean as defined by the id.

Re: bean:define to assign a different value to an existing variable

2003-06-27 Thread James Mitchell
Oh, I also noticed that you are asking user questions on the dev list. Move this thread over to the users list please. On Friday 27 June 2003 05:37, [EMAIL PROTECTED] wrote: In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value.

Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- EarlyAccess Version Now Available

2003-06-27 Thread Ted Husted
Craig, While we're releasing stuff, could you please call for a vote to release JSF .03 and .04 as milestones? That way we wouldn't have to worry about whether they are in the nightly build folder or not. We could also then list them with the other milestone builds on the Jakarta site page,

Re: struts-lagacy.jar on ibiblio/maven (fwd)

2003-06-27 Thread Joe Germuska
At 21:12 -0700 6/26/03, Martin Cooper wrote: On Thu, 26 Jun 2003, Craig R. McClanahan wrote: Tomsk, I don't know how to make this happen myself, but I'll forward this to the Struts Developer list and one of those folks will be able to help. I can make that happen. Since it often takes a few

DO NOT REPLY [Bug 21134] - LookupDispatchAction: Method map doesnt work for button labels with padded spaces

2003-06-27 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=21134. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21134] - LookupDispatchAction: Method map doesnt work for button labels with padded spaces

2003-06-27 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=21134. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: A Custom tag using bean:message / and validation ...

2003-06-27 Thread DeRose Jonathan
I have made some more modifications to the LabelTag to make it more extensible. The way the tag works now is: doStartTag() - starts the span (if styles are applied) doAfterBody() - Determines which label to use (from the resource bundle or from the body content.) doEndTag() - ends the span (if

Re: struts-lagacy.jar on ibiblio/maven (fwd)

2003-06-27 Thread Craig R. McClanahan
On Fri, 27 Jun 2003, Joe Germuska wrote: Here are what appear to be the latest versions of dependencies bundled in the RC2 jar. Is there a single list somewhere which explicitly outlines the dependency versions for Struts? I didn't find one, but I didn't really scour the search engines

Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- EarlyAccess Version Now Available

2003-06-27 Thread Craig R. McClanahan
On Fri, 27 Jun 2003, Ted Husted wrote: Date: Fri, 27 Jun 2003 06:59:18 -0400 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early

[VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread Craig R. McClanahan
The Struts-Faces integration library (in directory contrib/struts-faces of the Struts CVS repository) is an adapter layer that allows the use of components and renderers provided by JavaServer Faces (under development via JSR-127 in the Java Community Process). Version 0.4 of this library,

Support for Date datatypes!!!

2003-06-27 Thread Jon Wilmoth
I'm reposting as the previous attempt may have gotten lost in the new release excitement. I'd like to know what the CURRENT plans are for supporting date datatypes in the framework. This means conversion of strings -- dates for FormBean population and the converse date -- string for rendering

Re: [VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread David Graham
+1 David --- Craig R. McClanahan [EMAIL PROTECTED] wrote: The Struts-Faces integration library (in directory contrib/struts-faces of the Struts CVS repository) is an adapter layer that allows the use of components and renderers provided by JavaServer Faces (under development via JSR-127 in

Re: Support for Date datatypes!!!

2003-06-27 Thread Joe Germuska
At 11:23 -0700 6/27/03, Jon Wilmoth wrote: I'm reposting as the previous attempt may have gotten lost in the new release excitement. I'd like to know what the CURRENT plans are for supporting date datatypes in the framework. This means conversion of strings -- dates for FormBean population and

RE: [VOTE] Struts 1.1 Final Release

2003-06-27 Thread Etienne Labonté
I think I remember you saying you would release 1.2 ASAP after removing all the deprecated stuff. I would like that very much since I have to comment out a few deprecated things in 1.1 and build my own Struts.jar Etienne -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]

RE: [VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread James Turner
+1 too -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:49 PM To: Struts Developers List Subject: Re: [VOTE] Release Vote: Struts-Faces Integration Library 0.4 +1 David --- Craig R. McClanahan [EMAIL PROTECTED] wrote: The

RE: [VOTE] Struts 1.1 Final Release

2003-06-27 Thread David Graham
--- Etienne_Labonté [EMAIL PROTECTED] wrote: I think I remember you saying you would release 1.2 ASAP after removing all the deprecated stuff. I would like that very much since I have to comment out a few deprecated things in 1.1 and build my own Struts.jar No, 1.2 will include a move to

Re: [VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread James Mitchell
On Friday 27 June 2003 13:17, Craig R. McClanahan wrote: --- [VOTING SLIP: Struts-Faces Integration Library 0.4] - [X] +1 - I am in favor of this release, and can help, after I get back from vacation ;) [ ] +0 - I am in favor of this release, but cannot help

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

2003-06-27 Thread dgraham
dgraham 2003/06/27 17:20:07 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Synchronized getModulePrefixes() method for PR# 21091. I left a TODO note to improve the method for 1.2. Revision ChangesPath 1.105 +8 -6

DO NOT REPLY [Bug 21119] - typo in struts-doc-config.xml

2003-06-27 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=21119. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread Martin Cooper
On Fri, 27 Jun 2003, Craig R. McClanahan wrote: This is a formal vote to release version 0.4 of the integration library as an official distribution from the Struts Project: --- [VOTING SLIP: Struts-Faces Integration Library 0.4] - [X] +1 - I am in favor of this release,