regarding cache in xforms

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

regarding cache in xforms

Laxmi Narayana-3
Hi All,

How to store objects in cache and how to get these objects from the
cache in our xpls or in xhtmls using xforms.

Plz help me this is urgent requirement.

Thanks In advance,
LaxmiNarayana.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: regarding cache in xforms

fl.schmitt(ops-users)
hi Laxmi,

> How to store objects in cache and how to get these objects from the
> cache in our xpls or in xhtmls using xforms.

with a nightly build, you may use xxforms:get-session-attribute() and
xxforms:set-session-attribute():

http://www.orbeon.com/ops/doc/reference-xforms-2#orbeon-extensions

With 3.6, you could use the scope serializer / generator:

http://www.orbeon.com/ops/doc/processors-serializers#scope-serializer
http://www.orbeon.com/ops/doc/processors-generators#scope-generator

HTH
florian




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: regarding cache in xforms

Łukasz Gendek
In reply to this post by Laxmi Narayana-3
I am pushing the button "Run trigger" on
http://www.orbeon.com/ops/xforms-sandbox/sample/javascript-activate-trigger.
The value should increment. It does in IE. It does not in FF. It is a bug.

Regards
Lukasz Gendek

----- Original Message -----
From: "Laxmi Narayana" <[hidden email]>
To: <[hidden email]>
Sent: Wednesday, June 25, 2008 1:35 PM
Subject: [ops-users] regarding cache in xforms


> Hi All,
>
> How to store objects in cache and how to get these objects from the
> cache in our xpls or in xhtmls using xforms.
>
> Plz help me this is urgent requirement.
>
> Thanks In advance,
> LaxmiNarayana.
>

--------------------------------------------------------------------------------



--
You receive this message as a subscriber of the [hidden email] mailing
list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

FF3 issue (was Re: regarding cache in xforms)

fl.schmitt(ops-users)
hi Lukasz,

> I am pushing the button "Run trigger" on
> http://www.orbeon.com/ops/xforms-sandbox/sample/javascript-activate-trigger.
>
> The value should increment. It does in IE. It does not in FF. It is a bug.

i think this is a issue with firefox 3 - FF2 works.

florian



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: FF3 issue (was Re: regarding cache in xforms)

fl.schmitt(ops-users)
> i think this is a issue with firefox 3 - FF2 works.

sorry- that was nonsense, FF3 works, in FF2 only the increment button
works...

florian



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: regarding cache in xforms

Erik Bruchez
Administrator
In reply to this post by fl.schmitt(ops-users)
That will work, but I just wanted to say that technically this is not  
the "cache", in the sense "XPL object cache".

-Erik

On Jun 25, 2008, at 5:23 AM, Florian Schmitt wrote:

> hi Laxmi,
>
>> How to store objects in cache and how to get these objects from the
>> cache in our xpls or in xhtmls using xforms.
>
> with a nightly build, you may use xxforms:get-session-attribute()  
> and xxforms:set-session-attribute():
>
> http://www.orbeon.com/ops/doc/reference-xforms-2#orbeon-extensions
>
> With 3.6, you could use the scope serializer / generator:
>
> http://www.orbeon.com/ops/doc/processors-serializers#scope-serializer
> http://www.orbeon.com/ops/doc/processors-generators#scope-generator
>
> HTH
> florian
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: FF3 issue (was Re: regarding cache in xforms)

Łukasz Gendek
In reply to this post by fl.schmitt(ops-users)
Are you going to fix it?

Regards

Lukasz Gendek

----- Original Message -----
From: "Florian Schmitt" <[hidden email]>
To: <[hidden email]>
Sent: Wednesday, June 25, 2008 3:10 PM
Subject: [ops-users] Re: FF3 issue (was Re: regarding cache in xforms)


>> i think this is a issue with firefox 3 - FF2 works.
>
> sorry- that was nonsense, FF3 works, in FF2 only the increment button
> works...
>
> florian
>
>


--------------------------------------------------------------------------------



--
You receive this message as a subscriber of the [hidden email] mailing
list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: FF3 issue (was Re: regarding cache in xforms)

fl.schmitt(ops-users)
hi Łukasz,

> Are you going to fix it?

i'm not a developer, just a simple user - and IMHO because the standard
way (using xforms:trigger) works with both browsers (FF2 and FF3), i
think there's no high priority for a fix.

florian




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws