Does FP 1.3 over-ride "<body bgcolor=" ? I am very impressed with the new look and feel, but I only seem to be able to create white forms. Anyone eise?...
Hi, all, I have asked this question before but thought I would revisit it in hopes that I would get more advice. I have xforms that are very large for a...
Hi, I am trying to use the "setValue with Expression". But I am unable to succeed. Just wanted to confirm if this works for everybody. ( I am using version...
Hi, Please find attached a xform file. I am trying to insert nodeset and edit a particular node based on another value (/batch/tmp). But, it is not behaving as...
Hi, After many frustrating hours wrestling with a submission problem, I have managed to get the post method to work using x-smiles, but the same attributes...
Peter.Rushforth@...
Mar 4, 2005 4:12 pm
2155
Yes, we got the same problem and the Formsplayer answer is that they override the <body>. their suggestion is to place a large coloured <DIV> but this has some...
Hi, I have a multi-page form.I used to do this switch-case.Now, the number of pages to be displayed depends on the instance data. I thought this could be...
Hi Dev, ... This is a common question and the answer is ... yes and no! You *cannot* set the current case from the instance data, since the whole point of...
I have a Java servlet that I use to set parameters in an xform before passing it to FormsPlayer. I want to pass that servlet a parameter that is the index of...
Don, ... Yes it is in the wrong place. <xf:setvalue> is an action and hence it needs to be either inside an <xf:action> handler or have its own events. ... In...
Group, I have determined that adding an xpath expression after an instance() call causes an error in fp 1.3, upon posting an xml doc. Refreshing the browser...
Peter Rushforth
prushforth@...
Mar 8, 2005 4:22 am
2162
Hi, Can I save the xforms html file using the browsers file/save as... menu and load it again and continue filling the form? Thanks, B...
I need to output a table using the instance data. I can't get figure out the syntax to repeat the entries in my instance data in a table. Please help! I have...
Hi Andy, Thanks for your response. I moved my setvalue within my trigger control to be inside the action sequence and it still didn't work...so I guess it is...
Hi everybody. I'm using FP 1.3.1.1002, i noticed that when an action (even an empty action!) is raised on xforms-ready event, all date controls are re- ...
Don, Several events are generated for each control, and DOMFocusIn will occur (just) before DOMActivate. <xf:trigger> <xf:label>Press Me</xf:label> <xf:action...
... I tried that (putting my setvalue in a separate action ev:event="DOMFocusIn") but no luck. According to this, DOMActivate is the only event activated for ...
Hmm, well.... We have been using this exact pattern in a live application for the last year, even going back to beta versions of fP all the way through to the...
I've been wondering this lately and have wondered if the situation mentioned in this article is relevant. http://www.bazon.net/mishoo/articles.epl?art_id=824 ...
Hi Deiv, Sorry for my interruption. I did encountered similar problem as you had and I come up some workaround. Instead of keeping a child, I create another...
I have a machine with Windows XP SP1 installed (with all necessary security patches released by Microsoft). Every time I try to load formsPlayer from that...
Hi, I am just curious to know about whats happening in this front ? "planning to add an iterater to actions". BTW, It will be appreaciable if someone can...
Dear Deiv, Based on my limited knowledge, I cannot come out with any pure XForms solutions to your problem. My suggestion is using XSLT to combine the 2...
Hi Deiv. ... sources and the third is the main instance that is submitted. Now the third instance should be constructed based on the first two instances say A...