[TYPO3-project-formidable] renderlet:CHECKSINGLE only works one way

Michael Miousse mmiousse at infoglobe.ca
Mon Jan 12 14:54:05 CET 2009


Le Mon, 12 Jan 2009 13:41:34 +0100, Till Janetzki a écrit :

> Hi,
> 
> in Formidable 2.0.289 the renderlet:CHECKSINGLE seems to be working only
>   one way. If I check the Box and submit, everything is fine and saved.
> But if I uncheck the Box and submit the value is not stored in the
> database. The Textbox works just normal...
> 
> I tried with the following example XML, maybe I'm missing something ?
> 
> Best regards
> Till Janetzki
> 
> 
> 
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
>   <formidable version="2.0.289">
> 
>    <meta>
>      <name>checkchecksingle</name>
>      <form formid="foobar"/>
>      <debug>false</debug>
>      <displaylabels>true</displaylabels>
>    </meta>
> 
>    <control>
>      <datahandler:DB>
>         <tablename>fe_users</tablename>
>         <keyname>uid</keyname>
>      </datahandler:DB>
>      <renderer:STANDARD/>
>    </control>
>             	
>    <elements>
>        <renderlet:TEXT name="username" label="username">
>        </renderlet:TEXT>
> 
>        <renderlet:CHECKSINGLE name="by_invitation" label="invitation" >
>        </renderlet:CHECKSINGLE>
> 
>        <renderlet:SUBMIT name="btnsubmit" label="submit" />
>    </elements>
> </formidable>

when the checkbox is not checked, the input does not sumbit 0, its simply 
not submited


More information about the TYPO3-project-formidable mailing list