Hi!
I am trying to use the graphicimagedynamic component of sandbox togheter with Seam. the
graphicimagedynamic uses a ImageRenderer where the FacesContext is set using:
public void setContext(FacesContext facesContext, ResourceContext imageContext) throws
IOException
The problem is that when facesContext.getApplication() is called it is null.
IF I then try with the Seam context Contexts.getApplicationContext() or
Contexts.getSessionContext() it is also null in the renderer.
Has anybody a solution for this problem. Or any other working method of diplaying a
dynamic image in a web page using seam and jsf.?
/F
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984104#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...