link

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

link

Nicolas Modrzyk-3
Hi,

I am trying to use the code proposed at the following place:
http://forge.objectweb.org/tracker/download.php/168/350207/303776/264/xforms-load.xml
Which I am copying here just in case:
<xhtml:html xmlns:xforms="http://www.w3.org/2002/xforms"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <xhtml:head>
        <xforms:model>
            <xforms:instance>
                <navigation>
                    <url>http://www.orbeon.com/</url>
                </navigation>
            </xforms:instance>
        </xforms:model>
    </xhtml:head>
    <xhtml:body>
        <xforms:trigger>
            <xforms:label>Go to orbeon.com</xforms:label>
            <xforms:load ref="/navigation/url"/>
        </xforms:trigger>
    </xhtml:body>
</xhtml:html>



But whatever I do  seems to not be able to load anything in the href
link. Even though the data is properly there in the instance.
Has this been updated to a new form ?  Or am I missing something  ?
This is running the latest orbeon from december.

Any idea ?

Nicolas,


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

Nicolas Modrzyk-3
Hi again,

my data mapping was wrong.  Data was transformed before reaching the
link session.
It's working all good.
Thanks a lot !

Niko,


On 1/16/08, Nicolas Modrzyk <[hidden email]> wrote:

> Hi,
>
> I am trying to use the code proposed at the following place:
> http://forge.objectweb.org/tracker/download.php/168/350207/303776/264/xforms-load.xml
> Which I am copying here just in case:
> <xhtml:html xmlns:xforms="http://www.w3.org/2002/xforms"
>         xmlns:xhtml="http://www.w3.org/1999/xhtml">
>     <xhtml:head>
>         <xforms:model>
>             <xforms:instance>
>                 <navigation>
>                     <url>http://www.orbeon.com/</url>
>                 </navigation>
>             </xforms:instance>
>         </xforms:model>
>     </xhtml:head>
>     <xhtml:body>
>         <xforms:trigger>
>             <xforms:label>Go to orbeon.com</xforms:label>
>             <xforms:load ref="/navigation/url"/>
>         </xforms:trigger>
>     </xhtml:body>
> </xhtml:html>
>
>
>
> But whatever I do  seems to not be able to load anything in the href
> link. Even though the data is properly there in the instance.
> Has this been updated to a new form ?  Or am I missing something  ?
> This is running the latest orbeon from december.
>
> Any idea ?
>
> Nicolas,
>


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