Hello, I'm working on a prototype input form using XHTML, XForms and an external XSD. After some trouble getting alerts fired in case of a incorrect input,...
Hi there, I am trying to PUT results into a protected location. It seems that Authorization has not been implemented yet.. xforms-submit-error:submitting to...
Has anyone worked this out? I tried these two.. xforms\:textarea {border:solid black 1px; width: 600px} xforms\:textarea.control {border:solid black 1px;...
Hi, And one more report.. The submission element doesn't seem to support the indent and omit-xml-declaration attributes.. I checked the formsplayer support...
Hello David, I am beginning to get worried with the FormsPlayer group and their lack of QA in their releases. As we have not confirmed anything with them...
Hi! Mark, I tried with this new release. It fixed my form POST problem. But, I encounterd another Bug with this new version. If the xpath in bind refers to...
Hi, I have found a workaround for this issue.. I have added this line to the xhtml page.. <script type="text/xml" language="xml" src="/security.xml"> </script>...
I'm also getting IE crashing on load - it could be a binding problem, could be something else. I have reverted to 0.9.3.25. Antony ... instance ... issues ... ...
Michel, ... It should work fine, so could you please post a stripped-down example of what you are trying to do, and we can see if there is a problem? Thanks. ...
Doing send followed by load won't redirect after the submission finalizes -- it will redirect when the submission starts, which is not what the original ...
Hi, Would you be able to let me know if the following sounds like the issue that you are experiencing? Given a bind along these lines (where @attrib does not...
Yes, that's true. Here is a sample test page. That will show the behaviour I am experiencing..... <html xmlns:xforms="http://www.w3.org/2002/xforms/cr" ...
Hi, I am working on formsplayer from last 3 months. I tried to write a simple example of xform and tried to submit to the server. But I am not getting any...
Hello anybody X-Port I am using xml supported by xsl for my XForms. 1) All alerts are appearing initiating the page. Thereafter no validating. It is a simple...
Bjørn, ... Are the fields empty? It might be because your schema is saying that they must exist. Also, validation messages are only fired when the state...
Hi Mark. ... These fields are empty on initiating. The binding is for input control. Is it a problem if the fields are empty in the initiating XML instance? I...
Bjørn, ... right to wrong. ... There are two events - one fires when the data becomes valid, and one fires when it becomes invalid. You need to know both...
Bjørn, ... If you say in your schema that an item is a date or an integer (for example) then it *must* be a date or an integer. An empty string is obviously...
I'm developing an application that uses the IE6 WebBrowser ActiveX control within a .NET Windows Form. My .NET application needs have access to the XForms...
Dear Chiplastique (!) ... We have done some work to allow FormsPlayer to be hosted, but most of this involves transfer in the other direction - i.e., allowing...
Dear All, I need to add a 'SOAPAction' to an HTTP Post - can someone help please. My submission is <xforms:submission id="siPostSMS" method="text-xml-post" ...
Thanks for the info. I'll certainly keep the list informed of my progress. ... Great! I see the 'getInstanceDocument()' method under 7.2.1 in the spec, but...
I've noticed that the model item properties "readonly" and "relevant" do not seem to affect the rendering of associated controls by the UI. Shouldn't the...
... instance ... I'm red-faced-- the FormsPlayer samples awnswered this one. I should have looked first, but I'd grown accustomed to the poor documentation ...
Hi All, I'm trying out the example G.1 XForms in XHTML in the CR (http://www.w3.org/TR/2002/CR-xforms-20021112/). I've added the Formsplayer link before the...
I've managed to get the FormsPlayer COM object from the WebBrowser control, however I can't seem to get an interface to the XFormsModelElement. I receive the...
Hi there, Just musing out loud here.. Formsplayer could use the dotnet XML engine rather than MSXML.. It seems the ramifications would be.. Pros: - It would...