[cvs] eforum commit by ppilgrim: Experiment with new style syntax for

JCorporate Ltd jcorp at jcorp2.servlets.net
Thu Dec 2 18:16:33 PST 2004


Log Message:
-----------
Experiment with new style syntax for extended Expresso HTML Struts. 
See <html:textarea> in this version for an eyeful.

Modified Files:
--------------
    eforum/src/expresso/components/eforum/jsp:
        editOptions.jsp

Revision Data
-------------
Index: editOptions.jsp
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/expresso/components/eforum/jsp/editOptions.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lsrc/expresso/components/eforum/jsp/editOptions.jsp -Lsrc/expresso/components/eforum/jsp/editOptions.jsp -u -r1.2 -r1.3
--- src/expresso/components/eforum/jsp/editOptions.jsp
+++ src/expresso/components/eforum/jsp/editOptions.jsp
@@ -125,7 +125,7 @@
         <tr>
           <td><bean:message key="editOptions.signature" /></td>
           <!-- <td><expresso:InputTag name="signature" cols="80" rows="8" /></td> -->
-          <td><html:textarea name="optionsBlock" property="signature" cols="80" rows="8" /></td>
+          <td><html:textarea name="block:optionsBlock" property="/signature" cols="80" rows="6" /></td>
         </tr>
         <tr>
           <td><bean:message key="editOptions.useSignature" /></td>
@@ -168,5 +168,4 @@
 </html:form>
 <br>
 
-</body>
-</html:html>
+


More information about the cvs mailing list