cvs commit: jakarta-struts/src/doc/userGuide building_model.xml

2001-01-22 Thread craigmcc
craigmcc01/01/22 20:08:18 Modified:src/doc/userGuide building_model.xml Log: Clean up the data source example to be a little more clear. Also, left justify the pre block so that a smaller font is not necessary. Submitted by: Andrew Semprebon [EMAIL PROTECTED] PR: BugRat

cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-01-23 Thread craigmcc
craigmcc01/01/23 09:41:12 Modified:src/doc todo-1.1.xml Log: Add James W.'s suggestion of supporting configurable restrictions that a user be in a particular security role before they can execute a particular action. Revision ChangesPath 1.6 +9 -0 jakarta

cvs commit: jakarta-struts/web/example logon.jsp

2001-01-23 Thread craigmcc
craigmcc01/01/23 12:45:02 Modified:web/example logon.jsp Log: Correct the Struts Example Application so that it no longer uses the deprecated struts:error/ tag (or any other deprecated tag). Submitted by: Rob Leland [EMAIL PROTECTED] Revision ChangesPath 1.14

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

2001-01-24 Thread craigmcc
craigmcc01/01/24 09:25:37 Modified:src/share/org/apache/struts/util MessageResourcesFactory.java Log: Make MessageResourcesFactory (and therefore subclasses of it) Serializable. Revision ChangesPath 1.3 +9 -6 jakarta-struts/src

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

2001-01-27 Thread craigmcc
craigmcc01/01/27 15:21:09 Modified:src/doc struts-html.xml src/share/org/apache/struts/taglib/html FormTag.java LocalStrings.properties Log: Improve the mechanism by which the html:form tag calculates the action mapping to which this form

cvs commit: jakarta-struts/web/example logon.jsp registration.jsp subscription.jsp

2001-01-27 Thread craigmcc
craigmcc01/01/27 15:31:18 Modified:web/example logon.jsp registration.jsp subscription.jsp Log: Update the example application to the new recommended standard for specifying the action property. Values without a leading slash are still accepted, for backwards compatibility

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-01-27 Thread craigmcc
craigmcc01/01/27 19:04:32 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Cause reload() to unload and reload the configured data sources, along with all of the other things that are updated. Submitted by: Johan Compagner [EMAIL PROTECTED] Revision

cvs commit: jakarta-struts/src/doc todo-1.0.xml

2001-01-27 Thread craigmcc
craigmcc01/01/27 19:48:43 Modified:src/doc todo-1.0.xml Log: Remove the html:img tag from the TODO list, since it has been completed and submitted (by Michael Westbay). Revision ChangesPath 1.8 +0 -6 jakarta-struts/src/doc/todo-1.0.xml Index: todo-1.0

cvs commit: jakarta-struts/src/share/org/apache/struts/util package.html

2001-01-27 Thread craigmcc
craigmcc01/01/27 21:27:23 Modified:src/share/org/apache/struts/util package.html Log: Document the specialized collection classes that operate in fast and slow mode for multithreaded environments. Revision ChangesPath 1.3 +91 -0 jakarta-struts/src/share/org

cvs commit: jakarta-struts build.xml

2001-02-01 Thread craigmcc
craigmcc01/02/01 16:18:15 Modified:.build.xml Log: Reflect the new location of Tomcat 4.0 deployment. Revision ChangesPath 1.35 +1 -1 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts LICENSE

2001-02-01 Thread craigmcc
craigmcc01/02/01 16:38:33 Modified:.LICENSE Log: Update copyright year and package name. Revision ChangesPath 1.2 +4 -4 jakarta-struts/LICENSE Index: LICENSE === RCS file: /home

cvs commit: jakarta-struts/src/doc index.xml

2001-02-06 Thread craigmcc
craigmcc01/02/06 12:23:47 Modified:src/doc index.xml Log: Update the bug reporting URL to point at the new Bugzilla installation. PR: Bugzilla Bug #533. Revision ChangesPath 1.5 +6 -21 jakarta-struts/src/doc/index.xml Index: index.xml

