• 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

How to set value for Textbox,RadioButton,checkbox

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all !
I want to set value for Textbox(RadioButton/checkbox) with data from a bean . I write like this :
<bean efine id="abc" name="beanname"/>
<html:text property="usernameText" name="abc" value="name">
but the result is not right . If you had done these, please show me how . This is very important with me .
Thanks alot
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there,

can you give the code from the struts-config.xml file and the code from you bean (getters and setters)

maybe there's a typo in you configuration file..
[ December 08, 2004: Message edited by: Davet Kamerbeek ]
reply
    Bookmark Topic Watch Topic
  • New Topic