Re: @InjectScript - and how to pick them up

2007-05-21 Thread Jesse Kuhnert
You can inject it as an asset and use that as a parameter to your wrote: 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 ISc

@InjectScript - and how to pick them up

2007-05-21 Thread Jan Vissers
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?