java ee - Issue with 'context.setResponseContentLength(fileSize)' metthod in JSF -
I am using the jsf-api-2.1.2.jar file which can become a web app with JSF And there I have an object of external syntax, I have an object to use usimhg that is 'responseReset ()', 'setResponseContentType (string)' and setResponseContentLength (int), but it is showing that this method does not exist . I 'External Context. Class' file and have seen that those methods are present in that class, but I'm not sure why it is showing them as undefined methods I'm running this project on the Jboss 5.1 server. Thanks in advance can help me on this!
Comments
Post a Comment