<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <pre wrap="">"WARequest&gt;&gt;  #fields / #queryFields /<span class="moz-txt-citetags"> </span>#postFields should work if you're using Comanche.."

Have succesfully made it work with a plain (non-seaside-served) html page using a Get method: (I could've used updateUrl but it serves my purpose to deliver that menu page statically anyway).

Will get to work on the post method as you suggest soon.

But in the current scenario (statically served page with Get method), new question: 

each incoming get request from my static page is treated as a new session - so if a user performs multiple transactions, each is traeated as a new session, requiring multiple logins, etc. 

Is it possible to 'pass' control back to the initial session? 

I can get the user's IP address with:

<span class="undefinedIdentifier">nativeRequest</span> <span class="ansiAssignment">:=</span> <span class="self">self</span> <span class="unary">session</span> <span class="unary">currentRequest</span> <span class="unary">nativeRequest
</span><span class="undefinedIdentifier">ipAddress</span> <span class="ansiAssignment">:=</span> <span class="undefinedIdentifier">nativeRequest</span> <span class="unary">remoteAddress</span><span class="statementSeparator">.

Do you think I should use the announcements framework which I dimly grok...

Only want direction, will do the leg work myself...
</span><span class="unary">
</span></pre>
    <br>
    <br>
    On Tuesday 13 March 2012 08:23 PM, Ramshreyas wrote:
    <blockquote cite="mid:4F5F5F6D.70706@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <pre wrap="">"Are you using Comache or KomLight? Do you really need the whole body
or would the fields (WARequest &gt;&gt; #fields / #queryFields /
#postFields) work as well?"




</pre>
    </blockquote>
    <br>
  </body>
</html>