> It is of type "ArrayList".

Er... of what type? What's *in* the list?

> It does renders fine.

Are the form values from the inputtransferselect being submitted? You can 
verify this by using a tool like Firebug or similar.

Does the *rendered* select element have a "name" attribute? Without a "name" or 
"key" attribute in the <s:inputtransferselect...> tag I just don't think it'll 
work--the name or key is what names the action property that will be set with 
the values in the list. It may be different in S2.0; I don't have the means to 
test that quickly. Without it in S2.1 it will fail.

It may also use the Dojo stuff (not sure about S2.0, I know it does in 
S2.1)--are you using the <s:head...> tag?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to