Howto write custom checks/validation for the play-framework

后端 未结 1 974
遥遥无期
遥遥无期 2020-12-30 02:55

I try to write checks for the play-framework and see two different possibilities. I described both and want to know if my understanding is correct (So it\'s more a tutorial

相关标签:
1条回答
  • 2020-12-30 03:51

    At least your first example appears to be on the correct path. You can compare it to the documentation provided below, but I'd assume from the complexity of your example that you've already referred to it.

    http://www.playframework.org/documentation/1.1/validation#custom

    I don't know enough about the play framework to comment on the second example.

    0 讨论(0)
提交回复
热议问题