Rajasundaram Gopalan [http://community.jboss.org/people/rajasundaram] replied to the discussion
"ActionRequest.getContentType() not returning multipart in portlet" To view the discussion, visit: http://community.jboss.org/message/537209#537209 -------------------------------------------------------------- Try to get HttpServletRequest and look for the content type. HttpServletRequest httpReq =*null*; *try* { httpReq = (HttpServletRequest) PolicyContext.+getContext+( "javax.servlet.http.HttpServletRequest"); } *catch*(Exception e) { e.printStackTrace(System. +out+); } -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/537209#537209] Start a new discussion in JBoss Portal at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
