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

using map-backed ActionForm with velocity

2004-09-21 Thread Shankar Banerjee
Hi Folks, I am a struts-velocity newbie. I have downloaded the struts-velocity framework and make the basic Static ActionForm work with a velocity module which defines the form. Now, I am trying to use a map-backed ActionForm with the same velocity module and I have doen the various steps: Defi