• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Having problems using optionscollection

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
howard franklin
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was able to figure it out

info from struts config










 
reply
    Bookmark Topic Watch Topic
  • New Topic