Ovidiu Predescu wrote:

> In this example, both login() and addToCart() are functions that can be
> called from the sitemap using <map:call function="..."/>. The value of
> all the global variables is essentially preserved, once the
> createSession() function is called.
>
> I'll commit an example of this feature. Using this, you no longer have
> to maintain things in the servlet session object, just make your
> 'userId' a global variable in your flowscript, and make sure you call
> createSession() in one of the functions called earlier in the process.
>

That's cool.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to