• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

html:option

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using a html ptions tag in this way
<html ptions collection="selectObject" property="myValue" labelProperty="myLabel"/>
where myValue is the bean.I have added values in the bean through a Vector.
And in the page i have something like
<jsp:useBean id="selectObject" class="com.truetel.mms.fetclog.web.taglib.OptionItem" scope="page"/>
But i m getting an Error such as org.apache.jasper.JasperException: Cannot create iterator for com.truetel.mms.fetclog.web.taglib.OptionItem@11777e
Please any one can suggest what this error is all about???
Urgent help is required...
Thanks in advance
Mitesh
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic