Thomas, Although I do not know the specifics, the answer involves media_types and the capability map. The capability map will determine the media_type to use based on http session information. You can define a media_type that is specific to a browser. The challenge begins when you want an IE (ie_html) and a Netscape (ms_html) media_types, you can not define a fallback media_type (html). Thus you have to duplicate much of the WEB-INF/templates tree to maintain common functionality for both media_types. For you, this may be an issues when supporting html and html for the the pocket PC.
Jetspeed comes with html, wml, and xml media types define. I hope this helps. Paul Spencer Thomas Sempf wrote: > Hello, > > i have posted before, but no one answered :-( > How to implement multi browser support in Jetspeed. I have to support > different browser types like IE and IE for PocketPC. The decision must be > made before the first vm file is called so you can have a directory tree for > html, html for PocketPC, WAP and so on. > But how to implement that? Any help out there? > > Greetings > Thomas > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
