2007년 11월 28일
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
..
..
..
==================================================================
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">
이 글과 관련있는 글을 자동검색한 결과입니다 [?]
- [ JSTL ] Core Part.2 변수와 관련된 태그( set, remove ) by 낭길리마
- mysql jdbc로딩 서블릿 by 오리너구리
- Custom Tag Library (1) - Tag Handler Class by 태풍80
- 07.10.12 서블릿 by 브릴리언트
- DBCP in tomcat by RUNE
# by | 2007/11/28 17:18 | errors | 트랙백 | 덧글(1)





--------------------------------------------------------------------------------
<logic:iterate name="accountInformationForm" property="accounts" id="accountSummaryView">