does xform submission submit hidden input field as well ?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

does xform submission submit hidden input field as well ?

Xin-4


Hi All,

I have a question about the xml submission. The following is the xhtml code.

I know that contentSchema will be submitted.
Does contentTidy and contentXsl will be submitted as well? If it does, how can I get the values.


    <head>
        <title>PBS Edit Screen - brandPolicyListing</title>
        <xforms:model>
            <xforms:instance id="ps-data">
                <superroot>
                    <xi:include href="input:data"/>
                    <contentSchema>../../../Schema/InternalStructures/PBDS-pub.xsd</contentSchema>
                </superroot>
            </xforms:instance>
            <xforms:submission id="main-submission"
                method="post" action="/ps/submit/"/>
        </xforms:model>
    </head>
    <body>
        <input type="hidden" name="contentTidy" value="Yes"/>
        <input type="hidden" name="contentXsl" value=""/>
    </body>

Thanks a lot!
xin



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws