Re: optionstransferselect tag

2007-07-08 Thread Rene Gielen
fault (non-ajax) theme should not require DOJO for the optionstransferselect tag to work. I think the way to fix this is to have the default theme use plain JavaScript to do the "select all" functionality and not DOJO. -Bill Without using dojo, it's quite complicated to code a gen

Re: optionstransferselect tag

2007-07-08 Thread Rene Gielen
fault (non-ajax) theme should not require DOJO for the optionstransferselect tag to work. I think the way to fix this is to have the default theme use plain JavaScript to do the "select all" functionality and not DOJO. -Bill Without using dojo, it's quite complicated to code a

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
ng List cc Objet Re: optionstransferselect tag You have to change the "rightid" and "leftid" values with the actual names assigned to the tags generated by the S2 tags. Does that make sense? -Bill --- [EMAIL PROTECTED] wrote: > > I've corrected it. > But wh

Re: optionstransferselect tag

2007-07-06 Thread Bill Johnson
uot;codeSupport" listValue="libelle" > doubleName="supportsFavorisChoisis" > doubleList="defaultListSupport" /> > > > I wonder if I have to define the leftId and the > rightId in the form. > > Meissa > > > &

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
ECTED]> 06/07/2007 17:23 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: optionstransferselect tag The onsubmit attribute is for the tag, not the tag. -Bill --- [EMAIL PROTECTED] wrote: > > I'm trying to use the onsubm

Re: optionstransferselect tag

2007-07-06 Thread Bill Johnson
application.supports" > listKey="codeSupport" listValue="libelle" > doubleName="supportsFavorisChoisis" > doubleList="defaultListSupport" /> > > > > >

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
ElementById('rightId' );selectAllOptionsExceptSome(selectObj, 'key', '');" }   Jeromy Evans <[EMAIL PROTECTED]> 06/07/2007 09:49 Veuillez rép

Re: optionstransferselect tag

2007-07-06 Thread Jeromy Evans
You can work-around this bug in 2.0.6 by adding the following javascript to the onsubmit attribute of optionstransferselect: onsubmit="var selectObj = document.getElementById('leftId');selectAllOptionsExceptSome(selectObj, 'key', '');selectObj = document.getElementById('rightId');selectAllOp

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
There is bug in optionstransferselect tag in struts 2.0.6. When the form is submitted,nothing is selected. Can someone tells me if this has been fixed in struts 2.0.8. thanks in advance. Meissa [EMAIL PROTECTED] 06/07/2007 09:25 Veuillez répondre à "Struts Users Mailing List"

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
but the showcase sample example is working correctly. That's why I'm troubledshooted not to have my example working. Meissa Bill Johnson <[EMAIL PROTECTED]> 05/07/2007 17:56 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re:

Re: optionstransferselect tag

2007-07-05 Thread Bill Johnson
should not require DOJO for the optionstransferselect tag to work. I think the way to fix this is to have the default theme use plain JavaScript to do the "select all" functionality and not DOJO. -Bill --- [EMAIL PROTECTED] wrote: > > Hi all, > I have a problem with the optio

optionstransferselect tag

2007-07-05 Thread meissa . sakho
Hi all, I have a problem with the optiontransferselect tag. When I click on the submit button,nothing is set on the listeSelectedKeys attribute of my updateActionClass. Can someone tells me what i've missed. here is an extract of my jsp.