How to use a Map backed Action form from JSP

2005-05-03 Thread Shankar Banerjee
Hi, I am a JSP newbie. We were using struts and velocity before and now we are switching over to struts and JSP. We were using Map backed ActionForm for our Application with velocity to handle dynamic and extensible form data. Now when I see the jakarta struts documentation for using the same wi

Re: Map-backed Action Form

2004-09-20 Thread Michael McGrady
Hari Haran wrote: Hi, In recent past I have been working with struts Map-backed Action Form. It can accept any number of HTML form parameters without declaring each field as accessors or in an external XML file. This seems to be a good approach , as I don't need to create a new ActionForm f

Map-backed Action Form

2004-09-20 Thread Hari Haran
Hi, In recent past I have been working with struts Map-backed Action Form. It can accept any number of HTML form parameters without declaring each field as accessors or in an external XML file. This seems to be a good approach , as I don't need to create a new ActionForm for my data

map-backed action form and validator

2004-05-07 Thread Dilip Nagarajan
hi, map-backed action form and validator does not seem to work together in my application. Struts Validator framework is not getting invoked. Has anybody done this before. Help me out in this regard. Thank you, Dilip. This is my code snippet _Extended ActionForm :_ package test; import