Re: OptionTransferSelect problem

2011-01-04 Thread RogerV
? Is this a classpath error? Regards -- View this message in context: http://old.nabble.com/OptionTransferSelect-problem-tp30578624p30585130.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: OptionTransferSelect problem

2011-01-04 Thread Lukasz Lenart
2011/1/4 RogerV roger.var...@googlemail.com: Ok - looking at the page with Firebug reports Failed to load source for: http://localhost:8080/GenesisNg-Web/struts/optiontransferselect.js; so that probably explains why things aren't working as expected. Now the question is why the script can't be

Re: OptionTransferSelect problem

2011-01-04 Thread RogerV
by including the s:head tag in my jsp page, because now the script is being found by Firebug and both the left and right list items are being auto selected on submit. Regards -- View this message in context: http://old.nabble.com/OptionTransferSelect-problem-tp30578624p30585343.html Sent from the Struts

Re: OptionTransferSelect problem

2011-01-04 Thread Lukasz Lenart
2011/1/4 RogerV roger.var...@googlemail.com: No, I didn't. However I seem to have solved the problem by including the s:head tag in my jsp page, because now the script is being found by Firebug and both the left and right list items are being auto selected on submit. Aha ;-) s:head/ must

Re: OptionTransferSelect problem

2011-01-03 Thread Dale Newfield
On 1/3/11 10:01 AM, RogerV wrote: component will Will auto-select all its elements upon its containing form submision. but it's not doing that - I have to manually select the items in the right hand list to get the values returned when the containing form is submitted. The magic is all in: