| 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
12 comments so far (post your own) View All Comments Latest 10 Comments:Hi,
This is Raj. New to struts validation framwork. I was trying a sample poc kind of application using struts validation. On the fly framework generating java script files. but i am not able to locate that file physically. using browser's source view, the path which it displays that path is not available in my apllication deployment directory.
Your's help appreciated.
Thanks in advance
Raj
Posted by Raj on Friday, 12.19.08 @ 01:17am | #82954
hi,
I am new to Struts 2 and i tried this application,
when i validate it ,its simply showing user name and password not empty, but fielderrors or not displaying any messages.I used maven to create my project architecture..
can u pls send me the entire code..
Thanks a lot in advance
Posted by Arif on Wednesday, 10.29.08 @ 13:40pm | #81388
i want login form of client side validation purpose
Posted by suresh on Tuesday, 08.19.08 @ 10:24am | #73704
In the form declaration on the Login.jsp, specify action name and its package namespace separately as :
<s:form action="doLogin" namespace="/roseindia/net" method="POST" validate="true">
This should work now :))
Posted by Diksha Jain on Tuesday, 06.10.08 @ 14:40pm | #62816
--------Original Message --------------------------
Hi Im new to Struts 2 and im trying to use the client side validation but but the java script function is no created, the call is genarated but y repeat the function not. Can someano tell me why.
Thanks very much.
Bye
Posted by William on Thursday, 12.27.07 @ 08:35am | #43908
-----------------------------------
My Opinion
Yes it was done twice. client validation is faster and will not send the data to the server. if client validation fails incase when javascript is disabled...a 2nd catch validation will be activated on the server side...You can see how elegant Struts 2 is.
You can see client validation when you see view page source.
The client validation is OK for me the same message is being shown
Posted by Jaizon F. Lubaton on Monday, 06.9.08 @ 23:31pm | #62749
I've a app that validate a form. When the validation is wrong, the theme change to "default" theme or something like that.
I use, in order to set my theme:
<head>
<title>Login</title>
<link rel=StyleSheet href="/resources/style.css" type="text/css"
media=screen>
</head>
Posted by juan pablo on Tuesday, 03.4.08 @ 01:59am | #51215
Hi Im new to Struts 2 and im trying to use the client side validation but but the java script function is no created, the call is genarated but y repeat the function not. Can someano tell me why.
Thanks very much.
Bye
Posted by William on Thursday, 12.27.07 @ 08:35am | #43908
Thank you for this sweeeet tutorial....
Posted by Harshi on Thursday, 11.8.07 @ 16:36pm | #36631
I try to click Login button more than one times, old error message is not clear, new error message is show in a new line.
Posted by ndlinh on Saturday, 09.29.07 @ 13:25pm | #30470
nice you.
Posted by M.Liang Liu on Saturday, 07.14.07 @ 09:19am | #21260
think you for your tutorials!!!!
but me too I have not client javascript validation in my page !!
Posted by momo on Wednesday, 06.27.07 @ 17:35pm | #20282
Hi,
Thanks for the nice tutorial........
But i am not getting client validation alerts on my page..............
........
Posted by vamsh on Friday, 06.22.07 @ 15:44pm | #19959