Hi all,
the background of my question is, that I want to analyse the current user agent within an interceptor and if the user is using a mobile browser I want to simply set a flag (usingMobilBrowser=true) which can be used within the result
JSP to decide which css sheet is included.
Unfortunately I don't know how to add such a parameter within an interceptor. I tried different things with the actionInvocation object, but non of it was successful.
Could anyone give me a hint how to solve this issue?
Greetings,
oetzi