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

2001-04-28 Thread craigmcc
craigmcc01/04/28 22:59:59 Modified:doc struts-template.xml src/share/org/apache/struts/taglib/template GetTag.java Log: Add an optional "flush" attribute that, if set to true, will cause the response to be flushed before the content specified by this tag is

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/web/template-example introduction.html

2001-04-28 Thread craigmcc
craigmcc01/04/28 22:31:14 Modified:web/template-example introduction.html Log: Update the examples included in the introductory text so that they are not identical. Revision ChangesPath 1.5 +11 -15jakarta-struts/web/template-example/introduction.html Ind

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 or throw an exception, do not override a nested exception already created by an included JSP page if it already exists at the standard Acti

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 operate identically to the corresponding processing in ActionServlet when an Action returns an ActionForward with the redir

cvs commit: jakarta-struts/web/template-example chapterTemplate.jsp introduction.html more.html optional.html using.html

2001-04-28 Thread craigmcc
craigmcc01/04/28 20:42:33 Modified:web/template-example chapterTemplate.jsp introduction.html more.html optional.html using.html Log: Refactor page contents of the struts-template example so that redundant , , and tags are not generated. Many thanks to

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 tag (the form tag instance itself, and a reference to the form bean itself) from page scope to request scope. Among other things, this change enab

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

2001-04-28 Thread craigmcc
craigmcc01/04/28 18:39:13 Modified:web/template-example chapter.jsp chapterTemplate.jsp introduction.jsp more.jsp next.jsp optional.jsp underConstruction.jsp using.jsp web/template-example/WEB-INF web.xml Log: Correct re

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

2001-04-28 Thread craigmcc
craigmcc01/04/28 18:26:19 Modified:src/share/org/apache/struts/taglib/logic IterateTag.java Log: Expose the zero-relative offset of the current loop iteration to nested custom tags. If you specify an "offset" property, the first time through the loop getIndex() will return that

cvs commit: jakarta-struts/src/example/org/apache/struts/webapp/example DatabaseServlet.java

2001-04-28 Thread craigmcc
craigmcc01/04/28 18:14:37 Modified:src/example/org/apache/struts/webapp/example DatabaseServlet.java Log: Remove any attempt to unload the contents of the pseudo-database back to an XML file, because there is no way to accomplish this portably. PR: Bug

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 build.xml build.properties.sample

2001-04-28 Thread craigmcc
craigmcc01/04/28 17:37:01 Modified:.build.xml build.properties.sample Log: Revise build procedures to conform to the emerging conventions in the Jakarta Commons project. In particular, the user-global properties file is now "build.properties" in your user home directory