Re: [S2] add option to s:select

2007-07-22 Thread Filippo De Luca
Thanks a lot! 2007/7/22, Laurie Harper <[EMAIL PROTECTED]>: Filippo De Luca wrote: > Hello Struts users, > I have my business pojo Class have a property "telefoni" instance of > interface java.util.Set. Telefono is my class to store phone > number. It have 3 properties (number, type, notes). >

Re: [S2] add option to s:select

2007-07-21 Thread Laurie Harper
Filippo De Luca wrote: Hello Struts users, I have my business pojo Class have a property "telefoni" instance of interface java.util.Set. 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 java

[S2] add option to s:select

2007-07-20 Thread Filippo De Luca
Hello Struts users, I have my business pojo Class have a property "telefoni" instance of interface java.util.Set. 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 t