Author: mschulte
Date: Sun Jul 6 13:35:08 2008
New Revision: 674344
URL: http://svn.apache.org/viewvc?rev=674344&view=rev
Log:
added version note
Modified:
tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml
Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml?rev=674344&r1=674343&r2=674344&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/radiogroup.xml Sun
Jul 6 13:35:08 2008
@@ -196,7 +196,7 @@
</subsection>
<subsection name="Ajax Example">
<p>This example shows how to intercept user-actions on a
RadioGroup asynchronously on
- the server.</p>
+ the server. <em>Note:</em> This does only work since 4.1.6
</p>
<p>This is accomplished by targeting the
<a
href="../../tapestry-annotations/index.html#EventListener">@EventListener</a>-annotation
at the RadioGroup-element's <code>onChange( index
)</code> method. This method will be called