message action and xforms-model-construct-done

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

message action and xforms-model-construct-done

Robin Abbi
Hi,

Using this example:-

<xforms:model>
<xforms:message
 ev:event="xforms-model-construct-done"
 level = "modal"
 >Hello World</xforms:message>...</xforms:model>


based on the example here:-
http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-initialization


As you have perhaps guessed, nothing happens. No message dialog.

I do have the events namespace properly declared, and events appear to be
working in other parts of the form.

Am I missing something obvious?

Thanks,

Robin




--
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: message action and xforms-model-construct-done

Erik Bruchez
Administrator
Robin,

Arguably, it should work upon xforms-ready, not sure about xforms-
model-construct-done since there are no controls at that point. Either  
way, xforms:message is not supported during page initialization at the  
moment. We have a bug to track this:

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

-Erik

On Sep 4, 2008, at 11:15 AM, Robin Abbi wrote:

> Hi,
>
> Using this example:-
>
> <xforms:model>
> <xforms:message
> ev:event="xforms-model-construct-done"
> level = "modal"
>> Hello World</xforms:message>...</xforms:model>
>
>
> based on the example here:-
> http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms- 
> initialization
>
>
> As you have perhaps guessed, nothing happens. No message dialog.
>
> I do have the events namespace properly declared, and events appear  
> to be
> working in other parts of the form.
>
> Am I missing something obvious?
>
> Thanks,
>
> Robin
>
>
>
> --
> 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 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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Newbie Questions

Keith Robin Mr (ITCS)
In reply to this post by Robin Abbi
Hi there,
 I discovered Orbeon the other day, and had a few questions that don't
seem covered by the FAQs.

1. Does Orbeon support a Captcha mechanism?  One of the main reasons for
changing from cgi web forms is to implement Captcha to prevent spam.
2. The Forms Builder looks great, but I can't get the online version to
save any forms - I just get a not very helpful 'error on form' message.
Are there any docs specific to form builder?  
3. Also, is the form builder part of the download - ie. when building
forms, is it on your local system?
4. I'd be interested in anyone's experience of integration OF with other
systems, or using OF in general. How easy is it get into? (We have ok
java skills here.)

Thanks for any advice.

Robin
Head of Web Team, UEA, Norwich



--
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: Newbie Questions

Ryan Puddephatt-3
Robin,
        1. Orbeon don't have capatcha, but you could implement something like http://simplecaptcha.sourceforge.net/index.html without too much trouble.

        2. There aren't any docs at the moment, because its still in dev, but I'm sure the Orbeon guys will be writing them soon

        3. If you get a nightly build, it will be included, but its not in the current release

        4. Essentially if you don't need great java skills, Orbeon wrap it up so you can use a pure XML implementation, Once you understand the architecture is easy and quick to develop with.

Thanks

Ryan

-----------------------------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com


-----Original Message-----
From: Keith Robin Mr (ITCS) [mailto:[hidden email]]
Sent: 05 September 2008 08:53
To: [hidden email]
Subject: [ops-users] Newbie Questions

Hi there,
 I discovered Orbeon the other day, and had a few questions that don't seem covered by the FAQs.

1. Does Orbeon support a Captcha mechanism?  One of the main reasons for changing from cgi web forms is to implement Captcha to prevent spam.
2. The Forms Builder looks great, but I can't get the online version to save any forms - I just get a not very helpful 'error on form' message.
Are there any docs specific to form builder?  
3. Also, is the form builder part of the download - ie. when building forms, is it on your local system?
4. I'd be interested in anyone's experience of integration OF with other systems, or using OF in general. How easy is it get into? (We have ok java skills here.)

Thanks for any advice.

Robin
Head of Web Team, UEA, Norwich


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: message action and xforms-model-construct-done

Robin Abbi
In reply to this post by Robin Abbi
Dear Erik,

I found a stub article for a compliance matrix for 3.6 here:-

http://www.orbeon.com/ops/doc/reference-xforms-compliance

For people like myself who are new to Orbeon, it would be very useful if
this could be expanded.

Would it be possible for me to contribute collaboratively with other
Orbeon users to expand this section? Is there a facility available within
the project we could use?

Many thanks,

Robin





--
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: Newbie Questions

Erik Bruchez
Administrator
In reply to this post by Ryan Puddephatt-3
> 2. There aren't any docs at the moment, because its still in dev,  
> but I'm sure the Orbeon guys will be writing them soon

See also the FAQ:

   http://www.orbeon.com/ops/doc/home-faq#form-builder

> 3. If you get a nightly build, it will be included, but its not in  
> the current release

It's also in the 3.7 beta 1.

-Erik

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

Re: Re: message action and xforms-model-construct-done

Erik Bruchez
Administrator
In reply to this post by Robin Abbi
> http://www.orbeon.com/ops/doc/reference-xforms-compliance
>
> For people like myself who are new to Orbeon, it would be very  
> useful if
> this could be expanded.

Oh yes, it would be great. We've been wanting to do this for years now.

> Would it be possible for me to contribute collaboratively with other
> Orbeon users to expand this section? Is there a facility available  
> within
> the project we could use?

What about using our wiki. Unfortunately Google Sites requires us to  
explicitly add contributors:

   http://wiki.orbeon.com/forms/editing-this-wiki

So please send me your email address if you want to contribute.

I created a stub for the page here:

   http://sites.google.com/a/orbeon.com/forms/developer-documentation/orbeon-forms-xforms-compliance-matrix

Now, the hard part is to start adding the data ;-)

-Erik

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