thanks you fixed two of my bugs at the same time :)  I could not figure out
what was causing that crazy _386[i] error.

On 12/13/06, Joost Moesker <[EMAIL PROTECTED]> wrote:
>
>
> The problem seems to be that the selectshuttle doesn't really pass a
> function to addLoadEvent. This is probely also causes of the cryptic
> mochikit error: '_386[i] has no properties' in the widiget browser. The
> error breaks the call stack thus not initializing the autocompletefield
> when its put under the select-shuttle.
>
> A quick fix 'which seems to work':
>
> -- addLoadEvent(${optrans_name}.init(${form_reference}));
> ++ ${optrans_name}.init(${form_reference});
>
> Not sure if this is right fix though. The js source state that the init
> function should be called trough onLoad..
>
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to