xforms:output in xforms:label

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

xforms:output in xforms:label

marc-62
Hi All,

Congratulations to the Orbeon team for the 3.5 release. What a work since the 2.x versions !!!

I've found a problem with the 3.5 :

In the documentation "http://www.orbeon.com/ops/doc/home-changes-35" there is :

"Enhanced xforms:output support. Support for xforms:output in xforms:label, xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically build the value of labels, etc. "

It seems that xforms:output in xforms:label is not supported within a xforms:item element.

Example:
<xforms:item>
    <xforms:label><xforms:output value="concat('---',instance('i18n')/M_726,'---')"/></xforms:label>
    <xforms:value></xforms:value>
</xforms:item>

Error : XForms error: Error element "xxf:item" is missing "label" attribute(schema: oxf:/ops/xforms/xforms-server-response.rng)
--
Marc


--
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: xforms:output in xforms:label

Alessandro Vernet
Administrator
Hi Marc,

On 2/22/07, marc <[hidden email]> wrote:
>  Congratulations to the Orbeon team for the 3.5 release. What a work since
> the 2.x versions !!!

And we would like to thank you and everyone else who supported us by
taking a support plan, by sponsoring features, or reporting issues and
helping others in this list. Without your support we could not have
release Orbeon Forms 3.5!

>  "Enhanced xforms:output support. Support for xforms:output in xforms:label,
> xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically
> build the value of labels, etc. "
>
>  It seems that xforms:output in xforms:label is not supported within a
> xforms:item element.

I haven't been able to reproduce this. Even updating the label
dynamically seems to work fine. I created a simple test case for this
which I attached. Would you have a test case that shows the problem?

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

action-load-target.xhtml (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:output in xforms:label

marc-62
Alex,

I'm sorry for the noise, but the problem no longer subsist after a
restart of my computer.
 
--
Marc




--
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: xforms:output in xforms:label

Alessandro Vernet
Administrator
Hi Marc,

On 2/23/07, marc <[hidden email]> wrote:
> I'm sorry for the noise, but the problem no longer subsist after a
> restart of my computer.

No problem, I wish all problems were like that! :)

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xforms:output in xforms:label

Joseph Lawrence
In reply to this post by Alessandro Vernet
Hi Alex,
     In the sample test case u attached I saw something like
            <xforms:submission method="get" action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
                    xxforms:target="iframe"/>
Hope this feature is not yet supported right?

Thanks
Joseph Lawrence
Stabilix Solutions

Alessandro Vernet <[hidden email]> wrote:
Hi Marc,

On 2/22/07, marc wrote:
> Congratulations to the Orbeon team for the 3.5 release. What a work since
> the 2.x versions !!!

And we would like to thank you and everyone else who supported us by
taking a support plan, by sponsoring features, or reporting issues and
helping others in this list. Without your support we could not have
release Orbeon Forms 3.5!

> "Enhanced xforms:output support. Support for xforms:output in xforms:label,
> xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically
> build the value of labels, etc. "
>
> It seems that xforms:output in xforms:label is not supported within a
> xforms:item element.

I haven't been able to reproduce this. Even updating the label
dynamically seems to work fine. I created a simple test case for this
which I attached. Would you have a test case that shows the problem?

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.

--
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: xforms:output in xforms:label

Alessandro Vernet
Administrator
Hi Joseph,

It is supported: if you are using frames, you can specify with
xxforms:target the frame in which you would like the page to be
loaded.

Alex

On 2/24/07, Joseph Lawrence <[hidden email]> wrote:

> Hi Alex,
>      In the sample test case u attached I saw something like
>             <xforms:submission method="get"
> action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
>                     xxforms:target="iframe"/>
> Hope this feature is not yet supported right?
>
> Thanks
> Joseph Lawrence
> Stabilix Solutions
>
> Alessandro Vernet <[hidden email]> wrote:
>  Hi Marc,
>
>
> On 2/22/07, marc wrote:
> > Congratulations to the Orbeon team for the 3.5 release. What a work since
> > the 2.x versions !!!
>
> And we would like to thank you and everyone else who supported us by
> taking a support plan, by sponsoring features, or reporting issues and
> helping others in this list. Without your support we could not have
> release Orbeon Forms 3.5!
>
> > "Enhanced xforms:output support. Support for xforms:output in
> xforms:label,
> > xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically
> > build the value of labels, etc. "
> >
> > It seems that xforms:output in xforms:label is not supported within a
> > xforms:item element.
>
> I haven't been able to reproduce this. Even updating the label
> dynamically seems to work fine. I created a simple test case for this
> which I attached. Would you have a test case that shows the problem?
>
> Alex
> --
> Orbeon Forms - Web 2.0 Forms for the Enterprise
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
>  ________________________________
> Finding fabulous fares is fun.
> Let Yahoo! FareChase search your favorite travel sites to find flight and
> hotel bargains.
>
>
>
> --
> 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
>
>

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

Re: xforms:output in xforms:label

Joseph Lawrence
Hi Alex,
    I am using Orbeon Forms 3.5.0.200702261135. I tried working with @xxforms:target in xforms:submission to do a get submission on an iframe but in vain. I am attaching a sample test case that didn't work.

Thank You very much,
Joseph Lawrence
Stabilix Solutions

Alessandro Vernet <[hidden email]> wrote:
Hi Joseph,

It is supported: if you are using frames, you can specify with
xxforms:target the frame in which you would like the page to be
loaded.

Alex

On 2/24/07, Joseph Lawrence wrote:

> Hi Alex,
> In the sample test case u attached I saw something like
>
> action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
> xxforms:target="iframe"/>
> Hope this feature is not yet supported right?
>
> Thanks
> Joseph Lawrence
> Stabilix Solutions
>
> Alessandro Vernet wrote:
> Hi Marc,
>
>
> On 2/22/07, marc wrote:
> > Congratulations to the Orbeon team for the 3.5 release. What a work since
> > the 2.x versions !!!
>
> And we would like to thank you and everyone else who supported us by
> taking a support plan, by sponsoring features, or reporting issues and
> helping others in this list. Without your support we could not have
> release Orbeon Forms 3.5!
>
> > "Enhanced xforms:output support. Support for xforms:output in
> xforms:label,
> > xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically
> > build the value of labels, etc. "
> >
> > It seems that xforms:output in xforms:label is not supported within a
> > xforms:item element.
>
> I haven't been able to reproduce this. Even updating the label
> dynamically seems to work fine. I created a simple test case for this
> which I attached. Would you have a test case that shows the problem?
>
> Alex
> --
> Orbeon Forms - Web 2.0 Forms for the Enterprise
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
> ________________________________
> Finding fabulous fares is fun.
> Let Yahoo! FareChase search your favorite travel sites to find flight and
> hotel bargains.
>
>
>
> --
> 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
>
>


--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.

--
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: xforms:output in xforms:label

Joseph Lawrence
Hi Alex,
    I am sorry. Here is the test case.

Thanks
Joseph Lawrence  
Stabilix Solutions

Joseph Lawrence <[hidden email]> wrote:
Hi Alex,
    I am using Orbeon Forms 3.5.0.200702261135. I tried working with @xxforms:target in xforms:submission to do a get submission on an iframe but in vain. I am attaching a sample test case that didn't work.

Thank You very much,
Joseph Lawrence
Stabilix Solutions

Alessandro Vernet <[hidden email]> wrote:
Hi Joseph,

It is supported: if you are using frames, you can specify with
xxforms:target the frame in which you would like the page to be
loaded.

Alex

On 2/24/07, Joseph Lawrence wrote:

> Hi Alex,
> In the sample test case u attached I saw something like
>
> action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
> xxforms:target="iframe"/>
> Hope this feature is not yet supported right?
>
> Thanks
> Joseph Lawrence
> Stabilix Solutions
>
> Alessandro Vernet wrote:
> Hi Marc,
>
>
> On 2/22/07, marc wrote:
> > Congratulations to the Orbeon team for the 3.5 release. What a work since
> > the 2.x versions !!!
>
> And we would like to thank you and everyone else who supported us by
> taking a support plan, by sponsoring features, or reporting issues and
> helping others in this list. Without your support we could not have
> release Orbeon Forms 3.5!
>
> > "Enhanced xforms:output support. Support for xforms:output in
> xforms:label,
> > xforms:hint, xforms:help, and xforms:alert. This allow you to dynamically
> > build the value of labels, etc. "
> >
> > It seems that xforms:output in xforms:label is not supported within a
> > xforms:item element.
>
> I haven't been able to reproduce this. Even updating the label
> dynamically seems to work fine. I created a simple test case for this
> which I attached. Would you have a test case that shows the problem?
>
> Alex
> --
> Orbeon Forms - Web 2.0 Forms for the Enterprise
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
> ________________________________
> Finding fabulous fares is fun.
> Let Yahoo! FareChase search your favorite travel sites to find flight and
> hotel bargains.
>
>
>
> --
> 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
>
>


--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.
--
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


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

--
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

