is form validation impossible using jsp???because i surfed google all are using servlet or javascript none of them is using jsp??? whats the reason???

Recommended Answers

All 4 Replies

Member Avatar for LastMitch

Is form validation impossible using jsp???because i surfed google all are using servlet or javascript none of them is using jsp??? whats the reason???

@rithish

servlet is part of jsp

is it impossible to validate using jsp????

Member Avatar for LastMitch

is it impossible to validate using jsp????

@rithish

You mean possible to validate using jsp not impossible.

Read this:

http://en.wikipedia.org/wiki/Java_servlet

LastMitch: servlet is part of JSP? no. not really. they work together, but they are seperate files (in a decent application, that is).
jsp's are translated into servlets, agreed, but the servlets you write yourself are not part of a jsp.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.