• 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

Multiform form beans in one JSP

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there!

I'm using struts 1.3.8. Is it possible that in one JSP i can have multiple form beans. I get an error of no setter/getter method. do i need to assign name to each forms? Please help.

<action
path="/application"
type="com.rms.struts.action.ApplicantAction"
parameter="parameter"
input="/pages/ApplicantForm.jsp"
name="applicantForm"
scope="request"
validate="true">

<forward name="success" path="/pages/AppInformation.jsp"/>
</action>

thanks alot
reply
    Bookmark Topic Watch Topic
  • New Topic