Re: [Xsltforms-support] Problem with preventing submission
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2010-02-09 20:39:48
|
Hi Aleksandar,
> When I change value in input element validation is properly performed
> but I'm able to submit non-valid form.
> I discovered that I CAN'T submit non-valid form when nodeset in bind
> element is "instance('firstInstance')/xpil:StringDataInstance" but I
> CAN submit non-valid form when nodset is
> "instance('firstInstance')/xpil:StringDataInstance/@Value".
>
> Is this bug or I'm missing something?
Well... Because attributes validation status was not tested before
submission, submission was allowed for non valid attributes.
The corresponding instructions have been added in the SVN version.
BTW, I reconsidered the logical test to determine whether a value is
valid or not...
Are you experimenting XForms for workflow management ? Do you think this
could result in an online demo about that ?
Thanks!
-Alain
|