I've been trying to include a script in my page.
Although I've managed to do that, I have some question....

Suppose I specify this in my page class:

@InjectScript("/scripts/HideShowErrorBlock.script")
public abstract IScript getHideShowErrorBlock();

How should I pick this up in my .html file?

Couldn't get this (above) to work, and now are temporarily using this method
directly in my .html

<span jwcid="@Script" script="literal:/scripts/HideShowErrorBlock.script" />


So - how do I accomplish the same thing using the @InjectScript annotation?

Thanks,
-J.

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

Reply via email to