arron 02/05/12 19:58:14 Modified: doc/userGuide struts-nested.xml Log: Docco example fix. Cause of a minor headache for someone the other day. Revision Changes Path 1.9 +1 -1 jakarta-struts/doc/userGuide/struts-nested.xml Index: struts-nested.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-nested.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- struts-nested.xml 13 May 2002 01:39:14 -0000 1.8 +++ struts-nested.xml 13 May 2002 02:58:14 -0000 1.9 @@ -99,7 +99,7 @@ </pre> Can instead become... <pre> -<nested:nest property="myNestedLevel" /> +<nested:nest property="myNestedLevel" > <nested:write property="propertyOne" /> <nested:write property="propertyTwo" /> <nested:write property="propertyThree" />
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>