quintonm 2003/01/31 08:04:05
Modified: xdocs/howto intake-howto.xml
xdocs changes.xml
Log:
Documentation update concerning the new DTD on the jakarta site
Revision Changes Path
1.3 +1 -1 jakarta-turbine-2/xdocs/howto/intake-howto.xml
Index: intake-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/xdocs/howto/intake-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- intake-howto.xml 16 Oct 2002 13:55:38 -0000 1.2
+++ intake-howto.xml 31 Jan 2003 16:04:05 -0000 1.3
@@ -157,7 +157,7 @@
<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE input-data SYSTEM
- "http://jakarta.apache.org/turbine/dtd/intake.dtd">
+ "http://jakarta.apache.org/turbine/dtd/intake_2_3.dtd">
<input-data basePackage="ca.yorku.devteam.inca.clients.skeleton.">
...group elements goes here...
</input-data>
1.36 +18 -11 jakarta-turbine-2/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- changes.xml 30 Jan 2003 23:01:38 -0000 1.35
+++ changes.xml 31 Jan 2003 16:04:05 -0000 1.36
@@ -208,17 +208,24 @@
jakarta.apache.org/turbine/dtd/intake.dtd, then the DTD included
in the jar file will be used instead of the online version.
</li>
- <li>
- The field object has two new methods to help in creating the HTML
- input tags for the field. They are getDisplaySize() and getMaxSize().
- The display size is set in the xml definition. The max size is pulled
- from the maxLength rule (if defined).
- </li>
- <li>
- The setDefaultValue() method on the Field object is now public. This
- will allow you to assign a value to a field for display on a form that
- does come from a mapped object. Before this change, your only option
- was to defined the default value in intake.xml.
+ <li>
+ The DTD resolved for intake will now look for intake.dtd on the
+ class path when the DTD in the XMl file is
+ http://jakarta.apache.org/turbine/dtd/intake_2_2_1.dtd. The application
+ functions in the same way. This was done to allow XML editors to use
+ the correct version of the DTD.
+ </li>
+ <li>
+ The field object has two new methods to help in creating the HTML
+ input tags for the field. They are getDisplaySize() and getMaxSize().
+ The display size is set in the xml definition. The max size is pulled
+ from the maxLength rule (if defined).
+ </li>
+ <li>
+ The setDefaultValue() method on the Field object is now public. This
+ will allow you to assign a value to a field for display on a form that
+ does come from a mapped object. Before this change, your only option
+ was to defined the default value in intake.xml.
</li>
</ul>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]