Re: OptionTransferSelect problem

2011-01-04 Thread Lukasz Lenart
2011/1/4 RogerV : > No, I didn't. However I seem to have solved the problem by including the > 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 ;-) must always be included if you want to use th

Re: OptionTransferSelect problem

2011-01-04 Thread RogerV
Lukasz Lenart wrote: > > 2011/1/4 RogerV : >> 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 th

Re: OptionTransferSelect problem

2011-01-04 Thread Lukasz Lenart
2011/1/4 RogerV : > 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 found. Which jar file

Re: OptionTransferSelect problem

2011-01-04 Thread RogerV
DNewfield wrote: > > The magic is all in: > >>> > src="/GenesisNg-Web/struts/optiontransferselect.js"> > > So I'd suggest looking in there and maybe setting some javascript > breakpoints to see exactly what's happening on submit. > Ok - looking at the page with Firebug reports "Failed

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: