Hi,
Struggling with new HeaderContribution semantics ... Trying to
dynamically add a javascript reference to header section.
My old code (that worked):
add(JavascriptPackageResource.getHeaderContribution(js/fb-auth-redirect
.js));
Tried refactoring (unsuccessfully) as:
response.renderJavaScriptReference(SomeClassInThePackage.class,
js/fb-auth-redirect.js);
-igor
On Thu, Jan 27, 2011 at 3:44 PM, Todd Wolff todd.wo...@utsa.edu wrote:
Hi,
Struggling with new HeaderContribution semantics ... Â Trying to
dynamically add a javascript reference to header