Displays a text input element with a label. This element will be associated to a predefined widget definition provided by the application based on the identifier. This definition will identify this element as a text field, associated label, server-side validation on the values, etc.
<text-widget size="2" maxlength="2" id="notificationDelay" right-caption="min" >
<value><%= subscriptionBean.getNotificationDelay() %></value>
</text-widget>