Hi, I have an xform that does a multi-part post. It works fine in xsmiles but not in formsplayer. If I change the method to post it works - but not multi-part....
I have a very simple submit page and I'm trying to trap the various submit-related events. Here's the page (standard wrappers omitted for clarity): ...
What is the difference between this four xform action : xf:refresh xf:reset xf:revalidate xf:rebuild thanx for your help. David DUPONT Pôle Information -...
It seems there are a problem with index() Xform function when there was enclosed by two level Repeat tag. This code is used to create a One-To-Three SubTheme...
There doesn't seem to have been any reply to this message since it was posted in 2004, and I'm also seeing this behaviour in the latest 1.4 version of forms...
If I try to open the following XForm within the Sidewinder viewer I get the error "A fatal error occurred in formsPlayer: 0x8004020e. schema "schema" for model...
I'm having a hard time porting my existing XForm usage of xf:destroy (which has been removed from the 1.1 specification) to use xf:delete instead. I'm running...
I'm implementing my first XForms solution. I started out getting a form to come up in IE with FormsPlayer on my desktop. I had that working fine. My goal is a...
Hello to the group! I have a form with a few xsd:decimal and xsi:string fields. When this form is filled out correctly, I can submit it to the server with no ...
Hi Martin, Try the @validate attribute on Submission, from XForms 1.1: <http://www.w3.org/TR/xforms11/#attrib-submit-validate> You'll need two submissions--one...
Thanks for your help. However, I stay with questions... when I put <xf:submission validate="false" id="saveTempData" ref="instance ('instQ001')" method="post"...
Hi Martin, @validate is only true or false, not an XPath expression. That's why I said you'd need two submissions. All the best, Mark ... -- Mark Birbeck CEO ...
Hello, I used the examples in TutorialNillable and it works find except on submission instance (with http/post or http/put). FP send an error message "xsi:nil...
Hi all, I have a problem with irrelevant elements. In my model i've a binding like this: <xf:bind id="line" nodeset="instance('instance.message')/u:line" ...
Hi Bertjan, I haven't tried it, but I don't like the look of that '>'...try ">" and see if it makes any difference. Regards, Mark ... -- Mark Birbeck CEO ...
Hi Mark, Thanks for the reply, but your suggestion doesn't make any difference. The repeat is defined as follows: <xf:repeat id="repeat.line" bind="line"> ... ...
Hi Bertjan, Also...make sure you set .disabled to some value. formsPlayer doesn't have default values, since none are defined in the XForms specification. (In...
For people with the same problem: Mark pointed me at the fact that a css rule should be added: .disabled { display: none; } This hides the irrelevant elements....
Personally speaking, I think this should be the default. It's confusing to users otherwise. There's nothing that says you can't provide defaults. Leigh. ... ...
Spec reference: http://www.w3.org/TR/xforms/slice6.html#model-prop-relevant "When false, associated form controls (and any children) and group and switch...
Hi Leigh, It proved difficult to provide default stylesheets in Internet Explorer, however we did eventually sort this out and formsPlayer 2 has default values...
Hi Leigh, Mark, I noted this also in the spec and was therefore a little confused about this. But as Mark noted in another mail this will be backported from...
Hi Leigh, Mark, I noted this also in the spec and was therefore a little confused about this. But as Mark noted in another mail this will be backported from...
Bertjan, First, on the spec; the spec _seems_ clear on this, but unfortunately is not, since it does not describe whether to completely remove the controls ...
Hi, ... Looking at the CSS spec, that would done be with ... { display:none }: "This value causes an element to generate no boxes in the formatting structure...
Hi Christophe, Apologies for not making this clearer; the point is to do with whether controls receive events, not whether they can receive focus. Let's say we...
... I thought that receiving focus is an event in both HTML and XForms (www.w3.org/TR/2003/REC-xforms-20031014/index-all.html#evt-focus). ... Thanks for the...
Hi Christophe, ... If the control is 'unavailable' in whatever way, then the user cannot navigate to it, the control won't get focus, and the DOMFocusIn/Out ...
Hi all, I just ran accross an issue with the xf:repeat element. I'm generating rather complex forms that have xf:switch statements within xf:repeat elements....
Hi Bertjan, It is true that the ids are copied for each id. For actions that are defined outside a repeat, and refer to elements within the repeat, the ...