error : Can't find bean accountInformationForm in scope null

struts-config.xml __ mapping에서 bean_name 변경시 발생..
==================================================================
Cannot find bean accountInformationForm in scope null
------------------------------------------------------------------
exception
javax.servlet.ServletException: Cannot find bean accountInformationForm in scope null
..
..
..

root cause
javax.servlet.jsp.JspException: Cannot find bean accountInformationForm in scope null
..
..
..

해결>
forward 된 jsp파일(아래) accountInformationForm 을 요구하고 있었다.
--------------------------------------------------------------------------------
<logic:iterate name="accountInformationForm" property="accounts" id="accountSummaryView">

이 글과 관련있는 글을 자동검색한 결과입니다 [?]

by 달바라기 | 2007/11/28 17:18 | errors | 트랙백 | 덧글(1)

Commented by 달바라기 at 2007/11/28 17:26
forward 된 jsp파일(아래) accountInformationForm 을 요구하고 있었다.
--------------------------------------------------------------------------------
<logic:iterate name="accountInformationForm" property="accounts" id="accountSummaryView">
※ 이 포스트는 더 이상 덧글을 남길 수 없습니다.

◀ 이전 페이지 다음 페이지 ▶