I use plain servlet to render all html pages, not use JSF.
I use Seam remoting to access server side service.

In DWR (Direct Web Remoting), I can directly access HttpServletResponse like 
this:

  |     public Boolean login(String loginName, String password, boolean 
remember, HttpSession session, HttpServletResponse res) {...}
  | 

Has JBoss Seam provided similar functionality?




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116138#4116138

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116138
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to