cvs commit: jakarta-struts/web/example index.jsp

2001-02-07 Thread craigmcc
craigmcc01/02/07 15:10:48 Modified:src/doc struts-html.xml src/share/org/apache/struts/taglib/html ImgTag.java LocalStrings.properties web/example index.jsp Log: Add a "page" attribute to the html:img tag that c

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

2001-02-07 Thread craigmcc
craigmcc01/02/07 17:08:20 Modified:src/share/org/apache/struts/taglib/html LinkTag.java Log: Reset property values for paramId, paramName, paramProperty, and paramScope in the release() method. Submitted by: Hal Deadman [EMAIL PROTECTED] Revision ChangesPath 1.4

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

2001-02-09 Thread craigmcc
craigmcc01/02/09 12:48:35 Modified:src/share/org/apache/struts/util GenericConnection.java Log: Catch AbstractMethodError from mm.mysql JDBC driver in the close() method as well. Submitted by: Sudheendra Hebbagilu [EMAIL PROTECTED] Revision ChangesPath 1.8

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

2001-02-09 Thread craigmcc
craigmcc01/02/09 12:50:19 Modified:src/share/org/apache/struts/taglib/html MultiboxTag.java Log: Correctly reset the name attribute to its original value (Constants.BEAN_KEY) rather than null. Among other things, this corrects bad behavior on WLS 6.0. Submitted by: Hal

cvs commit: jakarta-struts/src/share/org/apache/struts/digester package.html

2001-02-10 Thread craigmcc
craigmcc01/02/10 12:32:46 Modified:src/share/org/apache/struts/digester package.html Log: Add a second extensive example of using Digester to process a web application deployment descriptor (web.xml) file. In particular, illustrate how the nested body content of XML elements

cvs commit: jakarta-struts/web/test bean-cookie.jsp logic-match.jsp logic-present.jsp

2001-02-10 Thread craigmcc
craigmcc01/02/10 13:48:28 Modified:web/test bean-cookie.jsp logic-match.jsp logic-present.jsp Log: Correct three pages in the Struts test application so that they will operate correctly even if cookies are not being used for session maintenance. Previously, these pages assumed

cvs commit: jakarta-struts/web/test html-multibox.jsp

2001-02-10 Thread craigmcc
craigmcc01/02/10 15:31:51 Modified:src/doc struts-html.xml src/share/org/apache/struts/taglib/html LocalStrings.properties MultiboxTag.java web/test html-multibox.jsp Log: Enhance the html:multibox tag so that you can determine

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

2001-02-10 Thread craigmcc
craigmcc01/02/10 16:14:51 Modified:src/share/org/apache/struts/taglib/html HtmlTag.java Log: Refactor the specialized processing used to set the current Locale (if the locale attribute is set to "true") so that it is easier to subclass this class for applicatio

cvs commit: jakarta-struts/src/share/org/apache/struts/util ResponseUtils.java ArrayStack.java BeanUtils.java ConvertUtils.java ErrorMessages.java FastArrayList.java FastHashMap.java FastTreeMap.java GenericConnection.java GenericDataSource.java MessageResources.java MessageResourcesFactory.java PropertyMessageResources.java PropertyMessageResourcesFactory.java PropertyUtils.java RequestUtils.java ServletContextWriter.java

2001-02-11 Thread craigmcc
craigmcc01/02/11 16:32:16 Modified:src/share/org/apache/struts/util ArrayStack.java BeanUtils.java ConvertUtils.java ErrorMessages.java FastArrayList.java FastHashMap.java FastTreeMap.java GenericConnection.java

cvs commit: jakarta-struts/web/blank/WEB-INF/classes - New directory

2001-02-12 Thread craigmcc
craigmcc01/02/12 15:58:21 jakarta-struts/web/blank/WEB-INF/classes - New directory

cvs commit: jakarta-struts/web/blank/WEB-INF/classes ApplicationResources.properties

