createFeedbackParameter() - 5 Parameter

Unknown macro: {scrollbar}

Parameters:

String

fieldname

 

String

displayName

 

String

hint

 

String

defaultValue

 

boolean

visible

Result:

none


This creates a parameter prompt that presents a text box to the user.

fieldname: specifies the id of the form element for this prompt. This id will appear on the request when the user clicks to submit their selections. If the action sequence does not define an input from the request that matches this id, the component will never receive the value selected by the user, and an infinite loop can occur where the user is continually prompted for the same thing without end.

displayName: the text that the user will see as the label for the parameter.

hint: a help tip that the user will see next to the parameter.

defaultValues: the default value that will be automatically displayed for the user when they see the prompt page.

visible: an flag that determines whether the user can see the form control. If this is set to 'false' a hidden form field is created.