> > So you get URLs like:
> >
http://www.myhost.com/some/path/wfjIFEOwijofOEIWjfIOWEkaAIoqjklnfoSyEj?foo=b
ar
>
> No.
>
> Example:
> <xw:url page="foobar.html" action="blahblah">
>    <xw:param name="foo" value="bar"/>
> </xw:url>
> would generate the following URL:
> foobar.html?foo=bar
>
> When the server runs foobar.html it first executes "blahblah" and makes
> the result available somehow for the rendering process to use. Pretty
> straightforward. If foobar.html?foo=bar is hit again then nothing
> happens, since the action has already been executed.

I'm a bit confused -- how does this scale to multiple users on the system at
the same time? "foobar.html?foo=bar" doesn't seem very unique? Is this on a
a per-session basis? Even that seems odd.Where is the "token" or "key" that
provides the handshaking that is required to tackle this problem. And to
clarify again, the problem is: "If the submit button is pressed twice on a
form, I want the action only to execute once".

-Pat




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to