Filippo De Luca wrote:
Hello Struts users,
I have my business pojo Class have a property "telefoni" instance of
interface java.util.Set<Telefono>. Telefono is my class to store phone
number. It have 3 properties (number, type, notes).
I use a s:select to view this elements in a form. It is possible by
javascript to add  element to the select, to  add element to model class?

Yes, it's possible. Just create a new option element that looks the same as the ones already in the DOM and append it at the appropriate point.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to