support for legacy widget:tabs

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

support for legacy widget:tabs

Benjamin
Hi,

i test the last nightly build with my current App and was wondering that
the old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl
. Is there a reason for this step?

In my app, i descripe a lot of event-handlers for <xforms:trigger>
elements wich are in a "tab element", in the <xforms:model> element, but
with the new fr:tabview they dont work anymore. I take a old
xforms-widgets.xsl to get the support back, but would  prefer not to
change the file with a update of my orbeon version. Is it possible to
get the support back?

any statement would by appreciated and  sorry for my bad english.

thx Benjamin


--
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: support for legacy widget:tabs

Alessandro  Vernet
Administrator
Benjamin,

We think that the new fr:tabview implemented in XBL is superior to the
old widget:tabs implemented in XSLT, we retired widget:tabs and
provided a simple translation of widget:tabs into fr:tabview. You can
put back the support widget:tabs in the version of xforms-widgets.xsl
you use locally, but instead I would recommend you check out
fr:tabview:

http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view

Do you think that using fr:tabview can work for you?

Alex

On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle <[hidden email]> wrote:

> Hi,
>
> i test the last nightly build with my current App and was wondering that the
> old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
> there a reason for this step?
>
> In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
> wich are in a "tab element", in the <xforms:model> element, but with the new
> fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
> the support back, but would  prefer not to change the file with a update of
> my orbeon version. Is it possible to get the support back?
>
> any statement would by appreciated and  sorry for my bad english.
>
> thx Benjamin
>
>
> --
> 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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: support for legacy widget:tabs

Benjamin
Alex,

thanks for your reply. I wrote a little testpage for the sandbox to show where my problem is. The orbeon version that is using from the homepage have still the support for widget:tabs, so i used both to show the different.  First i use widget:tabs. I have a event hanlder outside of the Trigger element and it works. Then i used fr:tabview and the event handler does not work anymore.

is there something wrong in my code?

Ben


Alessandro Vernet schrieb:
Benjamin,

We think that the new fr:tabview implemented in XBL is superior to the
old widget:tabs implemented in XSLT, we retired widget:tabs and
provided a simple translation of widget:tabs into fr:tabview. You can
put back the support widget:tabs in the version of xforms-widgets.xsl
you use locally, but instead I would recommend you check out
fr:tabview:

http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view

Do you think that using fr:tabview can work for you?

Alex

On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle [hidden email] wrote:
  
Hi,

i test the last nightly build with my current App and was wondering that the
old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
there a reason for this step?

In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
wich are in a "tab element", in the <xforms:model> element, but with the new
fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
the support back, but would  prefer not to change the file with a update of
my orbeon version. Is it possible to get the support back?

any statement would by appreciated and  sorry for my bad english.

thx Benjamin


--
You receive this message as a subscriber of the [hidden email] mailing
list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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

