Hi all,

I wondering what will be the difference if i use
*((WebRequest)RequestCycle.get().getRequest()).getHeader("User-Agent");* 

or 

*WebSession.get().getClientInfo().getUserAgent();*

As  the client info per session would be same . 
and If I need to control this on the WebApplication level , then how to
handle this ? 
I got some idea about RequestMapper but not sure I am on right track.  Peers
can anyone give some valuable suggestions. 

Thanks

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/handling-user-agent-tp4649565.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to