Persistence service to transfert variables

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Persistence service to transfert variables

Eric DE MAULDE
Hi,

Is possible to call a persistent service to transfer variable between two pages,
as JNLP Api and its PersistenceService Class.

By exemple, I would like to transfert several different List/Map variables to different iframes
(to choose features images for main virtual product and/or optional virtual products)
(from Groovy file to Groovy file, or Flt file to Groovy file)
I wouldn't want to use session.
I would want to transfert just a key into URL and after accede to variables related to this key
Or, how can I use List/Map parameters into a URL ?

Thanks
 
Eric
Reply | Threaded
Open this post in threaded view
|

Re: Persistence service to transfert variables

Scott Gray
Hi Eric

Why wouldn't you want to use the session?

Regards
Scott

2008/11/8 Eric DE MAULDE <[hidden email]>:

> Hi,
>
> Is possible to call a persistent service to transfer variable between two pages,
> as JNLP Api and its PersistenceService Class.
>
> By exemple, I would like to transfert several different List/Map variables to different iframes
> (to choose features images for main virtual product and/or optional virtual products)
> (from Groovy file to Groovy file, or Flt file to Groovy file)
> I wouldn't want to use session.
> I would want to transfert just a key into URL and after accede to variables related to this key
> Or, how can I use List/Map parameters into a URL ?
>
> Thanks
>
> Eric
>
Reply | Threaded
Open this post in threaded view
|

Re: Persistence service to transfert variables

Eric DE MAULDE
It's impossible to allocate different values to a same session variable
during HTML page building.
I had wanted to build iframes in order to scoll their content.
But now I'm using a Javascript scrip to scroll <DIV> content.
And I use several times, same request attribute variables,
to build each DIV to scroll.

Eric

----- Original Message -----
From: "Scott Gray" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, November 11, 2008 12:01 AM
Subject: Re: Persistence service to transfert variables


> Hi Eric
>
> Why wouldn't you want to use the session?
>
> Regards
> Scott
>
> 2008/11/8 Eric DE MAULDE <[hidden email]>:
>> Hi,
>>
>> Is possible to call a persistent service to transfer variable between two
>> pages,
>> as JNLP Api and its PersistenceService Class.
>>
>> By exemple, I would like to transfert several different List/Map
>> variables to different iframes
>> (to choose features images for main virtual product and/or optional
>> virtual products)
>> (from Groovy file to Groovy file, or Flt file to Groovy file)
>> I wouldn't want to use session.
>> I would want to transfert just a key into URL and after accede to
>> variables related to this key
>> Or, how can I use List/Map parameters into a URL ?
>>
>> Thanks
>>
>> Eric
>>
>