wdget_tabs.xhtml (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: support for legacy widget:tabs

Alessandro  Vernet
Administrator
Ben,

You hit a bug in the XBL engine:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314476&group_id=168&atid=350207

Would it be possible in your case not to use an observer outside of the tabview?

Alex

On Thu, Mar 4, 2010 at 4:06 PM, Benjamin Jehle <[hidden email]> wrote:

> Alex,
>
> thanks for your reply. I wrote a little testpage for the sandbox to show
> where my problem is. The orbeon version that is using from the homepage have
> still the support for widget:tabs, so i used both to show the different.
> First i use widget:tabs. I have a event hanlder outside of the Trigger
> element and it works. Then i used fr:tabview and the event handler does not
> work anymore.
>
> is there something wrong in my code?
>
> Ben
>
>
> Alessandro Vernet schrieb:
>
> Benjamin,
>
> We think that the new fr:tabview implemented in XBL is superior to the
> old widget:tabs implemented in XSLT, we retired widget:tabs and
> provided a simple translation of widget:tabs into fr:tabview. You can
> put back the support widget:tabs in the version of xforms-widgets.xsl
> you use locally, but instead I would recommend you check out
> fr:tabview:
>
> http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view
>
> Do you think that using fr:tabview can work for you?
>
> Alex
>
> On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle <[hidden email]>
> wrote:
>
>
> Hi,
>
> i test the last nightly build with my current App and was wondering that the
> old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
> there a reason for this step?
>
> In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
> wich are in a "tab element", in the <xforms:model> element, but with the new
> fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
> the support back, but would  prefer not to change the file with a update of
> my orbeon version. Is it possible to get the support back?
>
> any statement would by appreciated and  sorry for my bad english.
>
> thx Benjamin
>
>
> --
> 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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: support for legacy widget:tabs

Benjamin
Alex,

Alex,
no  i can not.  I also try to call a submission out of a tab, without success... I assume that is the same issue? If there is no Bugfix in the near future, maybe a hint in the description from
fr:tabview in the wiki in the sections limitiations would be good, to prevent people for running in the same problem like me. Maybe it is also poosible to bring back support for the old wigdet:tabs, as long the as the Bug  is not fixed.

Ben



Alessandro Vernet schrieb:
Ben,

You hit a bug in the XBL engine:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314476&group_id=168&atid=350207

Would it be possible in your case not to use an observer outside of the tabview?

Alex

On Thu, Mar 4, 2010 at 4:06 PM, Benjamin Jehle [hidden email] wrote:
  
Alex,

thanks for your reply. I wrote a little testpage for the sandbox to show
where my problem is. The orbeon version that is using from the homepage have
still the support for widget:tabs, so i used both to show the different.
First i use widget:tabs. I have a event hanlder outside of the Trigger
element and it works. Then i used fr:tabview and the event handler does not
work anymore.

is there something wrong in my code?

Ben


Alessandro Vernet schrieb:

Benjamin,

We think that the new fr:tabview implemented in XBL is superior to the
old widget:tabs implemented in XSLT, we retired widget:tabs and
provided a simple translation of widget:tabs into fr:tabview. You can
put back the support widget:tabs in the version of xforms-widgets.xsl
you use locally, but instead I would recommend you check out
fr:tabview:

http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view

Do you think that using fr:tabview can work for you?

Alex

On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle [hidden email]
wrote:


Hi,

i test the last nightly build with my current App and was wondering that the
old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
there a reason for this step?

In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
wich are in a "tab element", in the <xforms:model> element, but with the new
fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
the support back, but would  prefer not to change the file with a update of
my orbeon version. Is it possible to get the support back?

any statement would by appreciated and  sorry for my bad english.

thx Benjamin


--
You receive this message as a subscriber of the [hidden email] mailing
list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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: [hidden email]
For general help: [hidden email]
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: Re: Re: support for legacy widget:tabs

Alessandro  Vernet
Administrator
Ben,

I bumped up the priority of this bug, and assure you that this is
something that we want to fix sooner than later. But I can't make any
promises as far as when it is going to be fixed. In this meantime, you
can restore the version of the xforms-widgets.xsl you had, so you can
use the "old" tab widget implemented in XSLT.

Alex

On Sun, Mar 7, 2010 at 1:21 AM, Benjamin Jehle <[hidden email]> wrote:

> Alex,
>
> Alex,
> no  i can not.  I also try to call a submission out of a tab, without
> success... I assume that is the same issue? If there is no Bugfix in the
> near future, maybe a hint in the description from
> fr:tabview in the wiki in the sections limitiations would be good, to
> prevent people for running in the same problem like me. Maybe it is also
> poosible to bring back support for the old wigdet:tabs, as long the as the
> Bug  is not fixed.
>
> Ben
>
>
>
> Alessandro Vernet schrieb:
>
> Ben,
>
> You hit a bug in the XBL engine:
>
> http://forge.ow2.org/tracker/index.php?func=detail&aid=314476&group_id=168&atid=350207
>
> Would it be possible in your case not to use an observer outside of the
> tabview?
>
> Alex
>
> On Thu, Mar 4, 2010 at 4:06 PM, Benjamin Jehle <[hidden email]>
> wrote:
>
>
> Alex,
>
> thanks for your reply. I wrote a little testpage for the sandbox to show
> where my problem is. The orbeon version that is using from the homepage have
> still the support for widget:tabs, so i used both to show the different.
> First i use widget:tabs. I have a event hanlder outside of the Trigger
> element and it works. Then i used fr:tabview and the event handler does not
> work anymore.
>
> is there something wrong in my code?
>
> Ben
>
>
> Alessandro Vernet schrieb:
>
> Benjamin,
>
> We think that the new fr:tabview implemented in XBL is superior to the
> old widget:tabs implemented in XSLT, we retired widget:tabs and
> provided a simple translation of widget:tabs into fr:tabview. You can
> put back the support widget:tabs in the version of xforms-widgets.xsl
> you use locally, but instead I would recommend you check out
> fr:tabview:
>
> http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view
>
> Do you think that using fr:tabview can work for you?
>
> Alex
>
> On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle <[hidden email]>
> wrote:
>
>
> Hi,
>
> i test the last nightly build with my current App and was wondering that the
> old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
> there a reason for this step?
>
> In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
> wich are in a "tab element", in the <xforms:model> element, but with the new
> fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
> the support back, but would  prefer not to change the file with a update of
> my orbeon version. Is it possible to get the support back?
>
> any statement would by appreciated and  sorry for my bad english.
>
> thx Benjamin
>
>
> --
> 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
>
>
>
>
>
>
>
> --
> 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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Re: support for legacy widget:tabs

Benjamin
Alex,

that sounds really good for me. Thank you for your help!

Ben


Alessandro Vernet schrieb:
Ben,

I bumped up the priority of this bug, and assure you that this is
something that we want to fix sooner than later. But I can't make any
promises as far as when it is going to be fixed. In this meantime, you
can restore the version of the xforms-widgets.xsl you had, so you can
use the "old" tab widget implemented in XSLT.

Alex

On Sun, Mar 7, 2010 at 1:21 AM, Benjamin Jehle [hidden email] wrote:
  
Alex,

Alex,
no  i can not.  I also try to call a submission out of a tab, without
success... I assume that is the same issue? If there is no Bugfix in the
near future, maybe a hint in the description from
fr:tabview in the wiki in the sections limitiations would be good, to
prevent people for running in the same problem like me. Maybe it is also
poosible to bring back support for the old wigdet:tabs, as long the as the
Bug  is not fixed.

Ben



Alessandro Vernet schrieb:

Ben,

You hit a bug in the XBL engine:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314476&group_id=168&atid=350207

Would it be possible in your case not to use an observer outside of the
tabview?

Alex

On Thu, Mar 4, 2010 at 4:06 PM, Benjamin Jehle [hidden email]
wrote:


Alex,

thanks for your reply. I wrote a little testpage for the sandbox to show
where my problem is. The orbeon version that is using from the homepage have
still the support for widget:tabs, so i used both to show the different.
First i use widget:tabs. I have a event hanlder outside of the Trigger
element and it works. Then i used fr:tabview and the event handler does not
work anymore.

is there something wrong in my code?

Ben


Alessandro Vernet schrieb:

Benjamin,

We think that the new fr:tabview implemented in XBL is superior to the
old widget:tabs implemented in XSLT, we retired widget:tabs and
provided a simple translation of widget:tabs into fr:tabview. You can
put back the support widget:tabs in the version of xforms-widgets.xsl
you use locally, but instead I would recommend you check out
fr:tabview:

http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components/tab-view

Do you think that using fr:tabview can work for you?

Alex

On Thu, Mar 4, 2010 at 3:04 PM, Benjamin Jehle [hidden email]
wrote:


Hi,

i test the last nightly build with my current App and was wondering that the
old widget:tabs now becomes a fr:tabview, in the xforms-widgets.xsl . Is
there a reason for this step?

In my app, i descripe a lot of event-handlers for <xforms:trigger> elements
wich are in a "tab element", in the <xforms:model> element, but with the new
fr:tabview they dont work anymore. I take a old xforms-widgets.xsl to get
the support back, but would  prefer not to change the file with a update of
my orbeon version. Is it possible to get the support back?

any statement would by appreciated and  sorry for my bad english.

thx Benjamin


--
You receive this message as a subscriber of the [hidden email] mailing
list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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: [hidden email]
For general help: [hidden email]
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: [hidden email]
For general help: [hidden email]
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