martinc 02/01/12 13:38:16
Modified: doc/userGuide building_view.xml
Log:
Corrected sample code.
PR: 5562, 5771
Submitted by: Jonathan Aquino, Aaron Suedmeyer (respectively)
Revision Changes Path
1.7 +3 -3 jakarta-struts/doc/userGuide/building_view.xml
Index: building_view.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- building_view.xml 4 Nov 2001 03:07:34 -0000 1.6
+++ building_view.xml 12 Jan 2002 21:38:16 -0000 1.7
@@ -230,7 +230,7 @@
<table border="0" width="100%">
<tr>
<th align="right">
- <html:message key="prompt.username"/>
+ <bean:message key="prompt.username"/>
</th>
<td align="left">
<html:text property="username"
@@ -239,7 +239,7 @@
</tr>
<tr>
<th align="right">
- <html:message key="prompt.password"/>
+ <bean:message key="prompt.password"/>
</th>
<td align="left">
<html:password property="password"
@@ -340,7 +340,7 @@
<%@page language="java">
<%@taglib uri="/WEB-INF/struts-html.tld"
prefix="html">
-<html:form action="uploadAction.do">
+<html:form action="uploadAction.do" enctype="multipart/form-data">
Please Input Text:
<html:text property="myText"><br/>
Please Input The File You Wish to Upload:<br/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>