Revision: 935
          http://stripes.svn.sourceforge.net/stripes/?rev=935&view=rev
Author:   javelotinfo
Date:     2008-05-29 14:04:01 -0700 (Thu, 29 May 2008)

Log Message:
-----------
Minor corrections in docs

Modified Paths:
--------------
    trunk/stripes/resources/stripes.tld
    trunk/stripes/src/net/sourceforge/stripes/action/StreamingResolution.java

Modified: trunk/stripes/resources/stripes.tld
===================================================================
--- trunk/stripes/resources/stripes.tld 2008-05-29 16:33:58 UTC (rev 934)
+++ trunk/stripes/resources/stripes.tld 2008-05-29 21:04:01 UTC (rev 935)
@@ -1718,7 +1718,7 @@
               <li>A value on the ActionBean if an ActionBean instance is 
present</li>
               <li>The contents of the body of the tag</li>
               <li>The value attribute of the tag</li>
-            </ol>
+            </ul>
         ]]></description>
         <display-name>text</display-name>
         <name>text</name>

Modified: 
trunk/stripes/src/net/sourceforge/stripes/action/StreamingResolution.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/action/StreamingResolution.java   
2008-05-29 16:33:58 UTC (rev 934)
+++ trunk/stripes/src/net/sourceforge/stripes/action/StreamingResolution.java   
2008-05-29 21:04:01 UTC (rev 935)
@@ -43,9 +43,9 @@
  *return new StreamingResolution("text/xml") {
  *    public void stream(HttpServletResponse response) throws Exception {
  *        // custom output generation code
- *        response.getWriter.write(...);
+ *        response.getWriter().write(...);
  *        // or
- *        response.getOutputStream.write(...);
+ *        response.getOutputStream().write(...);
  *    }
  *}.setFilename("your-filename.xml");
  *</pre>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to