cookie « IceFaces « JSF Q&A





2. Unable to set cookie for user login    icefaces.org

8. ice:inputFile with cookies disabled    icefaces.org

9. What are ICEFaces cookies made for?    icefaces.org





10. Accessing Cookie Information    icefaces.org

I have been trying to set and retrieve cookie information from within JSF action methods using the Icefaces JSF implementation. Usually, you would get to the HttpRequest/HttpResponse objects to access and manipulate the cookies via the faces context: FacesContext context = FacesContext.getCurrentInstance(); HttpServletResponse response = (HttpServletResponse)context.getExternalContext().getResponse(); This does not seem to work, since the request/response objects are undefined in the external ...

11. Cookie MaxAge bug with 1.6    icefaces.org

13. Cookies used by icefaces    icefaces.org

14. ICEfaces - browser cookies mandatory?    icefaces.org

15. getting up-to-date cookies    icefaces.org