OK we found out that the CookieMap is for. Its the *implementation* behind the Map that you get when you call context.getExternalContext().getRequestCookieMap(). Please consult the specification for the documentation on what its supposed to do. Basically it is a convenience class for dealing with cookies.
sean On 5/31/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > I'm not sure what the MyFaces CookieMap does actually. Faces provides > you a Map of cookies using > context.getExternalContext().getRequestCookieMap(). For an example of > how that works see HtmlTreeRenderer. > > Not sure what o.a.m.context.servlet.CookieMap is supposed to do > really. I will check with the developers and see. > > sean > > > On 5/27/05, Francesco Consumi <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'd need to some user settings of my webapp, such as data filters, in > > cookies. > > I've found the CookieMap class, but I haven't found any documentation > > on how to use, e.g. how to get class instance for malipulating > > cookies... > > > > any help ? > > > > thanks > > > > >

