difference between Action.perform() and Action.execute()

2008-01-01 Thread sai reddy
Hi friends. What's the difference between Action.perform() and Action.execute() methods?? I'm talking about org.apache.struts.action.Action class. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

difference between Action.perform() and Action.execute()

2008-01-01 Thread sai reddy
Hi friends. What's the difference between Action.perform() and Action.execute() methods?? I'm talking about org.apache.struts.action.Action class. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

How to set multiple cookies to access them using bean:cookie multiple="yes" tag.

2008-01-05 Thread sai reddy
I'm a newbie to struts. I wanted to practice tag's 'multiple' attribute. But the problem is i don't know how to set multiple cookies. Please help me. I tried this code to set multiple cookies...but only the last cookie gets added...i mean the first one gets replaced by the second cookie

Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
I'm using struts 1.2.7 version. I wanted to validate a form client side. I used tag with 'formName' attribute set to the form-bean's logical name in struts-config.xml. Inside validation.xml file, i set "depends" attribute's value as "required" ( i just wanted these form fields to be non white

Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
re my thoughts wrong? sai reddy schrieb: I'm using struts 1.2.7 version. I wanted to validate a form client side. I used tag with 'formName' attribute set to the form-bean's logical name in struts-config.xml. Inside validation.xml file, i set "depends" attrib

Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
re my thoughts wrong? sai reddy schrieb: I'm using struts 1.2.7 version. I wanted to validate a form client side. I used tag with 'formName' attribute set to the form-bean's logical name in struts-config.xml. Inside validation.xml file, i set "depends" attrib

Why should we keep

2008-01-22 Thread Sai Reddy
Hi Friends, I'm using Struts 1.2.7, Tomcat 5.5.25. I'm trying to create a datasource for my struts application. This is my struts-config.xml file

Can we forward to jsp files under /WEB-INF folder

2008-02-10 Thread Sai Reddy
Hi friends I'm using Struts 1.2.7 and Tomcat 5.5.25 server. Can we forward a HttpRequest to the files under /WEB-INF folder? I've read in "Struts Survival Guide" that we can do so with tomcat server but not with other servers. Is that true? I need the answer because I'm trying to move all my JSP