Re: [Xsltforms-support] Problem with preventing submission
Brought to you by:
alain-couthures
|
From: Aleksandar S. <ale...@pr...> - 2010-02-10 09:28:04
|
Hi Alain,
I've just checked out SVN version and it works. Great!
I'm implementing XSLTForms in Shark project (yes, it is workflow
management server) as alternative to Chiba.
I have another issue but I will write another mail for that...
Thanks!
On 9.2.2010 21:40, COUTHURES Alain wrote:
> 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
|