Radio Component Index RenderBlock

RadioGroup
net.sf.tapestry.form.RadioGroup
Size   Regular  
  Large  
  Super  
 
Description
Provides a container group for Radio components. The RadioGroup itself must be within a Form component. The Radio and RadioGroup components work together to update a property of an object, much like a more flexible version of a PropertySelection.

This component should wrap around other Radio components.

See Also
Option, PropertySelection, Radio, Select
Parameters
Name Type Direction Required Default Description
selected Object in-out yes   Read during rendering to determine which Radio will be the default. Updated during rewinding (when the form is submitted) to indicate which radio button was selected by the user.
disabled boolean int no no If true, then all contained Radio components will be disabled as well.

Body: rendered
Informal parameters: forbidden
Reserved parameters: none
Examples

This example is under construction.


Radio Component Index RenderBlock