Re: Form population

2001-04-18 Thread Ted Husted
Chris Lai wrote: Is there any plan to enchance the form population in the future struts release? Any serious plans are on the TODO list, other than that, we're always open to suggestions, patches, and contributions! http://jakarta.apache.org/struts/todo-1.1.html Given the limitations of

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/utilBeanUtils.java

2001-04-18 Thread Ted Husted
+1 "Craig R. McClanahan" wrote: On Tue, 17 Apr 2001, Incze Lajos wrote: Port a fix from the "commons" version of this module (which Struts will ultimately migrate to when the commons version is released). Just some questions. Will the beanutils be facotred out from struts

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic IterateTag.java

2001-04-18 Thread craigmcc
craigmcc01/04/18 15:05:04 Modified:doc struts-logic.xml src/share/org/apache/struts/taglib/logic IterateTag.java Log: If the collection you are iterating over has null elements, the iteration still occurs, but the current element is *not* exposed under the key

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

2001-04-18 Thread craigmcc
craigmcc01/04/18 15:15:58 Modified:src/share/org/apache/struts/util GenericDataSource.java Log: Correct the connection creation mechanism so that exactly the specified maximum number of connections can be created, even under stress. PR: Bugzilla #869 Submitted by: Jean-Luc

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

2001-04-18 Thread craigmcc
craigmcc01/04/18 16:10:25 Modified:doc struts-html.xml src/share/org/apache/struts/taglib BaseHandlerTag.java FormTag.java Log: Add a new "styleId" attribute to most of the struts-html tags, so that you can generate an "id" attribute on

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

2001-04-18 Thread craigmcc
craigmcc01/04/18 16:32:35 Modified:src/share/org/apache/struts/taglib/html ErrorsTag.java src/share/org/apache/struts/util MessageResources.java RequestUtils.java Log: Make it possible to omit the "errors.header" and "errors.footer" message

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

2001-04-18 Thread craigmcc
craigmcc01/04/18 16:45:03 Modified:src/share/org/apache/struts/taglib/html HtmlTag.java MultiboxTag.java Log: Switch to using ResponseUtils.write() instead of JspWriter.println() to render output. Among other things, this eliminates extra line endings in

remove me from list

2001-04-18 Thread André Malenfant
Title: remove me from list

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

2001-04-18 Thread craigmcc
craigmcc01/04/18 16:51:35 Modified:src/share/org/apache/struts/taglib/html BaseFieldTag.java FormTag.java OptionsTag.java RewriteTag.java TextareaTag.java Log: Eliminate the remaining cases where tags were not calling