Ticket #6409

POJOActionでFormのインスタンスを入れ替えても反映されない
오픈 날짜: 2005-07-25 23:45 마지막 업데이트: 2005-09-20 23:57

Reporter:
소유자:
(None)
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

POJOActionで

public String execute() {
pojoForm = logic.getPojo(pojoForm.getId());
return SUCCESS;
}

としてFormのインスタンスを入れ替えても、request/session
に反映されないため、JSPに表示することができない。

Ticket History (3/5 Histories)

2005-07-26 00:17 Updated by: skimura
댓글 올리기
Logged In: YES
user_id=6711

Formのgetterが無いのではなくて?
2005-07-26 09:03 Updated by: kanagashi
댓글 올리기
Logged In: YES
user_id=13888

ActionExecuteProcessorImpl#processActionExecute()の処理で
execute()を実行した後にsetActionForm()を呼び出して、引数とし
てわたってきたFormを設定してるのが原因と思います。
そのため、Action内でFormのインスタンスを入れ替えたときには反
映されていません。
2005-07-26 09:27 Updated by: kanagashi
댓글 올리기
Logged In: YES
user_id=13888

ActionExecuteProcessorImpl#processActionExecute()の処理で
execute()を実行した後にsetActionForm()を呼び出して、引数とし
てわたってきたFormを設定してるのが原因と思います。
そのため、Action内でFormのインスタンスを入れ替えたときには反
映されていません。
2005-07-31 22:04 Updated by: kanagashi
  • Resolution Update from None to Fixed
2005-09-20 23:57 Updated by: kanagashi
  • Ticket Close date is changed to 2005-09-20 23:57
  • Status Update from Open to Closed

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login