Hi, I wanted to see if someone could give me a hand on how to use the select tag in seaside so far what I did was
html select list: self system students.
This generates the select and in each option appears anStudent what I want to achieve is to show the name and when selecting a student I want this to be added in the list of a partner.
In the partner class I have a collection with students and a method that is in charge of adding the student, how could I do this? Thanks
Hi, I wanted to see if someone could give me a hand on how to use the select tag in seaside so far what I did was
html select list: self system students.
This generates the select and in each option appears anStudent what I want to achieve is to show the name and when selecting a student I want this to be added in the list of a partner.
In the partner class I have a collection with students and a method that is in charge of adding the student, how could I do this? Thanks