I need to use a select element on the form. But the values to fill this select element will be obtained on runtime. I need to use a loop to fill the element and my question is: is it possible and how to do it? Any help or examples will be greatly appreciated.
There's a possible workaround. Create a service that will build the options list as a string, then pass it via DelegateExecution and finally use EL to insert the list between <select> tags.