[jboss-user] [JBoss Seam] - How to access HttpServletResponse when not use JSF client?
Fangzx
do-not-reply at jboss.com
Sun Dec 30 22:25:52 EST 2007
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
More information about the jboss-user
mailing list