Forcing a refresh

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

Forcing a refresh

danc-3
Hi all,

How do you force a refresh on a form after it completes
loading and has been displayed on the screen?

- Dan



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Forcing a refresh

Erik Bruchez
Administrator
What do you mean by "refresh"? What is the expected behavior?

-Erik

[hidden email] wrote:
> Hi all,
>
> How do you force a refresh on a form after it completes
> loading and has been displayed on the screen?
>
> - Dan



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Forcing a refresh

danc-3
Hi Erik,

Sorry for not being clear enough. I have attached two screen shots
that show what is happening.

- Dan


---------- Original Message -----------
From: Erik Bruchez <[hidden email]>
To: [hidden email]
Sent: Sat, 17 Dec 2005 10:50:02 +0100
Subject: Re: [ops-users] Forcing a refresh

> What do you mean by "refresh"? What is the expected behavior?
>
> -Erik
>
> [hidden email] wrote:
> > Hi all,
> >
> > How do you force a refresh on a form after it completes
> > loading and has been displayed on the screen?
> >
> > - Dan
------- End of Original Message -------

screen01.jpg (59K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Forcing a refresh

Erik Bruchez
Administrator
Dan,

It looks like you have found a bug. You should not have to do a manual
refresh or anytyhing.

I found a bug related to cases, but it only affect xforms:output with
mediatype="text/html", which I don't think is what you are using here.

If you can package up a reproducible case, I can look at it.

-Erik

Dan C. wrote:

> Hi Erik,
>
> Sorry for not being clear enough. I have attached two screen shots
> that show what is happening.
>
> - Dan
>
>
> *---------- Original Message -----------*
> From: Erik Bruchez <[hidden email]>
> To: [hidden email]
> Sent: Sat, 17 Dec 2005 10:50:02 +0100
> Subject: Re: [ops-users] Forcing a refresh
>
>  > What do you mean by "refresh"? What is the expected behavior?
>  >
>  > -Erik
>  >
>  > [hidden email] wrote:
>  > > Hi all,
>  > >
>  > > How do you force a refresh on a form after it completes
>  > > loading and has been displayed on the screen?
>  > >
>  > > - Dan
> *------- End of Original Message -------*


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

xxwidget tabs

Pascal Heus
Hi:
Just deployed the latest CVS release.  The tabs widget is behaving a bit strangely....
Following code produces attachedd screenshot (ignore if this is work in progress....)
    <widget:tabs>
        <widget:tab id="t1" selected="true">
            <widget:label>Tab1</widget:label>
            <div>Text nested in Tab1</div>
        </widget:tab>
        <widget:tab id="t2">
            <widget:label>Tab2</widget:label>
            <div>Text nested in Tab2</div>
        </widget:tab>
        <widget:tab id="t3">
            <widget:label>Tab3</widget:label>
            <div>Text nested in Tab3</div>
        </widget:tab>
    </widget:tabs>


*P


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xxwidget tabs

Erik Bruchez
Administrator
Pascal,

I don't reproduce this at the moment: not in the XForms Controls example
and not in the Charts example.

-Erik

Pascal Heus wrote:

> Hi:
> Just deployed the latest CVS release.  The tabs widget is behaving a bit
> strangely....
> Following code produces attachedd screenshot (ignore if this is work in
> progress....)
>     <widget:tabs>
>         <widget:tab id="t1" selected="true">
>             <widget:label>Tab1</widget:label>
>             <div>Text nested in Tab1</div>
>         </widget:tab>
>         <widget:tab id="t2">
>             <widget:label>Tab2</widget:label>
>             <div>Text nested in Tab2</div>
>         </widget:tab>
>         <widget:tab id="t3">
>             <widget:label>Tab3</widget:label>
>             <div>Text nested in Tab3</div>
>         </widget:tab>
>     </widget:tabs>
>
>
> *P


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws