posted 12 years ago
Can not figure this out.. I keep getting the following error.
[ServletException in:/SelectListTest.jsp] javax.servlet.jsp.JspException: Cannot find bean streetlist in any scope'
At the moment my action is called. (com.info.SelectListAction) I would think that this is populated.
Is there anything else that I should be looking at. Was able to make the example work. I am trying to incorporate what I did there
and I am not having any success.
struts-config.xml
SelectListTest.jsp
SelectListAction.java
StreetListData.java
SelectForm