I'm trying to inject an IScript into a component via the @InjectScript annotation. The script I'm trying to inject has a required "input-symbol" declaration. Can I bind symbols this way somehow or must I resort to declaring the script in my .jwc file and binding its symbols there?
Jim