Great!  Getting the ISP to do anything outside of accept my money is like
getting through the airport with a duffle bag.

This code works running on the server

<%
String path = request.getContextPath();
String basePath = request.getScheme
()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

So perhaps the UrlHelper could fall back on it?

Scott

On 9/18/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> --- [EMAIL PROTECTED] wrote:
> > Do you think it could be a server setting?
>
> AFAIK the relevant code is in UrlHelper:
>
> link.append(request.getServerName());
>
> As a sanity check you could see what that returns in a
> typical Action, but I'd guess something isn't right on
> the server and it's returning a null or empty string
> etc.
>
> d.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Scott
[EMAIL PROTECTED]

Reply via email to