• 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

Form Bean For Dynamically created elements

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Here is my scenerio.
I have a form with certain elements say some text-boxes and used can add more text-boxes dynamically, whcih contain different names.
is it possible to use form-bean for the above form? if yes, can any one please tell me how to create and use a form-bean for this type of scenerio.

i completed work without using form-bean as of now but i wants to know, how we can achieve this using form-beans.
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the examples and follow the tutorials at this page:
http://www.keyboardmonkey.com/next/index.jsp
See also Indexed Properties, Mapped Properties, and Indexed Tags in the FAQs and HowTos section of the Struts homepage.
[ January 02, 2003: Message edited by: Jason Menard ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic