I have been asked to investigate adding mobile device support to an
existing Struts2 application.  I was wondering if others could explain
how you added mobile detection and view support for your Struts2
applications.  

Did you use an interceptor to set a session Boolean value and keyed your
view from that variable?  
Did your interceptor append/prefix your invocation result with a
"mobile" value so that different views were rendered?  

There are a number of ways to implement it obviously, but wanted to get
a feel for what others may have tried in the past and the obstacles that
may have surfaced to point you along a specific path.

Thanks in advance,
Chris


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

Reply via email to