Hello:

        I have a select where i have select one value. When I submit the form 
the
method get load this value. But, if after, I not select any value the method
set don't is call.
        An example:

                <html:select property="marcas"  multiple="true" size="20"
styleClass="cuadros">
                        <html:optionsCollection property="<marcasSelect"/>
                </html:select>

                MARC1 (Select)
                MARC2
                MARC3
                MARC4

                        submit

                If I select then MARC1 and a I press submit then the method 
select load
MARC1.

                         public void setMarcas(String[] marcas){
                 this.marcas = marcas;
         }

                        marcas=[MARC1]

        Afert, I not select MARC1 and i submit the form and them method 
setMarcas
is: marcas=[MARCA1] and not marcas=[].

        Why?
        How can I not select any values in a control select?

        Sorry by little knowledge of the englishman.

        Thank you very much.


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

Reply via email to