RE: "required" question

This can not be answered because, in newer versions of the draft
recommendation, you do not specify constraints on the form controls.
Now, constraints are more like extensions of XML Schema and bound to the
instance data. Please review the latest draft (soon to be revised
again).

> -----Original Message-----
> From: Kia Dabirian [mailto:kia_dabirian@yahoo.com] 
> Sent: Friday, August 16, 2002 7:43 AM
> To: www-forms@w3.org
> Subject: "required" question
> 
> 
> 
> Hello!
> 
> Given the following XForms snippet:
> 
> <group xmlns="wordswords...Xforms" required="not(//userid)" id="l">
>   <caption>User Login</caption>
>   <input required="true()" id="u">
>     <caption>username</caption>
>   </input>
>   <secret required="true()" id="p">
>     <caption>password</caption>
>   </secret>
>   <input id="d">
>     <caption>domain</caption>
>   </input>
>   <submit submitInfo="s">
>     <caption>Login</caption>
>   </submit>
> </group>
> 
> Is the resulting domain field required? If so how do I make 
> it not required?
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> 

Received on Friday, 16 August 2002 09:05:33 UTC