Author: hlship
Date: Wed Mar  2 23:19:53 2011
New Revision: 1076456

URL: http://svn.apache.org/viewvc?rev=1076456&view=rev
Log:
TAP5-1458: Mark tapestry.suppress-redirect-from-action-requests as deprecated, 
for removal in Tapestry 5.4

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java?rev=1076456&r1=1076455&r2=1076456&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
 Wed Mar  2 23:19:53 2011
@@ -45,6 +45,8 @@ public class SymbolConstants
      * If set to "true", then action requests will render a page markup 
response immediately, rather than sending a
      * redirect to render the response. "Action request" is an outdated term 
for "component event request" (i.e., most
      * links and all form submissions).
+     * 
+     * @deprecated In 5.3, to be removed (along with the support it implies) 
in 5.4
      */
     public static final String SUPPRESS_REDIRECT_FROM_ACTION_REQUESTS = 
"tapestry.suppress-redirect-from-action-requests";
 


Reply via email to