Re: Accessing ServerName property from request

2008-05-10 Thread Zoran Avtarovski
Thanks Jeremy. That¹s all I wanted to confirm. I¹ve done it like that but I just wanted to make sure I wasn¹t making problems for myself further down the line. Z. > Zoran Avtarovski wrote: >> > I need to access the getServerName method of the request from an action, >> but >> > I¹d like to do it

Re: Accessing ServerName property from request

2008-05-10 Thread Jeromy Evans
Zoran Avtarovski wrote: I need to access the getServerName method of the request from an action, but I¹d like to do it via the request map. What parameter do pass the get method? I couldn¹t find anything on the site. Z. Hi Zoran, it's not in the request map. The RequestMap maps only to the

Accessing ServerName property from request

2008-05-09 Thread Zoran Avtarovski
I need to access the getServerName method of the request from an action, but I¹d like to do it via the request map. What parameter do pass the get method? I couldn¹t find anything on the site. Z.