[jboss-user] [JBoss Seam] - Re: Request Parameter not found

wsollers do-not-reply at jboss.com
Wed Sep 27 15:15:58 EDT 2006


@In didn't work. However this did:


            FacesContext ctx = FacesContext.getCurrentInstance();
            HttpServletRequest currentRequest = (HttpServletRequest) ctx.getExternalContext().getRequest();
            userCerts3 = ( X509Certificate[] ) currentRequest.getAttribute( "javax.servlet.request.X509Certificate" );


Its like the WebRequestContext that should be in my context heirarchy is just messed up. Using Seam nightly from 9/17 going to try todays build next.

Any help or pointers appreciated.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974654#3974654

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



More information about the jboss-user mailing list