SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
519 stars 71 forks source link

Help with tag select #1311

Closed juliGer closed 2 years ago

juliGer commented 2 years ago

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