xs:boolean and input field error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

xs:boolean and input field error

Raitis
Hi,

I came around bug of using xs:boolean and input box. When I try to use it in xsl template when generating xforms, then check box is showed as default input box, but if I use it in main template, then it is shown correctly. In attached file you can see both variants. boolean.xhtml
Reply | Threaded
Open this post in threaded view
|

Re: xs:boolean and input field error

Alessandro Vernet
Administrator
On Fri, Mar 7, 2008 at 3:08 AM, Raitis <[hidden email]> wrote:
>  I came around bug of using xs:boolean and input box. When I try to use it in
>  xsl template when generating xforms, then check box is showed as default
>  input box, but if I use it in main template, then it is shown correctly. In
>  attached file you can see both variants.
>  http://www.nabble.com/file/p15891128/boolean.xhtml boolean.xhtml

I fixed 2 things in your example:

* The version attribute was missing on <xsl:stylesheet>.
* It is <xsl:call-template>, not <xsl:call-templates> (additional "s").

After this, I was able to run your example, and both inputs show as
check boxes. This is the expected behavior, as input bound to a
boolean node are rendered by default with check boxes. So essentially,
I was unable to reproduce this. I have attached the update example for
reference.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

boolean.xhtml (1K) Download Attachment