0
어떻게 양식 필드 값을 재설정 할 수 있습니까?symfony 1.4 실패 후 필드에서 값을 재설정
action:
$this->form = new $class();
$this->form->bind($request->getParameter('signin'));
if ($this->form->isValid())
{
$values = $this->form->getValues();
$this->redirect('@example');
}
else
{
if ($this->form->hasGlobalErrors())
$this->errorclass = 'error';
}
$this->form->resetFormFields();
return $this->renderPartial('ajax/example);
나는이 개 분야 이메일 및 PW 있습니다 : 비어 있음 오류가 발생한 후이를 resett 할을
이 그나마 작업 :($this->form->resetFormFields();
모든 솔루션 관해서 들으