Re: optionstransferselect tag

2007-07-08 Thread Rene Gielen
Bill Johnson schrieb: I'm having the same problem and it appears to be because the default theme is requiring DOJO to automatically select all the select options before submitting the form. I'm not sure if there is a JIRA bug opened for this or not, but there probably should be. The default (non-

Re: optionstransferselect tag

2007-07-08 Thread Rene Gielen
Bill Johnson schrieb: I'm having the same problem and it appears to be because the default theme is requiring DOJO to automatically select all the select options before submitting the form. I'm not sure if there is a JIRA bug opened for this or not, but there probably should be. The default (non-

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
.supports" > listKey="codeSupport" listValue="libelle" > doubleName="supportsFavorisChoisis" > doubleList="defaultListSupport" /> > > > I wonder if I have to define the leftId and the > rightId in the form.

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
A "Struts Users Mailing List" cc Objet Re: optionstransferselect tag 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épondr

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
I'm having the same problem and it appears to be because the default theme is requiring DOJO to automatically select all the select options before submitting the form. I'm not sure if there is a JIRA bug opened for this or not, but there probably should be. The default (non-ajax) theme should not r