[TEEDA-385] Grid の <thead> に <input> があると,行を削除した後のサブミットで ArrayIndexOutOfBoundsException が発生する問題を修正しました. Created: 2007-09-26 Updated: 2007-09-29 Resolved: 2007-09-29 |
|
Status: | Resolved |
Project: | Teeda |
Component/s: | Teeda Extension |
Affects Version/s: | 1.0.10 |
Fix Version/s: | 1.0.12-rc1 |
Type: | Bug | Priority: | Major |
Reporter: | koichik | Assignee: | koichik |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
[Seasar-user:10711] |
Comments |
Comment by koichik [ 2007-09-29 ] |
本格対応しました. Grid の <thead> 以下の <input> 等に本来不必要な ForEach のインデックスが付かないようにしました.更新もできます. |
Comment by koichik [ 2007-09-28 ] |
暫定的な対処をしました. 根本的な対策としては,Grid の <thead> 以下の <input> 等に本来不必要な ForEach のインデックスが付かないようにすべき. |