Re: [S2] Optiontransfertselect tag

2007-05-29 Thread Julien Leonard
Thanks for the help :) Now it works, it stay a little issue on the layout but I will reslolve this :) Julien 2007/5/29, Jeromy Evans <[EMAIL PROTECTED]>: > When I submit my form nothing in the optiontransfertselect is selected. > How can I solve the problem? I work-around this bug but adding

Re: [S2] Optiontransfertselect tag

2007-05-29 Thread Jeromy Evans
> When I submit my form nothing in the optiontransfertselect is selected. > How can I solve the problem? I work-around this bug but adding the following onsubmit attribute to the s:form: onsubmit="var selectObj = document.getElementById('leftId');selectAllOptionsExceptSome(selectObj, 'key',

Re: [S2] Optiontransfertselect tag

2007-05-29 Thread Julien Leonard
Thanks for the information. But I have another problem... In fact I think that is due to the non including of the js because of the ajax result. When I submit my form nothing in the optiontransfertselect is selected. How can I solve the problem? Julien 2007/5/28, Musachy Barroso <[EMAIL PROTECTE

Re: [S2] Optiontransfertselect tag

2007-05-28 Thread Musachy Barroso
Just to confirm what you said, in 2.0.x javascript files referenced on pages loaded using the ajax tags are not loaded. This will be fixed on 2.1 musachy On 5/28/07, Julien Leonard <[EMAIL PROTECTED]> wrote: Sorry for the mail. It work. My solution : -inclide optiontransfertselect.js in the pa

Re: [S2] Optiontransfertselect tag

2007-05-28 Thread Julien Leonard
Sorry for the mail. It work. My solution : -inclide optiontransfertselect.js in the parent page. -set the attributes id and doubleId Julien 2007/5/28, Julien Leonard <[EMAIL PROTECTED]>: Hello all, I have a problem on the optiontransfertselect Tag. I success to display the optiontransfert bu