cancel
Showing results for 
Search instead for 
Did you mean: 

How to make Mandatory UI elements

ravi_shankar43
Explorer
0 Kudos

Hai

While designing the form in web dynpro some user inputs must be mandatory, to make the input element mandatory i want to display the red color * mark after the Label.

Will u please tell me how to do for the design!!

Thank u

By

K. Ravi Shankar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Set the state property of the input field to required

Set LabelFor property of label to the id of inputfield

Regards

Surender Dahiya

Former Member
0 Kudos

Hi,

Set the *state property of the input field to required

Set LabelFor property of label to the id of inputfield*

Regards

Ayyapparaj

Former Member
0 Kudos

..

Edited by: Christopher Linke on Jun 3, 2008 6:59 PM

Former Member
0 Kudos

HI,

Set the 'state' property of Inputfield to 'required' and

Set LabelFor property of label to the id of inputfield

Regards

LakshmiNarayana