Symfony2控制器返回带有字段值的表单输入

时间:2015-11-06 18:12:57

标签: forms symfony controller

是否可以在Controller中返回“nothing”?

例如:

这是我的index.html.twig

<form ... action="{{ path('login') }}">
  <input type="password" name="pwd" > with field value
  ...
</form>

这是我的控制器

...
if (count($errors) != 0) {
  Now I want to return back to my form with refill input.
}

0 个答案:

没有答案