aspose file tools
The moose likes Struts and the fly likes DynaActionForm 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 "DynaActionForm" Watch "DynaActionForm" New topic
Author

DynaActionForm

Jiju Jacob
Greenhorn

Joined: Jul 12, 2005
Posts: 5
Hi All,

I constructed a JSP page with the DynaActionFOrm, it works okay but with one major problem, the values submitted do not get reflected to the form property.

THe form has a bean called IncentiveInfo and this has properties like incentiveName and incentiveAmount.

The incentiveInfo is declared as a form-property in the form bean. The form -property is not getting set.

Have you faced such a problem. Can You help me?

Thanks in Advance..
Jiju
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: DynaActionForm
 
Similar Threads
ActionForm access Via DynaActionForm?
ActionForm with indexed properties
Using struts and complex forms
[SOLVED] Something wrong with DynaActionForms
[SOLVED] Problem with LocaleAction + DynaActionForm