473,322 Members | 1,347 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Client-side validation without using Javascript or Ajax

Is it possible to write client side validations with out using javascript or ajax.
Aug 31 '07 #1
6 1781
dmjpro
2,476 2GB
Is it possible to write client side validations with out using javascript or ajax.
Which type of validation you want to write in Java?
Look, Client Side validation is not possible with Java.
If you want to write validation code in Java then simple get the Parameters Value using request.getParameter then write your validation code on the Server Side.
Best of Luck.

Kind regards,
Dmjpro.
Aug 31 '07 #2
r035198x
13,262 8TB
Which type of validation you want to write in Java?
Look, Client Side validation is not possible with Java.
If you want to write validation code in Java then simple get the Parameters Value using request.getParameter then write your validation code on the Server Side.
Best of Luck.

Kind regards,
Dmjpro.
Moved to Javascript forum
Aug 31 '07 #3
Nepomuk
3,112 Expert 2GB
Which type of validation you want to write in Java?
Look, Client Side validation is not possible with Java.
If you want to write validation code in Java then simple get the Parameters Value using request.getParameter then write your validation code on the Server Side.
Best of Luck.

Kind regards,
Dmjpro.
I would guess, Client Side validation IS possible, however not that easy or even a good idea. Dmjpro is right, using a Server Side validation is probably the better alternative.

Greetings,
Nepomuk
Aug 31 '07 #4
dmjpro
2,476 2GB
I would guess, Client Side validation IS possible, however not that easy or even a good idea. Dmjpro is right, using a Server Side validation is probably the better alternative.

Greetings,
Nepomuk

If the Validation is with Database then it must be in Server Side.
If the validation is possible in Client Side then why will you submit page once More?

Kind regards,
Dmjpro.
Aug 31 '07 #5
acoder
16,027 Expert Mod 8TB
Changed the thread title to better describe the problem.
Aug 31 '07 #6
acoder
16,027 Expert Mod 8TB
Is it possible to write client side validations with out using javascript or ajax.
If you want client-side validation (which you should have as a convenience - you shouldn't depend upon it), you must use Javascript.
Aug 31 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: ian maclure | last post by:
I'm writing a client-server app. Client controls Server which in turn configures and controls a bunch of hardware. I want to be able to start the server from my client. Now in C/C++ one could...
15
by: Michael Rybak | last post by:
hi, everyone. I'm writing a 2-players game that should support network mode. I'm now testing it on 1 PC since I don't have 2. I directly use sockets, and both client and server do...
2
by: Raquel | last post by:
How do I know whether the 'runtime client' and the 'application development client' are installed on my machine? When I issue the command "db2licm -l", it gives the following output: Product...
2
by: Rhino | last post by:
I am trying to verify that I correctly understand something I saw in the DB2 Information Center. I am running DB2 Personal Edition V8.2.1 on Windows. I came across the following in the Info...
0
by: Harley | last post by:
Hello, I am just learning the tcp/ip functions etc under vb.net so please look over me if this is obviouse. I have been all over looking into any functions that I didn't totaly understand and...
8
by: Ankit Aneja | last post by:
i am doing here some some socket-client work in C# windows service it is working fine for multiple clients now i want to limit these multiple clients to 25 for example i want that when service...
2
by: Delmar | last post by:
I need to build Web Application that will generate a client to execute some operations. Each client has running silent application. Maybe somebody can advice me what can I do ? Thank you.
14
by: Ankit Aneja | last post by:
The code of classes given below is for server to which clients connect i want to get ip address of client which has connected pls help how can i get //listen class public class listen {
0
by: khu84 | last post by:
Here is client server very simple code, seems to work with telnet but with with web client code gives blank output. Following is the server code:- <?php function...
2
by: nsaffary | last post by:
hi I hava a client/server program that run correctly when i run it in one computer(local) but when I run client on a one computer and run server run on another, connection does not stablish.(I set...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.