Does anybody know how I might automatically populate the list of options for a select1 from an enumeration in the schema definition for a field. For example my...
... <snip> ... I'm not an expert here... But have a look at work that Andy H. posted in message 912. The solution Andy posted works beautifully for me....
Apologies for being slightly off topic... But I've noticed a lack of participation in this group from the folks over at x-port. I'm wondering if that is...
What we do in just about the exact same situation is to have the login submission (login.jsp in your case) return an additional element (we call it url) if the...
Hello -- I want to dynamically display a jpeg image based on the result of an XForms control as reflected within the XML instance. I guess this is part of...
Ooops, missed a couple of things. declare the fp namespace: <html xmlns:fp="urn:formsplayer.com" > Indicate an external function for the model: <xf:model...
Hi, I want to use the following method to align INPUT STYLE ***** xforms\:group { border-style: dashed; ---> just to see it display: table; } xforms\:input,...
Hello David, ... I'm afraid IE doesn't support CSS 2, and since formsPlayer is hosted by IE we 'inherit' its CSS functionality. We've worked around quite a few...
Hello Wypwgx, ... Please double-check that you have installed the Microsoft controls. Details are on the formsPlayer download page. Regards, Mark Mark Birbeck ...
Rob/Andrew, ... Andrew is right (as usual!) to point you towards the fp:serialise function. Another technique which might be of interest is to simply encode...
Hello Robert, I thought I'd best take the opportunity of your email to clarify both what this list is for, and the range of services that x-port offer. ... We...
I'm getting a strange problem submitting an XForm. Once the submit button is clicked I get: document invalid, reason: Element content is invalid according to...
I am having trouble with the delete function on a repeating group. When I delete after inserting a new group, the first group is deleted instead of the new...
hi all, due to the offline capabilities requirement of our project, we are forced to set a whole chunk of <xforms> xml within a table <td> using the innerHTML...
Hello, I have an issue with switch case. When the cases are called in toggle with the id specified to the respective case it works fine. Now i want to refer...
Andy, I noticed your wonderful advice about including the URL in with the returned instance from a login. Can you tell me what server your logging in with?...
Bob, The authentication is handled by applicatio code and not any third party software. That is we have our own internal database table of users and passwords....
Sandeep, You can't use expressions in the <xf:toggle>, so if you want to control the display of sections of UI based on instance data then you need to make use...
I've been playing with the wonderful code example andyh posted in message 912 today. The code from the example is working as expected (not surprising). But,...
Hi Dan, There is a problem with your form in both of these cases. However it appears that the error reporting you are seeing is incorrect. Could you send us ...
Richard Bidgood
richard.bidgood@...
Apr 7, 2004 9:48 am
1285
Hello Sandeep, As you have seen, xf:switch/xf:case do not use the instance data for their toggling, and it is unlikely that they ever will. A far more powerful...
... Greg, I've had the same problem with 1.0.1.1008 and Oracle XSQL-servlet. The servlet does not get the proper Content-Type: application/xml and is not able...
Hi Bob, The problem is that your <bind> element is in a different model to the instance datum upon which relevance is being calculated. When the value of...
Richard Bidgood
richard.bidgood@...
Apr 7, 2004 1:28 pm
1288
Richard, THANKS much for finding my typo! I've added a reminder to myself to "always" check for that kind of mistake in the future. Moving forward with my...
How can a style be applied to the text box (ie, the value area) of an individual <xforms:input> element? I've found that defining a CSS for "input" will apply...
Esa, Thanks for the response. I have yet to find a workaround for this. I'm surprised that there hasn't been more talk about this here on the forum, as this...