Search the web
Sign In
New User? Sign Up
formsPlayer · formsPlayer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2382 - 2411 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2382
hi, i have a table of two nested repeat elements ('r1' and 'r2') and i would like to highlight the current line (referring to the index of the outer repeat...
andrea miller
xformstest
Offline Send Email
Jul 1, 2005
8:56 am
2383
Hi Andrea, Yes, that's the problem with not having the 'child of' CSS selector. Have you tried setting the style of the index on the nested repeat to 'undo'...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 1, 2005
9:15 am
2384
Hi Kurt, The part at the end that you have called 'personsmall.xsd' is not a schema -- is that a cut-and-paste error? If not, then it definitely won't work. ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 1, 2005
9:42 am
2385
Hi Lingga, There is an example of dealing with XForms data on the server, using formsPlayer, in the Xforms wiki. The link is ...
Alex Sansom
alexsansom
Offline Send Email
Jul 1, 2005
10:15 am
2386
The following XForm fails to work: Fatal Error: xforms-binding-exception Error occured trying to bind to model-id or XPath statement "q" XPath syntax error ...
Steven Pemberton
stevenpemberton
Online Now Send Email
Jul 1, 2005
11:45 am
2387
Steven This is a restriction in MSXML parser using this combination. Since FormsPlayer uses MSXML then the error should occur. Francisco The information in...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 1, 2005
12:34 pm
2388
Hi, I am a bit of a novice at this, so hope I haven't missed anything obvious. I am trying to allow alternative entry at a combo box - using "selection=open"...
j_calabretto
Offline Send Email
Jul 3, 2005
5:29 am
2389
Thank u very much ;) It really helps me.. Lingga ... [mailto:formsPlayer@yahoogroups.com] ... a ... (anything ... blank ... subject=Unsubscribe>...
..Lings..
lingzsweet
Offline Send Email
Jul 5, 2005
6:55 am
2390
Indeed, it was a cut and paste error. I used this: [personsmall.xsd] <?xml version="1.0" encoding="UTF-8"?> <xs:schema...
Kurt Zettel II
ducttapekz
Offline Send Email
Jul 5, 2005
12:50 pm
2391
I'm sorry for the length of this message, but I wanted to be as complete as possible so you'd know what I was asking about. I'm trying to build an XForm that...
stungif
Offline Send Email
Jul 5, 2005
5:17 pm
2392
When you have a UI that is based on the data then you should use the concept of relevant instead of explicit switch/case. Surround each of your...
andyh@...
aheydon
Offline Send Email
Jul 5, 2005
7:35 pm
2393
I think that almost solves my problem, but I still have one issue. What if the XML file that is loaded in has a dealer with 5 cars in it and then that dealer...
Jonathan Stockho
stungif
Offline Send Email
Jul 5, 2005
10:18 pm
2394
In one of x-port's examples (I think either the FOAF or blog one) there is an example of a repeating delete. Basically you use a trigger action to delete the...
andyh@...
aheydon
Offline Send Email
Jul 6, 2005
12:09 am
2395
I get it. I never would have thought of that. I think you just saved my butt! I was totally stuck on this problem and was about to tell my boss it couldn't...
Jonathan Stockho
stungif
Offline Send Email
Jul 6, 2005
12:59 am
2396
Jonathan, Andy is right that the only way to do looping in XForms 1.0 is to use xf:delete with events -- this is used in the RSS newsreader. You'll see a link...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 6, 2005
6:39 am
2397
Hello All, This question comes time and time again. We overcame this caveat by aligning XForms to BPEL (Business process Engineering language). We used the...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 6, 2005
10:05 am
2398
Hi Francisco, An interesting post. I can see the motivation for using BPEL and I did look into it a while back. In particular, we have been working on using...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 7, 2005
10:33 am
2399
Hi Mark, Actually when we said we have aligned BPEL with XForms what it was meant to convey was we took the most important structured activities like While,...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 7, 2005
10:57 am
2400
Hi Francesco, ... to convey ... since ... I understood that, which is why I was saying I don't think it's right to just cherry-pick, since it can lead to...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 7, 2005
11:25 am
2401
I am trying to copy from one instance to another using xf:duplicate and I am having some trouble with the instance function in my xpath. If I use the instance...
Kurt Zettel II
ducttapekz
Offline Send Email
Jul 7, 2005
3:35 pm
2402
Hi Kurt, The instance function actually gives you the first element (or document element) not the document itself. So, if you have an expression like this: ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 7, 2005
4:38 pm
2403
hi people, i am quite a newbie. i am using xforms in a cocoon application and i have "formsplayer" for xforms. so i have a problem with this submission. it...
korayyersel82
Offline Send Email
Jul 7, 2005
8:40 pm
2404
I knom it os bad to reply to you own post but I have a correction: instance('instPerson') returns the root node which is ib:person. I tried: <xf:duplicate...
Kurt Zettel II
ducttapekz
Offline Send Email
Jul 7, 2005
8:45 pm
2405
Hi Mark, Following our recent topic about Business processing using XForms, at this URL http://www.dependencymodel.com/XFormBPEL/examples/bpelswitch.html We...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 11, 2005
9:33 am
2406
I have a section in one of my xforms where the user has a choice of 12 different interfaces. I want to use a switch statement. Rather than have 12 triggers...
stungif
Offline Send Email
Jul 13, 2005
4:14 pm
2407
Hi Jonathan, xf:toggle only works with IDREFs. That was done on purpose, and if you want to use the instance to control your data, you'll find it much easier...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 13, 2005
9:57 pm
2408
Hi Mark, While XForms syntax does support the structured and graph based programming paradigm it is complex and error prone even for somebody like me who has ...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 14, 2005
7:57 am
2409
I think you are exactly right, Francisco...but why not put it on the Wiki! I know that Micah Dubinko is also very interested in this area, so he will hopefully...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 14, 2005
9:12 am
2410
Mark, Ok, how do I get info onto the Wiki? The 2 areas my company is currently involved in is 1) Business Process management and XForms 2)XForms in SOA, and...
Francisco Monteiro
monte123uk
Offline Send Email
Jul 14, 2005
9:24 am
2411
Hi Francisco, The Wiki is at: <http://www.xforms-wiki.com/> I've put a link under "Getting Started by Application Type", called XformsAndWorkflow. We'll...
Mark Birbeck
mark_birbeck
Offline Send Email
Jul 14, 2005
10:28 am
Messages 2382 - 2411 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help