Revision: 1492
          http://stripes.svn.sourceforge.net/stripes/?rev=1492&view=rev
Author:   bengunter
Date:     2012-05-17 18:16:12 +0000 (Thu, 17 May 2012)
Log Message:
-----------
Fixed STS-875: Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/StripesConstants.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/StripesConstants.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/StripesConstants.java
 2012-05-17 18:12:05 UTC (rev 1491)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/StripesConstants.java
 2012-05-17 18:16:12 UTC (rev 1492)
@@ -32,8 +32,8 @@
     String URL_KEY_SOURCE_PAGE = "_sourcePage";
 
     /**
-     * The name of a URL parameter that is used to hold the path (relative to 
the web application
-     * root) from which the current form submission was made.
+     * The name of a URL parameter that is used to hold the names of certain 
inputs that are present
+     * in a form if those inputs might not be submitted with the form, such as 
checkboxes.
      */
     String URL_KEY_FIELDS_PRESENT = "__fp";
 

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to