@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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to