<?xml version="1.0" encoding="UTF-8"?>

<test id="wml2/uabehaviour/formprocessing/forminitialisation/hiddencontrol/9" 
	class="B" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.4.2.3" device="both">
	<assertion>When using a hidden input control, neither the WML:NAME nor 
	the NAME attribute is assigned, the control does not have a corresponding
	form control variable and the control cannot be successfull as defined 
	by the [HTML4].
	</assertion>
	<specnote>Untestable as there's no indication about the error to display
	</specnote>
	<results>
		<result>
			<name>test</name>
			<value>a</value>
		</result>
	</results>
  <method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>Please submit the form without changing anything</p>
				<form action="#card3">
     			<fieldset>
  					<p>hidden</p>
    				<input type="hidden" wml:name="recipient" name="toto" value="ric"/>
    			</fieldset>
  				<fieldset>
   					<input type="submit" value="submit" />
   				</fieldset>
   			</form>
				[[auto_failed]]
			</wml:card>
			<wml:card id="card3" title="card3">
				<wml:onevent type="enterforward">
					<wml:go href="[[resulturl]]">
						<wml:postfield name="test" value="a$toto" />
						[[sessionvars]]
					</wml:go>
				</wml:onevent>
				[[auto_failed]]
			</wml:card>
		]]>
  </method>
</test>
