dgraham 2002/11/20 18:02:16
Modified:src/share/org/apache/struts/taglib/html
JavascriptValidatorTag.java
Log:
Throw a nicer NPE for Bugzilla PR# 14720.
Revision ChangesPath
1.18 +11 -2
jakarta-struts/src/share/org/apache/struts/taglib
dgraham 2002/11/20 17:38:32
Modified:doc/resources consultants.xml
Log:
Updated text for Bugzilla PR# 14715.
Revision ChangesPath
1.10 +1 -1 jakarta-struts/doc/resources/consultants.xml
Index: consultants.xml
dgraham 2002/11/19 21:56:08
Modified:src/share/org/apache/struts/taglib/html
JavascriptValidatorTag.java
Log:
Enclose script in CDATA section when rendering as xhtml. This prevents xml
clients from misinterpreting script characters like <
dgraham 2002/11/19 21:36:50
Modified:src/share/org/apache/struts/taglib/html FormTag.java
Log:
Don't display browser hiding trick for javascript when form is xhtml. XML
user agents are allowed to ignore theses "comments" and the W3C recommends
not u
dgraham 2002/11/19 21:00:19
Modified:src/share/org/apache/struts/taglib/html HtmlTag.java
Log:
Fixed situation where xhtml wouldn't render without locale="true". This
required a change in a protected support method so I deprecated the
existing one and created
dgraham 2002/11/19 20:29:27
Modified:doc/userGuide struts-tiles.xml struts-html.xml
struts-nested.xml struts-bean.xml struts-logic.xml
struts-template.xml
Log:
Removed version number from all taglib URIs.
Revision ChangesPath
dgraham 2002/11/19 20:27:59
Modified:doc/userGuide struts-html.xml
Log:
Updated html tag docs.
Revision ChangesPath
1.38 +3 -1 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
dgraham 2002/11/17 18:52:12
Modified:src/share/org/apache/struts/util RequestUtils.java
Log:
Changed present() to check in request scope after checking page scope but
before checking application scope.
Bugzilla PR: 14092
Revision ChangesPath
1.72 +25 -11
dgraham 2002/11/16 17:48:33
Modified:doc/userGuide struts-html.xml
src/share/org/apache/struts/taglib/html BaseTag.java
Log:
Added server attribute for BaseTag.
PR: #5303
Revision ChangesPath
1.37 +8 -0 jakarta-struts/doc/userGuide/struts
dgraham 2002/11/16 16:57:07
Modified:src/share/org/apache/struts/taglib/html FormTag.java
Log:
Removed commented section from last fix.
Revision ChangesPath
1.36 +4 -13
jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java
Index: FormTag.java
dgraham 2002/11/16 16:56:19
Modified:src/share/org/apache/struts/taglib/html FormTag.java
Log:
Fixed focus js for element arrays.
Bug #13854
Revision ChangesPath
1.35 +25 -8
jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java
Index
dgraham 2002/11/15 23:28:02
Modified:doc/userGuide struts-html.xml
Log:
Updated tld for tag.
Revision ChangesPath
1.36 +19 -2 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
dgraham 2002/11/15 23:27:18
Added: src/share/org/apache/struts/taglib/html XhtmlTag.java
Log:
Added XhtmlTag.
Revision ChangesPath
1.1
jakarta-struts/src/share/org/apache/struts/taglib/html/XhtmlTag.java
Index: XhtmlTag.java
dgraham 2002/11/15 22:05:22
Modified:src/share/org/apache/struts/taglib/html ImageTag.java
SubmitTag.java CancelTag.java
JavascriptValidatorTag.java CheckboxTag.java
FrameTag.java BaseFieldTag.java ResetTag.java
dgraham 2002/11/15 22:04:16
Modified:src/share/org/apache/struts/taglib/html BaseHandlerTag.java
Log:
Changed isXhtml to look for page scoped constant instead of a parent
tag.
Revision ChangesPath
1.19 +22 -12
jakarta-struts/src/share/org/apache/struts
dgraham 2002/11/15 22:03:06
Modified:src/share/org/apache/struts Globals.java
Log:
Added XHTML_KEY constant.
Revision ChangesPath
1.4 +12 -4 jakarta-struts/src/share/org/apache/struts/Globals.java
Index: Globals.java
dgraham 2002/11/12 22:10:54
Modified:src/share/org/apache/struts/taglib/html FrameTag.java
ImgTag.java
Log:
Added xhtml support by modifying how the elements are closed.
Revision ChangesPath
1.7 +5 -5
jakarta-struts/src/share/org
dgraham 2002/11/11 22:08:33
Modified:src/share/org/apache/struts/taglib/html FormTag.java
Log:
Generates xhtml compliant javascript for focus if needed.
Revision ChangesPath
1.33 +54 -118
jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java
dgraham 2002/11/11 21:59:24
Modified:src/share/org/apache/struts/taglib/html
JavascriptValidatorTag.java
Log:
Fixed bug with extra >.
Revision ChangesPath
1.15 +7 -8
jakarta-struts/src/share/org/apache/struts/taglib/h
dgraham 2002/11/11 19:53:31
Modified:src/example/org/apache/struts/webapp/example
SaveRegistrationAction.java LogonAction.java
Log:
Updated references to deprecated methods.
Revision ChangesPath
1.12 +5 -5
jakarta-struts/src/example/org
dgraham 2002/11/11 19:47:42
Modified:src/share/org/apache/struts/taglib/html CancelTag.java
SubmitTag.java CheckboxTag.java ResetTag.java
ButtonTag.java FormTag.java RadioTag.java
HtmlTag.java BaseTag.java
dgraham 2002/11/11 16:17:11
Modified:doc/userGuide building_controller.xml
Log:
Fixed error in 4.7.2 and changed multi-application to module
Revision ChangesPath
1.45 +2 -2 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/11/06 17:43:34
Modified:src/share/org/apache/struts/taglib/html HtmlTag.java
Log:
Added xmlns attribute to if xhtml is set to true. This conforms to the
w3 xhtml standard.
Revision ChangesPath
1.5 +5 -4
jakarta-struts/src/share/org/apache
dgraham 2002/11/03 19:19:58
Modified:doc/userGuide dev_validator.xml
Log:
fixed typos
Revision ChangesPath
1.11 +2 -2 jakarta-struts/doc/userGuide/dev_validator.xml
Index: dev_validator.xml
dgraham 2002/11/01 16:33:02
Modified:doc/userGuide struts-html.xml
Log:
deprecated lowsrc attribute on img tag.
Revision ChangesPath
1.32 +4 -2 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
dgraham 2002/11/01 16:28:12
Modified:src/share/org/apache/struts/taglib/html ImgTag.java
Log:
deprecated lowsrc attribute, removed todo to add support for IE specific events,
ran code formatter.
Revision ChangesPath
1.21 +87 -132
jakarta-struts/src/share/org
dgraham 2002/10/30 18:10:31
Modified:doc/resources powered.xml
Log:
added juliannegiffin.com
Revision ChangesPath
1.7 +1 -0 jakarta-struts/doc/resources/powered.xml
Index: powered.xml
dgraham 2002/10/27 21:15:48
Modified:src/share/org/apache/struts/taglib/tiles InsertTag.java
Log:
ran code formatter to fix crazy indentations
Revision ChangesPath
1.5 +834 -901
jakarta-struts/src/share/org/apache/struts/taglib/tiles/InsertTag.java
Index
dgraham 2002/10/27 17:33:38
Modified:doc/userGuide building_controller.xml
Log:
updated action servlet init params to match javadoc
Revision ChangesPath
1.42 +118 -76 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/27 17:29:39
Modified:src/share/org/apache/struts/action ActionServlet.java
Log:
fixed javadoc error
Revision ChangesPath
1.124 +5 -5
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
Index: ActionServlet.java
dgraham 2002/10/27 13:36:12
Modified:doc/userGuide building_controller.xml
Log:
added processContent doc for RequestProcessor
Revision ChangesPath
1.41 +8 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/27 13:30:04
Modified:doc/userGuide building_controller.xml
Log:
added basic controller docs and plugin example
Revision ChangesPath
1.40 +19 -2 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/26 19:29:03
Modified:doc/userGuide building_controller.xml
Log:
fixed typo in exception handler docs
Revision ChangesPath
1.39 +1 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/26 19:27:48
Modified:doc/userGuide building_controller.xml
Log:
fixed exception handler docs
Revision ChangesPath
1.38 +6 -5 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/26 17:29:53
Modified:src/share/org/apache/struts/taglib/tiles
ComponentConstants.java
Log:
changed COMPONENT_CONTEXT variable to specify full package to avoid
collisions with application variables.
Fixes bug #13853
Revision Changes
dgraham 2002/10/25 17:57:29
Modified:.STATUS
Log:
point to bugzilla query instead of tracking bugs in 2 places.
Revision ChangesPath
1.62 +7 -1 jakarta-struts/STATUS
Index: STATUS
dgraham 2002/10/25 17:34:54
Modified:doc/userGuide struts-html.xml
Log:
removed accesskey attribute for html:img tag. fixes bug #13336
Revision ChangesPath
1.30 +0 -10 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
dgraham 2002/10/25 17:05:03
Modified:src/share/org/apache/struts/taglib/html FormTag.java
Log:
changed POST to post
Revision ChangesPath
1.29 +5 -5
jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java
Index: FormTag.java
dgraham 2002/10/25 17:01:05
Modified:doc/userGuide dev_template.xml
Log:
added deprecation warning
Revision ChangesPath
1.3 +4 -1 jakarta-struts/doc/userGuide/dev_template.xml
Index: dev_template.xml
dgraham 2002/10/25 16:54:53
Modified:src/share/org/apache/struts/taglib/template InsertTag.java
PutTag.java package.html GetTag.java
src/share/org/apache/struts/taglib/template/util
ContentMapStack.java Content.java
dgraham 2002/10/22 16:54:43
Modified:src/share/org/apache/struts/util AppException.java
Log:
removed all the weird blank lines, this still needs class level javadoc though.
Revision ChangesPath
1.4 +1 -1
jakarta-struts/src/share/org/apache/struts/util
dgraham 2002/10/20 11:59:23
Modified:src/test/org/apache/struts/action TestActionMessages.java
Log:
Added test for add(ActionMessages)
Revision ChangesPath
1.2 +197 -172
jakarta-struts/src/test/org/apache/struts/action/TestActionMessages.java
Index
dgraham 2002/10/20 12:24:33
Modified:src/share/org/apache/struts/tiles TilesPlugin.java
Log:
Fixed typo in javadoc.
Revision ChangesPath
1.6 +12 -11
jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java
Index: TilesPlugin.java
dgraham 2002/10/20 12:21:01
Modified:src/share/org/apache/struts/tiles/actions NoOpAction.java
Log:
Fixed typo in javadoc.
Revision ChangesPath
1.4 +5 -5
jakarta-struts/src/share/org/apache/struts/tiles/actions/NoOpAction.java
Index: NoOpAction.java
dgraham 2002/10/20 13:10:54
Modified:doc/resources consultants.xml
Log:
Added Tritus to list.
Revision ChangesPath
1.7 +1 -0 jakarta-struts/doc/resources/consultants.xml
Index: consultants.xml
dgraham 2002/10/20 12:04:04
Modified:src/test/org/apache/struts/action TestActionMessages.java
Log:
Replaced empty references with isEmpty.
Revision ChangesPath
1.3 +3 -3
jakarta-struts/src/test/org/apache/struts/action/TestActionMessages.java
Index
dgraham 2002/10/20 12:03:44
Modified:src/share/org/apache/struts/action ActionMessages.java
Log:
Deprecated empty in favor of isEmpty to bring ActionMessages in line with
Java collections classes.
Revision ChangesPath
1.6 +14 -7
jakarta-struts/src/share
dgraham 2002/10/20 12:48:15
Modified:doc/userGuide building_controller.xml
Log:
Added intro paragraph for ActionForm.
Revision ChangesPath
1.36 +8 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
dgraham 2002/10/20 11:14:56
Modified:.STATUS
Log:
Removed closed bugs.
Revision ChangesPath
1.60 +1 -9 jakarta-struts/STATUS
Index: STATUS
===
RCS file: /home/cvs/jakarta-struts
dgraham 2002/10/20 12:17:34
Modified:src/share/org/apache/struts/action ExceptionHandler.java
Log:
Added class description javadoc.
Revision ChangesPath
1.9 +6 -1
jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java
Index
dgraham 2002/10/20 12:11:15
Modified:src/share/org/apache/struts/action ActionMessages.java
Log:
Added @since Struts 1.1 to new methods
Revision ChangesPath
1.7 +9 -6
jakarta-struts/src/share/org/apache/struts/action/ActionMessages.java
Index
dgraham 2002/10/20 12:10:45
Modified:src/share/org/apache/struts/action ActionErrors.java
Log:
Added constructors to match ActionMessages.
Revision ChangesPath
1.9 +40 -32
jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java
Index
dgraham 2002/10/20 11:58:55
Modified:src/share/org/apache/struts/action ActionMessages.java
Log:
Added ability to add an ActionMessages object to an ActionMessages object.
Revision ChangesPath
1.5 +258 -226
jakarta-struts/src/share/org/apache/struts/action
dgraham 2002/10/20 16:17:06
Modified:src/share/org/apache/struts/taglib/html
JavascriptValidatorTag.java
Log:
Added type="text/javascript" to script tags for xhtml compliance. I didn't
remove the language attribute in case some browsers n
dgraham 2002/10/20 13:01:06
Modified:doc/userGuide building_controller.xml
Log:
Added info on ExceptionHandler.
Revision ChangesPath
1.37 +21 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
401 - 455 of 455 matches
Mail list logo