MINOR Removed @deprecated notice in FormResponse, replaced with a warning message

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77378 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-20 06:21:09 +00:00
parent f3e4d7a298
commit 7d0e767db5

View File

@ -22,8 +22,9 @@
* @todo Force a specific execution order ($forceTop, $forceBottom)Ω
* @todo Extension to return different formats, e.g. JSON or XML
*
* @deprecated 2.3 Use markup or JSON to transfer state to the client, and react with javascript callbacks instead
*
* WARNING: This should only be used within the CMS context. Please use markup or JSON to transfer state to the client,
* and react with javascript callbacks instead in other situations.
*
* @package forms
* @subpackage core
*/