RE: Multi Devices and Multilanguage

2011-06-30 Thread Marcus Bond
or not this approach works ok or not.. Would be good to hear of other peoples experiences with tackling this issue. M -Original Message- From: Zoran Avtarovski [mailto:zo...@sparecreative.com] Sent: 30 June 2011 07:31 To: Struts Users Mailing List; Frans Thamura Subject: Re: Multi Devic

Re: Multi Devices and Multilanguage

2011-06-29 Thread Zoran Avtarovski
We use a custom sitemesh decorator for each targeted platform and also a custom struts theme for each. This way we use the same core jsp files across the application. By keeping the JSP functionality simple we find it works really well. I hate to be the one who breaks it to you but you'll have to

Re: Multi Devices and Multilanguage

2011-06-29 Thread Frans Thamura
where do u put ur code i am glad to test it f On Jun 30, 2011 1:43 AM, "Miguel" wrote: > Hello, > I did an interceptor that changes the return code based on the user-agent of > the client. > So there are versions for PC and mobile of each jsp. In your configuration > you need to have all the res

Re: Multi Devices and Multilanguage

2011-06-29 Thread Miguel
Hello, I did an interceptor that changes the return code based on the user-agent of the client. So there are versions for PC and mobile of each jsp. In your configuration you need to have all the result codes for all jsp. Example: I change the result code from "browse" to "iPhone.browse" Stuts 2 ca

Multi Devices and Multilanguage

2011-06-29 Thread Frans Thamura
hi all we want to create a multi devices rendering for our apps, which we use struts2, for mobile, tablet and web common, we use jquery mobile, i like the JQM beta1. and we also want to make web with multi language anyone can share the strategy which we can start to make this F