action-load-target.xhtml (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:output in xforms:label

Erik Bruchez
Administrator
In reply to this post by Alessandro Vernet
Mmm, Alex, if this is supported, I don't see any code for it ;-)

xxforms:target is however supported on xforms:load.

-Erik

Alessandro Vernet wrote:

> Hi Joseph,
>
> It is supported: if you are using frames, you can specify with
> xxforms:target the frame in which you would like the page to be
> loaded.
>
> Alex
>
> On 2/24/07, Joseph Lawrence <[hidden email]> wrote:
>> Hi Alex,
>>      In the sample test case u attached I saw something like
>>             <xforms:submission method="get"
>> action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
>>                     xxforms:target="iframe"/>
>> Hope this feature is not yet supported right?
>>
>> Thanks
>> Joseph Lawrence
>> Stabilix Solutions
>>
>> Alessandro Vernet <[hidden email]> wrote:
>>  Hi Marc,
>>
>>
>> On 2/22/07, marc wrote:
>> > Congratulations to the Orbeon team for the 3.5 release. What a work
>> since
>> > the 2.x versions !!!
>>
>> And we would like to thank you and everyone else who supported us by
>> taking a support plan, by sponsoring features, or reporting issues and
>> helping others in this list. Without your support we could not have
>> release Orbeon Forms 3.5!
>>
>> > "Enhanced xforms:output support. Support for xforms:output in
>> xforms:label,
>> > xforms:hint, xforms:help, and xforms:alert. This allow you to
>> dynamically
>> > build the value of labels, etc. "
>> >
>> > It seems that xforms:output in xforms:label is not supported within a
>> > xforms:item element.
>>
>> I haven't been able to reproduce this. Even updating the label
>> dynamically seems to work fine. I created a simple test case for this
>> which I attached. Would you have a test case that shows the problem?
>>
>> Alex
>> --
>> Orbeon Forms - Web 2.0 Forms for the Enterprise
>> 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
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>>
>>  ________________________________
>> Finding fabulous fares is fun.
>> Let Yahoo! FareChase search your favorite travel sites to find flight and
>> hotel bargains.
>>
>>
>>
>> --
>> 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
>>
>>
>
>

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

Re: xforms:output in xforms:label

Alessandro Vernet
Administrator
Erik, you're right. It is not implemented. Joseph brought this up in
December and I incorrectly thought that it had be implemented since
then. Here is the corresponding RFE that was added in December:

http://forge.objectweb.org/tracker/?group_id=168&atid=350207&func=detail&aid=306534

Joseph, a possible work-around would be to use <xforms:load>, but of
that means that you won't be able to post and instance.

Alex

On 2/27/07, Erik Bruchez <[hidden email]> wrote:

> Mmm, Alex, if this is supported, I don't see any code for it ;-)
>
> xxforms:target is however supported on xforms:load.
>
> -Erik
>
> Alessandro Vernet wrote:
> > Hi Joseph,
> >
> > It is supported: if you are using frames, you can specify with
> > xxforms:target the frame in which you would like the page to be
> > loaded.
> >
> > Alex
> >
> > On 2/24/07, Joseph Lawrence <[hidden email]> wrote:
> >> Hi Alex,
> >>      In the sample test case u attached I saw something like
> >>             <xforms:submission method="get"
> >> action="http://search.yahoo.com/" serialize="false" id="yahoo-submission"
> >>                     xxforms:target="iframe"/>
> >> Hope this feature is not yet supported right?
> >>
> >> Thanks
> >> Joseph Lawrence
> >> Stabilix Solutions
> >>
> >> Alessandro Vernet <[hidden email]> wrote:
> >>  Hi Marc,
> >>
> >>
> >> On 2/22/07, marc wrote:
> >> > Congratulations to the Orbeon team for the 3.5 release. What a work
> >> since
> >> > the 2.x versions !!!
> >>
> >> And we would like to thank you and everyone else who supported us by
> >> taking a support plan, by sponsoring features, or reporting issues and
> >> helping others in this list. Without your support we could not have
> >> release Orbeon Forms 3.5!
> >>
> >> > "Enhanced xforms:output support. Support for xforms:output in
> >> xforms:label,
> >> > xforms:hint, xforms:help, and xforms:alert. This allow you to
> >> dynamically
> >> > build the value of labels, etc. "
> >> >
> >> > It seems that xforms:output in xforms:label is not supported within a
> >> > xforms:item element.
> >>
> >> I haven't been able to reproduce this. Even updating the label
> >> dynamically seems to work fine. I created a simple test case for this
> >> which I attached. Would you have a test case that shows the problem?
> >>
> >> Alex
> >> --
> >> Orbeon Forms - Web 2.0 Forms for the Enterprise
> >> 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
> >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >>
> >>
> >>
> >>  ________________________________
> >> Finding fabulous fares is fun.
> >> Let Yahoo! FareChase search your favorite travel sites to find flight and
> >> hotel bargains.
> >>
> >>
> >>
> >> --
> >> 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
> >>
> >>
> >
> >
>
>
> --
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws