cancel
Showing results for 
Search instead for 
Did you mean: 

Popup with Multi select in Mobile Sales

Former Member
0 Kudos

I am trying to create a new tileset which contains a list of products. I would like to add selected products to this list using a popup in which the user can select multiple products. The user should also be able to select additional products later on.

Does anyone have a solution for this situation?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1. pop ups are usally not recommended in the sand box of application.especially if it is a HH app.

U can have a seperate JSP for this and use java script .

U can have two lists and two arrow buttons. use multiselet in java script and add ot remove from lists. then redirect it to a new jsp or same where ur list of selected products reside.