subbu kanna

Greenhorn
+ Follow
since Jan 11, 2012
subbu likes ...
Netbeans IDE Eclipse IDE
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by subbu kanna

hello sir,

String selectedRadio = request.getParameter("radioControlName");
String inputText = request.getParameter("textfieldControlName");

the request.getparameter("radiocontrolname") if null then how do we check it

if(request.getParameter("radio")==null)
out.println("user did not choosen");

but the if condition not checking, I have this problem in jsp registration page . please guide me in this regard


regards
kanna
12 years ago
JSP
Hello Rancehers,


I am doing jsp registration form , in that form I have many fields like, fanme, lname, city, state, when I submit the jsp page with HTTP post method
and the saveregister.jps page I check like the request parameter

I know javascript we can validate the jsp page and then we can allow to post the page. But I wanted to know, if I submit the page, whether any way we can check the request.getparameter('field')==null

if(request.getparameter("city")==null)
out.println("city is not filled");

Please give me some suggestions
regards
12 years ago
JSP
Hello ranchers,


In my office I need to study and use the new webframework called

ZK framework

http://www.zkoss.org/
http://www.zkoss.org/zkdemo/chart/flash_pie_chart
http://books.zkoss.org/wiki/ZK_Getting_Started/Tutorial

anybody can give me a suggestion

regards
kanna