cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing List of Objects (listbox) from Controller to Widget

Former Member
0 Likes
226

Hi All

I'm new with widgets currently I have a controller and a zul file, this controller is calling a service which provides a list of Objects and I want to display those as Listbox in the zul.

I found in the help page ( https://help.hybris.com/1808/hcd/8c18483786691014a1e8bebb3f622780.html ) that I can display the values as:

label value="${widgetModel.MODEL_KEY}" label value="${widgetController.getRandomNumber()}"

But I'm looking for something more dinamic the idea is to click on a search button and then display this data.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Mi idea is to display something like this, currently my zul file is hard coded