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 |
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 |
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 screen01.jpg (59K) Download Attachment |
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 |
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 |
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 |
Free forum by Nabble | Edit this page |