• 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

No getter method??

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends
I ama facing some peoblem here..
I have a last name feild in a textbox. once , we enter some name, it will go database and display the resullts in the same page.
It displays things like Full name, emp no , phone number etc...
I am usning logic:iterate to display the fields...
At teh bottom of teh page, i have UPDATE button also, to modify these feilds
So far, it is good.
But, when I want to display one radio button in each row of teh results part, it is throwing me teh following error..
No getter method for property "selectRadio" of bean org.apache.struts.taglib.html.BEAN

What cld be the reason.. Please help me how to resolve this
thanks
Ram
[ October 15, 2003: Message edited by: M K Raman ]
[ October 15, 2003: Message edited by: M K Raman ]
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic