rleland 2004/03/24 21:50:31
Modified: web/examples/validator jsType.jsp
Log:
Bug#: 27899
Modify example to test proper behaviour is a property
is named 'name'
Revision Changes Path
1.2 +8 -0 jakarta-struts/web/examples/validator/jsType.jsp
Index: jsType.jsp
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/validator/jsType.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsType.jsp 8 Jan 2004 16:21:12 -0000 1.1
+++ jsType.jsp 25 Mar 2004 05:50:31 -0000 1.2
@@ -23,6 +23,14 @@
<table border="0">
<tr>
<th align="left">
+ <bean:message key="typeForm.name.displayname" />
+ </th>
+ <td align="left">
+ <html:text property="name" size="15" maxlength="15" />
+ </td>
+ </tr>
+ <tr>
+ <th align="left">
<bean:message key="typeForm.byte.displayname" />
</th>
<td align="left">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]