[jboss-user] [JBoss Seam] - Re: Simple question: finding the client IP address in a sess
norman.richards@jboss.com
do-not-reply at jboss.com
Sat Jan 6 02:55:10 EST 2007
If you add auto-create="true" to the factory definition you could just do:
| @In String remoteAddr;
|
(without auto-create, you need create="true" on the above)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998480#3998480
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998480
More information about the jboss-user
mailing list