‎2013 May 29 9:06 PM
Hi Experts,
I want to make one of the input field obligatory in my webdynpro component, to achieve this I have set 'STATE' property as 'Required' but that red astrick is not appearing on input field, please let me know if I am missing something.
Thanks,
Sangeeta
‎2013 May 30 7:49 AM
I hope you have done this
Create a Input Field
Assign it to the context field DATA Binding.
Create a Label
Assign the "Label for" property to the Input Field
Make the STATE of the Input field as Required.
BR
‎2013 May 30 7:49 AM
I hope you have done this
Create a Input Field
Assign it to the context field DATA Binding.
Create a Label
Assign the "Label for" property to the Input Field
Make the STATE of the Input field as Required.
BR
‎2013 May 31 2:45 PM
‎2013 May 30 11:23 AM
Hi Sangeeta,
Below link might be usefull. Tutorial to make field mandatory with error message in webdynpro
Thanks
Vivek
‎2014 Dec 15 9:29 AM
Hello,
Please is it possible to show the "*" of required without assigning the text field to a Label? I'm using a formatted textview not a label for the textfield input.
Thanks