| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
7 comments so far (post your own) View All Comments Latest 10 Comments:friends please tell me what is the use of debug an details in web.xml file in struts
<init-param>
<param-name>debug</param-name>
<param-value>3</param-value>
</init-param>
<init-param>
<param-name>details</param-name>
<param-value>3</param-value>
</init-param>
Posted by srinivas on Thursday, 12.4.08 @ 05:50am | #82383
its a very good information on struts validation,giving clear understanding hw it works.
Posted by ramesh on Tuesday, 08.19.08 @ 10:45am | #73707
I think mariusz is correct.
It should be type="test.AdminAction"
whereas he wrote:
<action
path="/AdminFormValidation"
type="test.AdminForm"
name="AdminForm"
scope="request"
validate="true"
input="admin.jsp">
<forward name="success" path="success.jsp"/>
</action>
Posted by Sandeep on Thursday, 04.3.08 @ 01:36am | #55152
hi sir your material is very help ful thanks
Posted by suresh on Monday, 02.11.08 @ 12:53pm | #47892
There is no word to express your hard work..
"Every duty is holy and devotion to duty is the
highest form of worship of god."
-swami vivekanada.
Posted by Pandi Palanichamy on Friday, 01.11.08 @ 10:55am | #44962
o think you made mistake:
Should it be type="test.AdminAction"
<action
path="/AdminFormValidation"
type="test.AdminForm"
name="AdminForm"
scope="request"
validate="true"
input="admin.jsp">
<forward name="success" path="success.jsp"/>
</action>
Posted by mariusz on Friday, 11.2.07 @ 01:30am | #35358
Hi,
I have been using Eclipse3.2 and Struts 1.3.5. From the tutorial "Creating Custom Validators", I was a bit confused with finding the location of validator-rules.xml file. At last, I found it under struts-core-1.3.5.jar. You can either import struts-blank-1.3.5.jar into your project or just include the struts-core-1.3.5.jar in Java Build path. This will include the above mentioned file and then you can start editing it to define your custom defined validators. Happy coding !!
Posted by Srinivas Marripudi on Thursday, 10.4.07 @ 16:27pm | #31366