|
|
@@ -56,6 +56,13 @@ task</a> which means that existing properties cannot be overriden.</p> |
|
|
|
overriden.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">defaultvalue</td> |
|
|
|
<td valign="top">Defines the default value of the property to be |
|
|
|
created from input. Property value will be set to default if no |
|
|
|
input is received.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <input/></pre> |
|
|
@@ -95,8 +102,17 @@ user.".</p> |
|
|
|
<p>Will display the message "Please enter db-username:" and set the |
|
|
|
property <code>db.user</code> to the value entered by the user.</p> |
|
|
|
|
|
|
|
<pre> <input |
|
|
|
message="Please enter db-username:" |
|
|
|
addproperty="db.user" |
|
|
|
defaultvalue="Scott-Tiger" |
|
|
|
/></pre> |
|
|
|
<p>Same as above, but will set <code>db.user</code> to the value |
|
|
|
<i>Scott- Tiger</i> if the user enters no value (simply types |
|
|
|
<return>).</p> |
|
|
|
|
|
|
|
<hr> |
|
|
|
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights |
|
|
|
<p align="center">Copyright © 2001-2003 Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|
</body> |
|
|
|
</html> |