[OS-webwork] Re: User-Agent Variations

2002-11-05 Thread Chris Miller
>Now, ob. webwork: there are two ways you could approach the user-agent >thing: one is to have an action choose a view based on useragent headers >(available through ServletActionContext, IIRC). This action would be >chosen last in the action chain. A cleaner approach would be to extend Configurat

[OS-webwork] Re: User-Agent Variations

2002-11-05 Thread Sven Kuenzler
James Cook schrieb: I am working on a website that will have a completely different set of actions based on the user-agent. Think of IE6 and Pocket PC. What is the best technique in a WebWork framework to serve up this site? The suggestion Rickard made once was to use relative URLs in the view