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
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
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
uot;codeSupport" listValue="libelle"
> doubleName="supportsFavorisChoisis"
> doubleList="defaultListSupport" />
>
>
> I wonder if I have to define the leftId and the
> rightId in the form.
>
> Meissa
>
>
>
&
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
application.supports"
> listKey="codeSupport" listValue="libelle"
> doubleName="supportsFavorisChoisis"
> doubleList="defaultListSupport" />
>
>
>
>
>
ElementById('rightId'
);selectAllOptionsExceptSome(selectObj, 'key', '');"
}
Jeromy Evans <[EMAIL PROTECTED]>
06/07/2007 09:49
Veuillez rép
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
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"
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:
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
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.
12 matches
Mail list logo