I need to check the browser\'s user-agent to see if it is IE6. However I shouldn\'t use scriptlets (we have a strict no scriptlets policy) to do this.
Currently I u
If you are using spring-mobile framework you can use following to check device type
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> "Welcome desktop user" "Welcome mobile user" "Welcome tab user"
"Welcome desktop user"
"Welcome mobile user"
"Welcome tab user"