[TYPO3-mvc] How to build create/new forms correctly - blogexamplehas issues - throwing exceptions with checkboxes/radio buttons
Thomas Kieslich
thomaskieslich at gmx.net
Tue Feb 23 12:13:43 CET 2010
Hi, thanks for the Bugfix
Just found another solution:
public function newAction(Tx_Test_Domain_Model_Object $newObject = null) {
$newObject['propertyname'] = TRUE;
$newObject['propertyname'] = FALSE;
$this->view->assign('newObject',$newObject);
}
it good for default values.
Thomas
Hello Franz,
> On 22.02.2010 16:31, Franz Koch wrote:
>
>> Hi,
>>
>>> Hi Franz, this all is discussed on this list already. Bugfix-Patches
>>> are at the Bugtracker...
>>>
>> strange, I searched for it. Maybe not good enough. Thanks.
>>
> Ah, found it - should have also searched for "radio button" and not
> only checkbox ;)
>
More information about the TYPO3-project-typo3v4mvc
mailing list