If you actively develop formfaces' patches or want to contribute, please consider cloning my mercurial branch and then posting your own branch on freehg.org. Mercurial makes it really easy to have several branches of a project and merge between them.
Here's what you do:
Set your HGUSER environment variable. I suggest using your email address.
I'd love to help out, but I'm just now getting into FormFaces and XForms, so I don't know how much help I'd be. I'm definitely interested in hooking up workflow with XForms.
Ryan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
New branch posted. Xforms 1.1 extension control plus conditional event processing.
An example can be found in testpages/extension.js showing how you can use this feature with XBL.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
many more Xforms 1.1 features enabled,
@resource,header in submission
insert supports context and origin
extension
xbl integration
Yahoo datatable (uses extension, xbl) all kosher ie standards complaint!
is-card-number xpath function
context() xpath function
plus many hidden gems, email for further details!
Have fun
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A new branch created however future updates especially YahooBrowser+ and YUI Query Syntax (YQL) extensions will be to http://github.com so please download s/w and install. Any questions pls ask
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've put up a mercurial branch of formfaces at http://freehg.org/u/tolsen/formfaces/
If you actively develop formfaces' patches or want to contribute, please consider cloning my mercurial branch and then posting your own branch on freehg.org. Mercurial makes it really easy to have several branches of a project and merge between them.
Here's what you do:
Set your HGUSER environment variable. I suggest using your email address.
hg clone http://freehg.org/u/tolsen/formfaces/
Develop away.
hg commit
hg push <your branch url>
And when you want to sync your local repo with someone else's:
hg pull -u <branch url>
For more information, take a look at the mercurial website at
http://www.selenic.com/mercurial/wiki/ and the mercurial book at
http://hgbook.red-bean.com/hgbook.html
What do people think? Is this a viable development model?
Thanks,
Tim
Hello Tim,
I am failing on "hg push" see error below
F:\formfaces>hg push
pushing to http://freehg.org/u/tolsen/formfaces/
searching for changes
http authorization required
realm: freehg.org
user: hans_blink
password:
abort: authorization failed
F:\formfaces>hg push http://freehg.org/u/hans_blink/formfaces/
pushing to http://freehg.org/u/hans_blink/formfaces/
abort: operation not supported over http
What next?
Hi Hans!
Thanks for trying out mercurial.
>F:\formfaces>hg push
>pushing to http://freehg.org/u/tolsen/formfaces/
>searching for changes
>http authorization required
>realm: freehg.org
>user: hans_blink
>password:
>abort: authorization failed
This is expected. My repository only accepts pushes from me. You'll want to push to your own repository as I see you've tried below.
>F:\formfaces>hg push http://freehg.org/u/hans_blink/formfaces/
>pushing to http://freehg.org/u/hans_blink/formfaces/
>abort: operation not supported over http
This, on the other hand, is not expected. I googled the error, and it seems this may be due to an old version of mercurial. Which version are you running? There are some 0.9.5 binary installers for windows at http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages#head-adac70dc1664bb9eac334d5c8b57483d300254f3
Cheers,
Tim
my mercurial branch is http://freehg.org/u/hans_blink/formfaces/, this is a small subset of what changes we have done.
I am looking for any person or organisation to further develop model driven Forms (using BPEL+XForms ) workflow, switch and Adobe Air.
Let me know via email.
Hans,
How did you get past the error? I am still having the same problem you had.
Thanks,
Ryan
Ryan,
Really not sure, woke up next morning and viola it was working, definately not new or full moon!
I see no takers for my collaboration offer, well just have to look elsewhere.
Hans
Hans,
I'd love to help out, but I'm just now getting into FormFaces and XForms, so I don't know how much help I'd be. I'm definitely interested in hooking up workflow with XForms.
Ryan
New branch posted. Xforms 1.1 extension control plus conditional event processing.
An example can be found in testpages/extension.js showing how you can use this feature with XBL.
awesome
you just saved the day
thanks a ton
The example is at An example can be found in testpages/extension.html not extension.js
many more Xforms 1.1 features enabled,
@resource,header in submission
insert supports context and origin
extension
xbl integration
Yahoo datatable (uses extension, xbl) all kosher ie standards complaint!
is-card-number xpath function
context() xpath function
plus many hidden gems, email for further details!
Have fun
A new branch created however future updates especially YahooBrowser+ and YUI Query Syntax (YQL) extensions will be to http://github.com so please download s/w and install. Any questions pls ask