optiontransferselect and cssStyle

2010-03-11 Thread David Crespo Arroyo

Hi all,
I want don't display the red area in my view 
(http://imagebin.ca/view/j6G3MClp.html) until I do click in a select of this 
view. My problem is I don't know how to don't show the red area, certainly it 
is a optiontransferselect. I tried it with:
s:optiontransferselect 
 cssStyle=display:none  My attempt   
label=Lista de Incidencias name=incidencias 
listValue=nombre  
list=lstTipoAlta listKey=id doubleName=   
doubleList= leftTitle=Incidencias posibles  
rightTitle=Incidencias elegidas multiple=true   
headerKey=headerKey   
headerValue=--- Marque ---
emptyOption=true  
doubleHeaderKey=doubleHeaderKey   
doubleHeaderValue=--- Marque ---  
doubleEmptyOption=true
doubleMultiple=true  s:param 
name=labelcolspan value=%{2} /
s:param name=inputcolspan value=%{10} /   
/s:optiontransferselect   
But it doesn't work as I want, this is the out: 
http://imagebin.ca/view/3drljXN.html
thanks.




David Crespo Arroyo  
davidcrespoarr...@hotmail.com  








  
_
¿Quieres saber qué PC eres? ¡Descúbrelo aquí!
http://www.quepceres.com/

Re: optiontransferselect and cssStyle

2010-03-11 Thread Dale Newfield

David Crespo Arroyo wrote:

I want don't display the red area in my view 
(http://imagebin.ca/view/j6G3MClp.html) until I do click in a select of this 
view.


So put that inside a span or div with display:none, and add javascript 
to change that when appropriate.


-Dale

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org