Also, for anyone looking for a workaround like I was, this works:
| @Override
| protected void beforeRequest() {
| FacesContext.getCurrentInstance().renderResponse();
| setParameter("id", "1");
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036124#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...