> -----Original Message-----
> From: Rickard �berg [mailto:[EMAIL PROTECTED]] 

> 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.
> 

Ok, I'm confused. So now we have to intercept all requests, not just the ones for 
*.action? Where is this temporary association between URLs and actions stored? Is it 
in the Session, so it's user specific? 

The hidden token is still sounding much more straightforward and easy to understand, 
IMHO.

Jason


-------------------------------------------------------
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