duandian4501 2014-01-26 23:07
浏览 103
已采纳

Symfony2中的子表单实体上的GroupSequenceProvider

I have a parent form and a child which is of type collection, which can have adds/removes.

I need the GroupSequenceProviderInterface on both the parent and the child entities, because my validation is dynamic based on the form data.

Both forms have dynamic validation groups, which I add in the controller based on form input.

GroupSequence works great on the parent form, ever with complex validation groups.

The child seems to be setup correctly and the group is definitely being added, however getGroupSequence on the child element is never called.

This makes me wonder whether it is even possible to have dynamic validation on Child Entities. Can symfony handle groups in a hierarchy?

I am using symfony 2.3

Is there a way to have GroupSequence validation on child form entities?

  • 写回答

1条回答 默认 最新

  • doumei1955 2014-02-18 16:04
    关注

    The issue here was actually my child entities were not being validated because they did not have the Valid annotation.

    // parent entity class
    
    /**
    * @Assert\Valid
    */
    public $childEntity;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Opencv配置出错
  • ¥15 模电中二极管,三极管和电容的应用
  • ¥15 关于模型导入UNITY的.FBX: Check external application preferences.警告。
  • ¥15 气象网格数据与卫星轨道数据如何匹配
  • ¥100 java ee ssm项目 悬赏,感兴趣直接联系我
  • ¥15 微软账户问题不小心注销了好像
  • ¥15 x264库中预测模式字IPM、运动向量差MVD、量化后的DCT系数的位置
  • ¥15 curl 命令调用正常,程序调用报 java.net.ConnectException: connection refused
  • ¥20 关于web前端如何播放二次加密m3u8视频的问题
  • ¥15 使用百度地图api 位置函数报错?