Hi Mark and all, I was wondering if anyone could provide a working example that involves scripts, observers and with multiple handlers..(XML events). I am...
Hi everyone, I have few question regarding the usage of scripts in XForms. Please correct me if I am wrong and sorry for the long mail. The code below works...
I am new to x-forms and have been experimenting with a form and submitting the data to a servlet running on Tomcat. This has led to a few questions: 1) If I...
Hi there, I'm trying to use formsPlayer to send SOAP messages to a web service. I tested the Google example from the formsPlayer web page and managed to ...
Hello, In the source of "self-assessment tax form", parts of GUI seem called by div elements... Where can we find help about these 3 attributes ? we know...
Hello Dominique The div in question uses IE behaviour, please see sizematters.htc and has nothing to do with XForms or FormsPlayer Kind Regards Francisco...
This still is a problem with the current version of Formsplayer 9.39. Could someone let me know if you can recreate this problem and it is planned to be fixed?...
Can anyone tell me if the @for @event attributes of the Script tag is a Formplayer extension as I cannot see them within the HTML,XHTML or XForms specs? Thanks...
Hi Rhydian, ... It's actually an IE feature. What we did is make sure that there is a link between our event handling system and the IE one, so that you can...
Hi Version 9.9.39 if I try entering a non-integral value, and I leave the field (by tabbing or clicking the mouse outside the field) the alert event fires...
Hi Mark, This question was asked before by someone from the list. I would like to know how the styling of the select element(items to display one after the...
... The _XForms Essentials_ book explains the reasons, in section "Attribute Syntax". http://dubinko.info/writing/xforms/book.html#id2852530 However, it...
Hi Vladimir, ... You are right that this is the current position, but I think it needs changing! I'll raise it as a possible errata with the Working Group. My...
Hi, Is this possible to have more than validation on an input items and perform the validation in a manner so that only relevent error message would be...
Hi, Is this possible to have an option Input item, on which Pattern (Data Format) can be excercised from XSD. For. Ex. I want to have an optional Phone no....
Hi Rajeev, ... In this particular case you need to make the element 'nillable'. This will then allow it to be EITHER "999-999-999" OR empty. At the moment you...
Any one?? who can give me some ideas to achive this?? ... From: Nijaguna S K Sent: Monday, November 17, 2003 4:11 PM To: formsPlayer@yahoogroups.com Subject:...
I don't think it's anything to do with XPath - I think you need to perform a xf:rebuild after the value of the selection changes. (Take another look at the...
Hi, How can one simulate the behaviour of <input type="image"> in Xforms ? thx in advance, Joost...
Joost Ploegmakers
Joost@...
Nov 18, 2003 3:02 pm
892
Thanks Mark, This resolves the issue for String data type. However for numeric data type it does not seem fit. May be I need to do some work around by making...
Hi, I have devided my form in three pages and navigating using Next and Previous buttons. I want to validate all the Inputs on a page when user clicks on Next ...
I even tried the same. But it is not working. I tried to validate the instance data on submission but it was not working. Any one Knows about How to fix????? ...
... attributes ... xf:repeat. Yes, this is a mistake in the spec. The paragraph just before this text says that <table><repeat*> is equivalent to <table...
Hi Vladimir, ... Well ... I *believe* it is! But I still have to raise it on the Working Group before we can safely say it is resolved. As you show in your ...
Rajeev, ... Do you mean you are using xf:switch and xf:case, or that you have three forms, and post data to the server after each form? ... If you are using...
Joost, ... You can place any markup in the label of an xf:trigger, so the following will work: <f:trigger> <f:label> <img src="xyz.gif" /> </f:label> ...
Hello all, We omitted to provide an interim release of the latest version of formsPlayer, for which we apologise. The new release is available from the public...
Hi Mark, Yes. we are using xf:case and xf:switch to devide the forms in pages. Any clue, if there is any work around to validate only the relevent data while...
Hello Rajeev Recently we had a similar request from a client; the answer is yes it can be done but very painfully. The solution lies in the submit element and...