[S2] access to URL information

2007-02-19 Thread bob
What's the cleanest way to get to the request url information, such as the domain name, from within an interceptor? I know that I could get a hold of the servlet API to do this, but is this a best practice? I know that I've read that you should try to avoid accessing the servlet API from

Re: [S2] access to URL information

2007-02-19 Thread Matt Filion
. bob [EMAIL PROTECTED] 02/19/2007 11:26 AM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject [S2] access to URL information What's

Re: [S2] access to URL information

2007-02-19 Thread Dave Newton
--- Matt Filion [EMAIL PROTECTED] wrote: I'm actually having a similar issue. I'm trying to get some paramters from the querystring (in either an interceptor and tried earlier on an action) and have been unable to get any querystring values. I don't know how either of you are going to get

Re: [S2] access to URL information

2007-02-19 Thread Matt Filion
Mailing List user@struts.apache.org cc Subject Re: [S2] access to URL information --- Matt Filion [EMAIL PROTECTED] wrote: I'm actually having a similar issue. I'm trying to get some paramters from the querystring (in either an interceptor and tried earlier on an action) and have been

Re: [S2] access to URL information

2007-02-19 Thread bob
I suppose you could set the information in one of theinterfaces with .map via an interceptor, or createyour own interface, but so far it's not clear to mewhy you'd want to.d. Actually, I have multiple hostnames mapped to my application and the virtual host is determined by parsing the host