[jboss-user] [JBoss Seam] - Re: page parameters broken in integration tests?

matt.drees do-not-reply at jboss.com
Tue Apr 10 16:38:06 EDT 2007


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#4036124

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036124



More information about the jboss-user mailing list