This may be a stupid question, but... does anybody knows how to take data from a single xforms:input and put it in more than one instance? We have tried to use...
I've discovered a workaround to this problem - updating the nodeset of a select control based on the selection of another select. The tricks are: - put <bind>s...
Hello Alessio and Raoul (!), ... First thing is that anything that uses @ref is binding to only one node - so you can't use unions and such like. However, I...
Hi, I am using FormsPlayer v 0.9.9.39. I need to write a xforms application that navigates to different pages based on execution of a condition. I am trying to...
Hi Senthil, I'm afraid that xforms:toggle doesn't take an XPath expression as a parameter for the case to toggle - it must be an ID. The easiest way to do what...
hi, i'm pretty new to this XForms thing, and am currently developing forms using this technology. i'm quite interested in the details of this workaround, and...
hi, i'm currently familiarizing myself with XForms binding, and have a ... <xf:model id="model1"> <xf:instance id="instance1"> <data> <industry /> </data> ...
We have this problem: we want to submit two different files, the one a subset of the other under a unique <xforms:model>. We can't (?) use two different...
Am I correct that you cannot use FP with client side XSL, i.e. declare the xforms name space in an xsl file, then have the browser transform the xsl and use...
Here is a snippet... <xf:model id="mPrefs"> <xf:instance id="iPrefs"> <prefs> <rp_group_id>1</rp_group_id> <group_id>1</group_id> </prefs> </xf:instance> ...
Jett, ... It should work fine. You just need to make sure that you end up with the object/import tags in the resulting document. XSLT can produce processing...
Hi Alessio and Raul, ... under ... because ... <xforms:copy> ... this: Have you tried using a @ref or @bind in the xf:submission element? It tells the...
When I try to install the formsPlayer plugin (from downloaded InstMsiW.exe, 1781 kb)I get a Windows error message popup: The specified service already exists ...
Any samples floating around out there of using with XSL? My application would require that the browser read an XSL file. I presume that the output would have...
i sort of figured a solution to this problem from andy's "bind" example. the models containing the common parameter data could be placed before the model which...
Hi folks, I'm completly new to this xforms malarky so I'm hoping someone can help with the following. I have buttons on a toolbar which are created by the...
Hello All, I am stuck in one situation where i need to toggle for specific case, where the toggle case should be taken from instance. I have pre-defined few...
How do you go about initializing forms player with SVG. The documentation only refers to placing the object tag inside an HTML tag. What do you do inside and...
Perhaps I should reformulate this question. Can I use Xforms and SVG together in the same document since they have different namespaces and display it using...
The other formulation of this question is also of interest. Can I run FormsPlayer under SVG? Robert (Bob) C. Leif _____ From: JEB [mailto:drjb@...] Sent:...
... different namespaces and display it using formsPlayer? Yes, we have documents that contain both XForms and SVG. However in our experience, the Adobe SVG...
I'm trying to apply CSS for read-only controls. But, it is not taking effect. I specified the @readonly attribute for bind control, like this... <xforms:bind...
Hi RB ... you're not doing anything wrong, but this feature is not implemented yet. It will be available in the new year. Regards, Mark Mark Birbeck CEO and...
Hi Muktadeer, This sounds like an old bug that has since been fixed. Can you say what version you are using, please? If it's version 0.9.9.58 (the latest) then...
Is there an easy work around for this in the mean time? Rusty _____ From: Mark Birbeck [mailto:Mark.Birbeck@...] Sent: Tuesday, December 16, 2003 8:43...
Hi! Mark, I'm using 0.9.9.50. Latest version 0.9.9.58 is not available on the website. When can we expect it ? Here is the sample form that demonstrates the...
Hi Muktadeer, That explains it ... the bug was to do with attributes only, but is fixed. However, version .58 has been available for a while now. And what is ...