This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Multiform form beans in one JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Multiform form beans in one JSP" Watch "Multiform form beans in one JSP" New topic
Author

Multiform form beans in one JSP

yan yan
Greenhorn

Joined: Aug 01, 2007
Posts: 16
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multiform form beans in one JSP
 
Similar Threads
Error 400: Invalid path /main was requested
Struts validation framework- for single form, multiple actions
forward action
struts(jsp forward to Action?)
struts validation - blank screen