From: sven.schulz <nu...@jb...> - 2005-05-10 11:26:00
|
After a lot of code introspection and a try and error session ADF Faces and MyFaces are working in JBoss Portal 2.0 RC. However I don't feel good about the solution. I modified the Sun JSF RI Portal bridge. When it comes to access the critical objects (Context, Request, Response, ...) I introspect the call stack and check if ADF or MyFaces class is invoking the respective method. If so I get the underlying Servlet specific object via the JBoss Bridge Framework and return it instead of the portal specific class. As you can see my solution is quite ugly. However it works and will suffice until a better integration concept is available. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877142#3877142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877142 |