fujita129
htmlの文字に色をランダムで付ける
16進数で6桁を表す文字列を用意 String result = “”; for(int i=0; i<6; i++) { int tmp = (int)(Math.random() * 16); result +…インスタンスのプロパティの値を変更する方法
DayTarget clearedDayTarget = DayTarget.findDayTarget.byId(id); clearedDayTarget.cleared = true; clearedDayTarg…flashのエラーメッセージを受け取って表示するコード
@if(flash.containsKey(“false”)) { <br><p><font color=”red”>@flash.get(“false”)</font>&…パスワードの入力欄
@inputPassword(userForm(“password”), ‘_label -> “”, ‘_help -> “”)sessionの消し方
app/controllers/Application.java session().remove(“セッション名”);sessionの使い方
app/controllers/Application sessionに値をセット session(“userName”, userForm.get().name); sessionにセットした値を取得 string u…JSR-303 validated “name” does not have a corresponding accessor for data binding の解決方法
activator cleanscalaでの文字列の比較
@if(“str1″==”str2”)12