externalcontext Questions
1
Solved
I'm trying to obtain a PNG file as InputStream in my managed bean as below:
ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
InputStream input = externalCo...
Boob asked 11/9, 2014 at 9:59
1
Solved
What is the difference between FacesContext and ExternalContext? When can I use one or other? What has the one and what has the other?
The following sample is from the book JavaServer Faces 3rd ed...
Summitry asked 6/4, 2013 at 11:11
1
© 2022 - 2024 — McMap. All rights reserved.