Hi folks, My steps: 1 - created a servlet to show the images 2 - added the flow scope token to the servlet url, using getRequestContext().getPageFlowScopeProvider().encodeCurrentPageFlowScopeURL(getFacesContext(), url); 3 - added the the servlet url-pattern to the trinidad filter, so the servlet has access to the request context and the flow scope
Cheers, On Thu, May 8, 2008 at 5:05 PM, Walter Mourão <[EMAIL PROTECTED]> wrote: > Hi folks, > I would like to show images stored in the page flow scope. I could not get > the page flow scope reference in the servlet request. Is there a way to do > that ? Is there a pattern or example about this kind of thing ? > > Thanks in advance, > > -- > Walter Mourão > http://waltermourao.com.br > http://waltermourao.blogspot.com > http://arcadian.com.br > -- Walter Mourão http://waltermourao.com.br http://waltermourao.blogspot.com http://arcadian.com.br

