cancel
Showing results for 
Search instead for 
Did you mean: 

Best UI element to accept multiple material nos.

Former Member
0 Kudos

Dear SDN Java Community,

Can you please tell me what is the best UI Element that I should use to accept multiple material numbers from the user in my view. Something similar to ItemListBox.

Thanks!

Surya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use table or list

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Hi Surya,

Use table and specify three table columns namely Lebel as Text field, user input as inputfield and Add Row link as linktoaction.

Provide intially one row and if user want to add more the he/she must click on the add row link to add new for user input.

Hope it helps

Regards

Arun

former_member214651
Active Contributor
0 Kudos

Hi,

Try using a Table which allows the user to select multiple entries.

Regards,

Poojith MV