Open shimodatkh opened 8 years ago
InitialCommit
mvn archetype:generate -B^
-DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-mybatis3-archetype^
-DarchetypeVersion=5.1.0.RELEASE^
-DgroupId=com.example.todo^
-DartifactId=user-management-t5-retry^
-Dversion=1.0.0-SNAPSHOT
問題
insert into account( username ,displayname, password, birthday, address, telnum , roles , status ) values('0002','0002','0002','1999-11-11','0002','0002','0002','0002');
後回しにしたことリスト
Caused by: javax.servlet.jsp.JspTagException: 直近の親タグである <choose> をセットせずに <when> スタイル・タグを使うことは正しくありません at org.apache.taglibs.standard.tag.common.core.WhenTagSupport.doStartTag(WhenTagSupport.java:57) ~[taglibs-standard-impl-1.2.5.jar:1.2.5] at org.apache.jsp.WEB_002dINF.views.user.searchList_jsp._jspx_meth_c_005fwhen_005f0(searchList_jsp.java:194) ~[na:na] at org.apache.jsp.WEB_002dINF.views.user.searchList_jsp._jspService(searchList_jsp.java:156) ~[na:na] ... 135 common frames omitted
<input type="submit" name="form" value="登録" />
queryTmpl="list&page={page}&size={size}"
<input name="list" />
bacause params are deleted on GETcriteriaQuery="${f:query(searchUserForm)}
on t:paginationHTTPステータス 400 - Parameter conditions "list" OR "form" not met for actual request parameters: page={1}, size={5}
type ステータスレポート
メッセージ Parameter conditions "list" OR "form" not met for actual request parameters: page={1}, size={5}
説明 The request sent by the client was syntactically incorrect. Apache Tomcat/8.0.32
todo-infra.properties で database.url=jdbc:h2:mem:(略)
jdbc:h2:file:C:/data/test