1.5.x javadoc

2011-01-27 Thread Todd Wolff
Hi, Is there a URL where I can pull up javadoc for latest 1.5 RC without having to checkout source and generate myself? Thanks.

1.5 Javascript HeaderContribution

2011-01-27 Thread Todd Wolff
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:

Access to HttpServletResponse gone in 1.5?

2011-01-26 Thread Todd Wolff
Hi, After migrating from 1.4.x to 1.5 RCI, I encountered only one breaking change. I used to be able to access the servlet response object via: getWebRequestCycle().getWebResponse().getHttpServletResponse(); But now, expected to be able to use: