Re: Dynamically Generated html:Text

2006-09-18 Thread Aftab Vhora
Hi, Somehow I was able to generate text boxes dynamically here is wht i did ==struts-config.xml=== type="org.apache.struts.action.DynaActionForm" size="4"> scope="request"> Action Form myMapForm.java pub

Re: Dynamically Generated html:Text

2006-09-18 Thread Puneet Lakhina
On 9/18/06, Aftab Vhora <[EMAIL PROTECTED]> wrote: Hi, I m dynamically generating the html:text , i have made correct entry in the struts config.xml and also implemented the Action Form and Action class. But I m getting below error, request you to kindly provide me the solution. ===ER

Re: Dynamically Generated html:Text

2006-09-18 Thread Monkeyden
It's not finding the ActionForm. It looks like you need a slash before "process" in the form tag, provided that you indeed have an action mapping with path "/process" in your Struts config file. On 9/18/06, Aftab Vhora <[EMAIL PROTECTED]> wrote: Hi, I m dynamically generating the html:text ,