Re: URL transparency for a web application in a clustered system

2006-07-13 Thread Michael Jouravlev
On 7/13/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 7/13/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Say I want to redirectto to a same action that has been posted to from > a browser. I don't have a hardcoded action name that I want to call. I > need to obtain this name (with con

Re: URL transparency for a web application in a clustered system

2006-07-13 Thread Craig McClanahan
On 7/13/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: Say I want to redirectto to a same action that has been posted to from a browser. I don't have a hardcoded action name that I want to call. I need to obtain this name (with context and such) from the request. What do I do? I can get reque

URL transparency for a web application in a clustered system

2006-07-13 Thread Michael Jouravlev
Say I want to redirectto to a same action that has been posted to from a browser. I don't have a hardcoded action name that I want to call. I need to obtain this name (with context and such) from the request. What do I do? I can get request.getRequestURI(), request.getRequestURL(), request.getCon