2001-02-12 Thread craigmcc
craigmcc01/02/12 15:59:43 Modified:.build.xml Added: web/blank index.jsp web/blank/WEB-INF struts-config.xml web.xml web/blank/WEB-INF/classes ApplicationResources.properties Log: Add the "struts-blank" starter application (c

cvs commit: jakarta-struts/src/share/org/apache/struts/util LocalStrings.properties

2001-02-12 Thread craigmcc
craigmcc01/02/12 16:06:26 Added: src/share/org/apache/struts/util LocalStrings.properties Log: Add new messages file. Revision ChangesPath 1.1 jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties Index: LocalStrings.properties

cvs commit: jakarta-struts/web/test bean-size.jsp index.jsp

2001-02-12 Thread craigmcc
craigmcc01/02/12 17:56:08 Modified:src/doc struts-bean.xml src/share/org/apache/struts/taglib/bean LocalStrings.properties web/test index.jsp Added: src/share/org/apache/struts/taglib/bean SizeTag.java

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

2001-02-13 Thread craigmcc
craigmcc01/02/13 09:27:22 Modified:src/share/org/apache/struts/util ResponseUtils.java Log: Correct the writePrevious() method to go only one level up (to our parent tag), rather than all the way up to the page writer. Revision ChangesPath 1.3 +6 -6

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

2001-02-13 Thread craigmcc
craigmcc01/02/13 09:30:01 Modified:src/share/org/apache/struts/taglib/html ErrorsTag.java Log: Add missing getBundle() and setBundle() so you can actually use the new attribute. Submitted by: Hal Deadman [EMAIL PROTECTED] Revision ChangesPath 1.5 +12 -4

cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-02-13 Thread craigmcc
craigmcc01/02/13 09:58:35 Modified:src/doc todo-1.1.xml Log: Add Craig Tataryn to the "Workflow" item, and change assignee names to mailto hyperlinks for easier communication. Revision ChangesPath 1.7 +9 -6 jakarta-struts/src/doc/todo-1.1.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic package.html

2001-02-13 Thread craigmcc
craigmcc01/02/13 10:36:03 Modified:src/share/org/apache/struts/taglib/logic package.html Log: Correct relative links to reflect the destinations in the Struts documentation application once it is deployed. Submitted by: [EMAIL PROTECTED] PR: Bugzilla #583 Revision

cvs commit: jakarta-struts/src/doc struts-html.xml

2001-02-13 Thread craigmcc
craigmcc01/02/13 10:42:58 Modified:src/doc struts-html.xml Log: Add the "value" attribute to the TLD for the html:reset tag. It is already supported by the logic in the tag implementation class. Submitted by: Slawek Zachcial [EMAIL PROTECTED] PR: Bug

cvs commit: jakarta-struts/src/conf struts-config_1_0.dtd

2001-02-13 Thread craigmcc
craigmcc01/02/13 10:59:36 Modified:src/conf struts-config_1_0.dtd Log: Add an optional "className" attribute to the action, form-bean, and forward elements. The Digester initialization code in the Struts controller servlet already handles these values correctly.

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-02-13 Thread craigmcc
craigmcc01/02/13 11:25:42 Modified:src/conf struts-config_1_0.dtd src/share/org/apache/struts/action ActionServlet.java Log: Update comments in the DTD to reflect using initialization parameters in the controller servlet for selecting the default implementation

cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-02-13 Thread craigmcc
craigmcc01/02/13 11:46:13 Modified:src/doc todo-1.1.xml Log: Correct email address. Revision ChangesPath 1.8 +1 -1 jakarta-struts/src/doc/todo-1.1.xml Index: todo-1.1.xml === RCS file

cvs commit: jakarta-struts/src/share/org/apache/struts/digester CallMethodRule.java Digester.java

2001-02-13 Thread craigmcc
craigmcc01/02/13 15:53:37 Modified:src/share/org/apache/struts/digester CallMethodRule.java Digester.java Log: Enhance the configuration of a CallMethod rule so that you can pass an array of Class objects, instead of an array of class names. Among other

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

2001-02-13 Thread craigmcc
craigmcc01/02/13 16:00:42 Modified:src/share/org/apache/struts/taglib BaseFieldTag.java Log: Do *not* reset the type property to null -- it will have been initialized in a subclass at class loading time only. (I don't know where the previous fix for this problem disappeared

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-02-13 Thread craigmcc
craigmcc01/02/13 16:19:48 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add a "validating" initialization parameter ("true" or "false") that allows you to turn off XML validation when parsing the "struts-config.xm

cvs commit: jakarta-struts/web/example logon.jsp

2001-02-13 Thread craigmcc
craigmcc01/02/13 16:39:53 Modified:src/doc struts-html.xml src/share/org/apache/struts/taglib/html BaseFieldTag.java web/example logon.jsp Log: Partially restore the previous operation of the html:password tag. Now, the html:password tag

cvs commit: jakarta-struts build.bat build.sh

2001-02-14 Thread craigmcc
craigmcc01/02/14 09:27:21 Modified:.build.bat build.sh Log: Modify the comments to make it clear that both Tomcat 4.0 and 3.2 are optional - they are only needed if you want to use the "deploy.catalina" or "deploy.tomcat" targets of the "build.

cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-02-14 Thread craigmcc
craigmcc01/02/14 11:01:28 Modified:src/doc todo-1.1.xml Log: Sign up Nic Hobbs where he has expressed interest (I hope I got all the categorizations right). Revision ChangesPath 1.10 +23 -2 jakarta-struts/src/doc/todo-1.1.xml Index: todo-1.1.xml

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

2001-02-14 Thread craigmcc
craigmcc01/02/14 16:01:51 Modified:src/share/org/apache/struts/taglib/html ImgTag.java Log: Replace the use of string concatenation with a StringBuffer, and leverage the new support methods in RequestUtils. Submitted by: Oleg V. Alexeev [EMAIL PROTECTED] PR: Bugzilla #600

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

2001-02-19 Thread craigmcc
craigmcc01/02/19 12:48:18 Modified:src/share/org/apache/struts/taglib/html package.html Log: Clean up a few stray hyperlinks. Revision ChangesPath 1.2 +6 -6 jakarta-struts/src/share/org/apache/struts/taglib/html/package.html Index: package.html

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

2001-02-19 Thread craigmcc
craigmcc01/02/19 19:11:20 Modified:src/share/org/apache/struts/taglib/html ErrorsTag.java Log: Throw a runtime exception if we cannot identify the format in which error messages were transmitted to this tag. Among other things, this should catch the case where class loader

cvs commit: jakarta-struts/web/example logon.jsp registration.jsp subscription.jsp

2001-02-19 Thread craigmcc
craigmcc01/02/19 21:20:13 Modified:src/doc struts-html.xml src/share/org/apache/struts/action Action.java ActionServlet.java src/share/org/apache/struts/taglib/html FormTag.java LocalStrings.properties

cvs commit: jakarta-struts/src/conf struts-config_1_0.dtd

2001-02-20 Thread craigmcc
craigmcc01/02/20 16:19:09 Modified:src/conf struts-config_1_0.dtd Log: Remove default scope so that the configured ActionMapping base class determines the default setting. Revision ChangesPath 1.12 +2 -2 jakarta-struts/src/conf/struts-config_1_0.dtd

cvs commit: jakarta-struts/src/share/org/apache/struts/actions AddFormBeanAction.java AddForwardAction.java AddMappingAction.java ReloadAction.java RemoveFormBeanAction.java RemoveForwardAction.java RemoveMappingAction.java

2001-02-20 Thread craigmcc
craigmcc01/02/20 16:35:56 Modified:src/share/org/apache/struts/action Action.java ActionBase.java ActionError.java ActionErrors.java ActionForm.java ActionFormBean.java ActionFormBeans.java ActionForward.java

cvs commit: jakarta-struts build.xml

2001-02-23 Thread craigmcc
craigmcc01/02/23 13:14:39 Modified:.build.xml Log: Correct destination of the xerces.jar copy for the struts-upload example, when executing the "deploy.catalina" target. Revision ChangesPath 1.38 +1 -1 jakarta-struts/build.xml Index:

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

2001-03-06 Thread craigmcc
craigmcc01/03/06 08:58:26 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Correctly pick up any query parameters that were included in the original "action" value. Submitted by: Victor Fickes [EMAIL PROTECTED] PR: Bugzilla #697 Revisio

cvs commit: jakarta-struts/src/doc release-notes-1.0-b1.xml release-notes-1.0-b2.xml project.xml release.xml

2001-03-06 Thread craigmcc
craigmcc01/03/06 12:40:35 Modified:src/doc project.xml Added: src/doc release-notes-1.0-b1.xml release-notes-1.0-b2.xml Removed: src/doc release.xml Log: Start a new release notes document for 1.0-b2. Document the fact that the entire "struts.tld" t

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

2001-03-06 Thread craigmcc
craigmcc01/03/06 14:06:09 Modified:src/share/org/apache/struts/taglib/html BaseTag.java Log: Add an optional "target" attribute to the html:base tag. PR: Bugzilla #763 Revision ChangesPath 1.3 +25 -5 jakarta-struts/src/share/org/apache/struts/t

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

2001-03-06 Thread craigmcc
craigmcc01/03/06 14:09:53 Modified:src/doc release-notes-1.0-b2.xml struts-html.xml src/share/org/apache/struts/taglib/html FormTag.java Log: Correct the JavaScript generated to implement the "focus" attribute of the html:form tag so that it works eve

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionMapping.java

2001-03-06 Thread craigmcc
craigmcc01/03/06 14:15:15 Modified:src/share/org/apache/struts/action ActionMapping.java Log: Fix minor typo in the Javadocs. Submitted by: Mike McCallister [EMAIL PROTECTED] PR: Bugzilla #867 Revision ChangesPath 1.14 +5 -5 jakarta-struts/src/share

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

2001-03-06 Thread craigmcc
craigmcc01/03/06 14:25:43 Modified:src/doc release-notes-1.0-b2.xml struts-html.xml src/share/org/apache/struts/taglib/html ImageTag.java Log: Add an optional "border" element to the html:image tag. Submitted by: Misak Boulatian [EMAIL PROTECTED] PR

cvs commit: jakarta-struts .cvsignore build.xml

2001-03-09 Thread craigmcc
craigmcc01/03/09 21:15:32 Modified:..cvsignore build.xml Log: Tweak the build.xml script so that "build clean" followed by "cvs update" does not choke on missing "build" or "dist" directories that were removed by "buil

cvs commit: jakarta-struts build-webapp.xml build-webapps.xml build.xml

2001-03-09 Thread craigmcc
craigmcc01/03/09 22:21:40 Modified:.build.xml Added: .build-webapp.xml build-webapps.xml Log: Refactor the build scripts so that creating the web applications is split into two different Ant buildfiles: * build-webapps.xml -- Builds all the Struts

cvs commit: jakarta-struts build-webapp.xml build-webapps.xml

2001-03-10 Thread craigmcc
craigmcc01/03/10 11:33:59 Modified:.build-webapp.xml build-webapps.xml Log: Correct classpath problems that made the struts.jar file invisible when compiling web applications. Revision ChangesPath 1.2 +18 -5 jakarta-struts/build-webapp.xml Index

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

2001-03-10 Thread craigmcc
craigmcc01/03/10 15:27:32 Modified:src/doc struts-html.xml src/share/org/apache/struts/taglib/html CheckboxTag.java Log: Modify the html:checkbox tag to conform to it's documentation: the value specified by the "value" attribute is submitted to

cvs commit: jakarta-struts/src/doc release-notes-1.0-b2.xml

2001-03-10 Thread craigmcc
craigmcc01/03/10 15:27:54 Modified:src/doc release-notes-1.0-b2.xml Log: Document the html:checkbox fix just submitted. Revision ChangesPath 1.4 +5 -0 jakarta-struts/src/doc/release-notes-1.0-b2.xml Index: release-notes-1.0-b2.xml

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

2001-03-10 Thread craigmcc
craigmcc01/03/10 15:55:39 Modified:src/doc release-notes-1.0-b2.xml struts-html.xml src/share/org/apache/struts/taglib/html LinkTag.java Log: Add an optional transaction="true" attribute to the html:link that will cause the generated hyperlink to i

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

2001-03-10 Thread craigmcc
craigmcc01/03/10 16:58:47 Modified:src/doc release-notes-1.0-b2.xml src/share/org/apache/struts/taglib/html BaseTag.java src/share/org/apache/struts/util RequestUtils.java Log: Correct hyperlinks generated by html:link and html:redirect to properly

cvs commit: jakarta-struts build-webapp.xml build.xml

2001-03-11 Thread craigmcc
craigmcc01/03/11 16:07:32 Modified:.build-webapp.xml build.xml Log: Refine dependencies and remove debugging output. Revision ChangesPath 1.3 +0 -9 jakarta-struts/build-webapp.xml Index: build-webapp.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-03-13 Thread craigmcc
craigmcc01/03/13 11:21:43 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add debugging messages when ServletContext.getRequestDispatcher() returns null, in the remaining cases where this did not occur. Prevents NullPointerException problems on mis

cvs commit: jakarta-struts/src/share/org/apache/struts/digester Digester.java

2001-03-13 Thread craigmcc
craigmcc01/03/13 11:39:50 Modified:src/share/org/apache/struts/digester Digester.java Log: When digesting recursive structures, allow the developer to distinguish rules for the root node of the structure from nested nodes, by deterministically matching the longest "

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml

2001-03-13 Thread craigmcc
craigmcc01/03/13 14:31:57 Modified:src/conf struts-config_1_0.dtd src/share/org/apache/struts/action ActionMapping.java ActionResources.properties ActionServlet.java web/example/WEB-INF struts-config.xml Log: Add a "delegat

cvs commit: jakarta-struts .cvsignore build.xml

2001-03-23 Thread craigmcc
craigmcc01/03/23 11:22:13 Modified:..cvsignore build.xml Log: Load localized build properties from a file named "build.properties" in the top-level directory (if it exists). A sample file will be checked in momentarily. The purpose of this change i

cvs commit: jakarta-struts/src/share/org/apache/struts/action DispatchAction.java LocalStrings.properties ActionMapping.java

2001-03-23 Thread craigmcc
craigmcc01/03/23 14:21:34 Modified:conf/share struts-config_1_0.dtd src/share/org/apache/struts/action ActionMapping.java Added: src/share/org/apache/struts/action DispatchAction.java LocalStrings.properties Log: Add support

cvs commit: jakarta-struts/doc installation.xml

2001-03-23 Thread craigmcc
craigmcc01/03/23 16:05:37 Modified:.README doc installation.xml Log: Update the README and installation information to reflect the use of "ant" directly, rather than the build.sh and build.bat scripts, to run Struts builds.

cvs commit: jakarta-struts/src/share/org/apache/struts/actions DispatchAction.java

2001-03-29 Thread craigmcc
craigmcc01/03/29 10:40:31 Added: src/share/org/apache/struts/actions DispatchAction.java Removed: src/share/org/apache/struts/action DispatchAction.java Log: Move DispatchAction to the "actions" directory with all the other standard actions provided

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

2001-04-03 Thread craigmcc
craigmcc01/04/03 11:06:24 Modified:src/share/org/apache/struts/taglib/html FormTag.java LinkTag.java src/share/org/apache/struts/taglib/logic RedirectTag.java Log: Do not call ResponseUtils.filter() on hyperlinks generated by the following

cvs commit: jakarta-struts/doc struts-html.xml

2001-04-03 Thread craigmcc
craigmcc01/04/03 11:45:38 Modified:doc struts-html.xml Log: Add a clarification that the property underlying a "checkbox" field should be a boolean, and a pointer to using "multibox" for sets of related Strings. Revision ChangesPath 1.3

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html ImageTag.java ImgTag.java RewriteTag.java

2001-04-03 Thread craigmcc
craigmcc01/04/03 12:19:01 Modified:src/share/org/apache/struts/taglib/html ImageTag.java ImgTag.java RewriteTag.java Log: Remove a few more cases where we were calling ResponseUtils.filter() around hyperlinks that might have query strings with ampersands

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml

2001-04-07 Thread craigmcc
craigmcc01/04/07 20:54:53 Modified:web/example mainMenu.jsp web/example/WEB-INF struts-config.xml Log: Use the html:link forward="xxx" tag in the example application to demonstrate that it works correctly. Revision ChangesPath 1.12

cvs commit: jakarta-struts/src/share/org/apache/struts/digester CallMethodRule.java CallParamRule.java Digester.java ObjectCreateRule.java Rule.java SetNextRule.java SetPropertiesRule.java SetPropertyRule.java SetTopRule.java

2001-04-13 Thread craigmcc
craigmcc01/04/13 19:11:04 Modified:src/share/org/apache/struts/digester CallMethodRule.java CallParamRule.java Digester.java ObjectCreateRule.java Rule.java SetNextRule.java SetPropertiesRule.java

cvs commit: jakarta-struts/doc struts-bean.xml struts-html.xml struts-logic.xml

2001-04-13 Thread craigmcc
craigmcc01/04/13 19:37:31 Modified:doc struts-bean.xml struts-html.xml struts-logic.xml Log: Document the fact that Struts custom tags store any underlying exception that causes a problem at runtime as a request attribute with key "org.apache.struts.action.EXCE

cvs commit: jakarta-struts/src/share/org/apache/struts/digester Digester.java

2001-04-15 Thread craigmcc
craigmcc01/04/15 15:02:27 Modified:src/share/org/apache/struts/digester Digester.java Log: Rearrange initialization and finalization so that the root element is actually returned from the parse() method. PR: Bugzilla #1135 Submitted by: Yuhong Guo [EMAIL PROTECTED

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

2001-04-17 Thread craigmcc
craigmcc01/04/17 16:57:01 Modified:src/share/org/apache/struts/taglib/html OptionTag.java Log: Reset the "text" instance variable in doStartTag() so that no body content from a previous use of this tag instance will happen when tag instances are recycled. Revisio

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html ButtonTag.java CancelTag.java CheckboxTag.java LinkTag.java MultiboxTag.java RadioTag.java ResetTag.java SubmitTag.java

2001-04-17 Thread craigmcc
craigmcc01/04/17 18:31:18 Modified:src/share/org/apache/struts/taglib/html ButtonTag.java CancelTag.java CheckboxTag.java LinkTag.java MultiboxTag.java RadioTag.java ResetTag.java SubmitTag.java Log: Improve

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 &quo

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.

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

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

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

2001-04-19 Thread craigmcc
craigmcc01/04/19 14:14:00 Modified:src/share/org/apache/struts/taglib/html ImgTag.java Log: Correct a bug setting the "usemap" attribute. PR: Bugzilla #1159 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.9 +5 -5 jakarta-struts/src

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

2001-04-19 Thread craigmcc
craigmcc01/04/19 14:20:36 Modified:src/share/org/apache/struts/taglib/html OptionsTag.java Log: Filter the label text of generated options for characters that are sensitive in HTML. PR: Bugzilla #1177 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.6

cvs commit: jakarta-struts/doc struts-logic.xml

2001-04-19 Thread craigmcc
craigmcc01/04/19 14:25:05 Modified:doc struts-logic.xml Log: Correct a usage example on the iterate tag. PR: Bugzilla #1184 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.5 +1 -1 jakarta-struts/doc/struts-logic.xml Index: struts

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

2001-04-19 Thread craigmcc
craigmcc01/04/19 15:58:40 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: When an ActionForm bean instance is created inside the form tag (because it was not already there as a result of an Action placing it there), call the setServlet() method on this bean

cvs commit: jakarta-struts/doc struts-html.xml

2001-04-19 Thread craigmcc
craigmcc01/04/19 17:26:52 Modified:doc struts-html.xml Log: Add a warning that using html:cancel property="..."/ will disable the standard cancellation detection that is performed by the controller servlet and the Action.isCancelled() method.

cvs commit: jakarta-struts .cvsignore

2001-04-19 Thread craigmcc
craigmcc01/04/19 17:30:16 Modified:..cvsignore Log: Add the "dist" directory to the list of ignored stuff. Revision ChangesPath 1.4 +1 -0 jakarta-struts/.cvsignore Index:

cvs commit: jakarta-struts build.bat build.sh

2001-04-19 Thread craigmcc
craigmcc01/04/19 17:33:31 Removed: .build.bat build.sh Log: Remove the "build.bat" and "build.sh" scripts, which are no longer required to build Struts if you have followed the installation procedures. In particular, you will need to

cvs commit: jakarta-struts build.xml

2001-04-19 Thread craigmcc
craigmcc01/04/19 17:43:16 Modified:.build.xml Log: Add "description" attributes on the targets that are designed to be executed directly, so that ant -projecthelp provides a nice summary. Removed the "targets" target, which is now redu

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean DefineTei.java

2001-04-22 Thread craigmcc
craigmcc01/04/21 17:46:19 Modified:doc struts-bean.xml src/share/org/apache/struts/taglib/bean DefineTei.java Log: Make the bean:define tag conform to the documentation. When you specify a "value" attribute but no "type" attribute, the

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-04-23 Thread craigmcc
craigmcc01/04/23 15:45:37 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove unused imports. Revision ChangesPath 1.66 +4 -6 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

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

2001-04-28 Thread craigmcc
craigmcc01/04/28 17:38:05 Modified:src/share/org/apache/struts/taglib/html BaseFieldTag.java ImgTag.java LinkTag.java OptionsTag.java RewriteTag.java Log: Remove obsolete import statements. Revision ChangesPath 1.7

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

2001-04-28 Thread craigmcc
craigmcc01/04/28 20:11:40 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Migrate the attributes created by the html:form tag (the form tag instance itself, and a reference to the form bean itself) from page scope to request scope. Among other things

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

2001-04-28 Thread craigmcc
craigmcc01/04/28 20:51:01 Modified:src/share/org/apache/struts/taglib/logic ForwardTag.java Log: Make the context path prepend for a redirect performed by logic:forward operate identically to the corresponding processing in ActionServlet when an Action returns an ActionForward

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java

2001-04-28 Thread craigmcc
craigmcc01/04/28 20:59:05 Modified:src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java Log: If template:get or template:insert throw an exception, do not override a nested exception already created by an included JSP page if it already

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/template/util Content.java ContentMap.java ContentMapStack.java

2001-04-28 Thread craigmcc
craigmcc01/04/28 22:34:51 Modified:src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java PutTag.java src/share/org/apache/struts/taglib/template/util Content.java ContentMap.java ContentMapStack.java Log

cvs commit: jakarta-struts build.xml

2001-05-02 Thread craigmcc
craigmcc01/05/02 18:05:48 Modified:.build.xml Log: Put xerces.jar in the correct place when using deploy.catalina. Revision ChangesPath 1.50 +5 -5 jakarta-struts/build.xml Index: build.xml

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

2001-05-02 Thread craigmcc
craigmcc01/05/02 20:29:39 Modified:src/share/org/apache/struts/taglib/bean IncludeTag.java LocalStrings.properties src/share/org/apache/struts/taglib/html LinkTag.java LocalStrings.properties src/share/org

cvs commit: jakarta-struts build.xml

2001-05-04 Thread craigmcc
craigmcc01/05/04 12:12:16 Modified:.build.xml Log: Modify build script to omit the source code from the binary distribution, per agreement on the mailing lists. The sources will always be available online in the usual place: http://jakarta.apache.org/builds

  1   2   3   4   5   6   >