Option Component Index PropertySelection

wml:Postfield
org.apache.tapestry.wml.Postfield
Non Visual Component
 
Description
The wml:Postfield component specifies a field name and value that are passed to the HTTP server along with a wml:Go tag.
See Also
wml:Go, wml:Input
Parameters
Name Type Direction Required Default Description
value String custom yes   Bind value to the variable that should recieve the user input string
name String in yes   The name attribute specifies an WML variable name.

Body: removed
Informal parameters: allowed
Reserved parameters: value

Examples

Please see the documentation for the wml:Go component.


Option Component Index PropertySelection