4da60eb68ca0c From Joomla! Documentation Wrong description Above syntax is wrong and doesn't work in Joomla 1.6.1. The correct is: $this->form->setValue($field, $group , $value); Bornakke 15:59, 13 April 2011 (CDT) Edit comment Categories: JFormSetValueCodeExampleMethodExample
Above syntax is wrong and doesn't work in Joomla 1.6.1.
The correct is:
$this->form->setValue($field, $group , $value);