[Seasar-user:18030] Re: [Teeda]xxxItemsにJavaScriptで行追加後、サブミットすると追加した行がなくなる

thomas [E-MAIL ADDRESS DELETED]
2009年 7月 21日 (火) 14:33:35 JST


Hello,

>Show the log of the RequestDumpFilter.

The following is my log in my console after clicking Submit button.

2009-07-21 14:27:07,250 [http-8080-4] DEBUG
org.seasar.framework.container.hotdeploy.HotdeployBehavior - HOT
deployを開始します
2009-07-21 14:27:08,031 [http-8080-4] DEBUG
org.seasar.framework.container.util.S2ContainerUtil -
クラス(projectmgnt.web.projectmember.ProjectmemberCreatePage[projectmember_projectmemberCreatePage])のコンポーネント定義を登録します
2009-07-21 14:27:08,125 [http-8080-4] DEBUG
org.seasar.framework.container.util.S2ContainerUtil -
クラス(projectmgnt.dxo.ProjectmemberDxo[projectmemberDxo])のコンポーネント定義を登録します
2009-07-21 14:27:08,187 [http-8080-4] DEBUG
org.seasar.framework.container.util.S2ContainerUtil -
クラス(projectmgnt.dxo.MembereditlistDxo[membereditlistDxo])のコンポーネント定義を登録します
2009-07-21 14:27:08,203 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - BEGIN
projectmgnt.web.projectmember.ProjectmemberCreatePage#getYearmonthValidator()
2009-07-21 14:27:08,234 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - END
projectmgnt.web.projectmember.ProjectmemberCreatePage#getYearmonthValidator()
: [E-MAIL ADDRESS DELETED]
2009-07-21 14:27:08,343 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - BEGIN
projectmgnt.web.projectmember.ProjectmemberCreatePage#prerender()
2009-07-21 14:27:08,359 [http-8080-4] DEBUG
org.seasar.extension.jta.TransactionImpl -
トランザクションを開始しました。tx=[FormatId=4360, GlobalId=1248153910062/9, BranchId=]
2009-07-21 14:27:08,359 [http-8080-4] DEBUG org.seasar.dbflute.XLog -
...Initializing sqlExecution for the key
'projectmember:selectList(ProjectmemberCB)'
2009-07-21 14:27:08,359 [http-8080-4] DEBUG org.seasar.dbflute.XLog -
/==================================================================================
2009-07-21 14:27:08,359 [http-8080-4] DEBUG org.seasar.dbflute.XLog
-
ProjectmemberBhv.selectList()
2009-07-21 14:27:08,359 [http-8080-4] DEBUG org.seasar.dbflute.XLog
-
============================/
2009-07-21 14:27:08,359 [http-8080-4] DEBUG org.seasar.dbflute.XLog -
ProjectmemberCreatePage.prerender():106 --> ProjectmemberBhv.selectList()
--> ...
2009-07-21 14:27:08,375 [http-8080-4] DEBUG
org.seasar.extension.dbcp.impl.ConnectionPoolImpl -
論理的なコネクションを取得しました。tx=[FormatId=4360, GlobalId=1248153910062/9, BranchId=]
2009-07-21 14:27:08,375 [http-8080-4] DEBUG org.seasar.dbflute.QLog -
select dflocal.projectcode as c1, dflocal.projectname as c2,
dflocal.contractstatus as c3, dflocal.yearmonth as c4, dflocal.member as c5,
dflocal.standardunitprice as c6, dflocal.applicationunitprice as c7,
dflocal.fixedunitprice as c8, dflocal.mamhour as c9, dflocal.lowertime as
c10, dflocal.lowertimeunitprice as c11, dflocal.uppertime as c12,
dflocal.uppertimeunitprice as c13, dflocal.registrationdate as c14,
dflocal.updateddate as c15
  from projectmember dflocal
 where dflocal.member = 'XXzsxXXX'
2009-07-21 14:27:08,375 [http-8080-4] DEBUG
org.seasar.extension.dbcp.impl.ConnectionWrapperImpl -
論理的なコネクションを閉じました。tx=[FormatId=4360, GlobalId=1248153910062/9, BranchId=]
2009-07-21 14:27:08,375 [http-8080-4] DEBUG org.seasar.dbflute.XLog -
===========/ [00m00s016ms - Selected list: 0]
2009-07-21 14:27:08,375 [http-8080-4] DEBUG org.seasar.dbflute.XLog -
2009-07-21 14:27:08,375 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - BEGIN
projectmgnt.dxo.MembereditlistDxo#convert([])
2009-07-21 14:27:08,437 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - END
projectmgnt.dxo.MembereditlistDxo#convert([]) : []
1
2009-07-21 14:27:08,437 [http-8080-4] DEBUG
org.seasar.extension.jta.TransactionImpl -
トランザクションをコミットしました。tx=[FormatId=4360, GlobalId=1248153910062/9, BranchId=]
2009-07-21 14:27:08,437 [http-8080-4] DEBUG
org.seasar.framework.aop.interceptors.TraceInterceptor - END
projectmgnt.web.projectmember.ProjectmemberCreatePage#prerender() : null
2009-07-21 14:27:08,500 [http-8080-4] DEBUG
org.seasar.framework.container.util.S2ContainerUtil -
クラス(projectmgnt.web.layout.MenuPage[layout_menuPage])のコンポーネント定義を登録します
2009-07-21 14:27:08,640 [http-8080-4] DEBUG
org.seasar.framework.container.hotdeploy.HotdeployBehavior - HOT
deployを終了しました


How can i show the log of requestDumpFilter?

Thanks in advance,
トマス




2009/7/21 Koichi Kobayashi <[E-MAIL ADDRESS DELETED]>

> 小林 (koichik) です.
>
> Date:    Mon, 20 Jul 2009 15:38:16 +0900
> From:    thomas <[E-MAIL ADDRESS DELETED]>
> To:      [E-MAIL ADDRESS DELETED]
> Subject: [Seasar-user:18028]
> [Teeda]xxxItemsにJavaScriptで行追加後、サブミットすると追加した行がなくなる
>
> > I have added some rows of items using javascript.I need to use vaildator
> for
> > the input values.
> >
> > if i use the validator for any one of the variable in xxxItems,the rows
> that
> > i added using javascript will disappear.
> >
> >
> > The following is my Html file
>
> Show the log of the RequestDumpFilter.
>
>
> --
> <component name="koichik">
>    <property name="fullName">"Koichi Kobayashi"</property>
>    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
>    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
> </component>
>
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090721/bec4dcdd/attachment.html>


Seasar-user メーリングリストの案内