2015-08-01から1ヶ月間の記事一覧

Play2.4(Ebean4)のfindPagedListでページング

ページングを実装しようと思い、方法を探していたのだけれど… どこのページを見てもfindPagingList()しか載ってない。 でもPlay2.4でライブラリとして使っているEbeanではfindPagingList()が削除されていて、 findPagedList()に置き換わっていた。 github覗…

新しくModelをつくったときのJSR-303

新しくモデルを追加して、フォーム作って、さあ送信 ↓ [IllegalStateException: JSR-303 validated property 'title' does not have a corresponding accessor for data binding - check your DataBinder's configuration (bean property versus direct fiel…