| Declares that the bean property that corresponds to the annotated setter
will be used as a submission parameter. The name of the parameter will be
the name of the property, and the parameter will be added to the previous
submission that has been declared.
If no submission has been declared beforehand, either through
Submission or
SubmissionHandler , an exception will be thrown when the
annotations of this element are evaluated.
When the element is processed, the value of the parameter will be
injected into the element through the setter and RIFE's type conversion will
try to convert the parameter's string value into the property type. A
com.uwyn.rife.engine.exceptions.ParameterInjectionException exception will be thrown if the
conversion failed.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3687 $ since: 1.5 See Also: Param See Also: ParamRegexp See Also: Submission See Also: SubmissionHandler |