shankha sanyal

Greenhorn
+ Follow
since Sep 12, 2007
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 shankha sanyal

udaykumar maddigatla wrote:Hi

You are extending ValidatorForm, that means, no need to write validate() method. Validation will be done from validation.xml file.

whatever the validations you want to write... you have to specify in the validation.xml. That is the main funda of extending the ValidatorForm.

If you still want to use both validation.xml as well as validate() method. You have to write the below line of code



instead of



Try to change the code as shown above. it will work








thank you very much it works now!!
Your the best ever!!!
13 years ago
CONGRATS!!!
AND WISHING YOU A BRIGHT FUTURE!
Hi
I would like to thank everyone here who helped me when i had nowhere too turn.
I would like to know what would be my next step?
Should i attempt Sun Certified Web Component Developer or Sun Certified Business Component Developer?
What is the difference between the two?
Do they also have dag and drop questions like SCJP?

Thanks Again for helping Me!!!

Shankha
14 years ago
Hi
I am still learning to use struts. So please forgive me if I goof up. I am trying to make a quiz website using struts. I have used multiple choice questions using radio buttons. Every time the user gets a correct answer I increase an integer variable count, in the action class. So far I have made it work by using system.out.println() method to see the increment of count on the tomcat console. Now my problem is how can I show the user's total score on the next page? Any help will be highly appreciated.

cheers!
Shankha
[ September 12, 2007: Message edited by: shankha sanyal ]
16 years ago
Hi
I am still learning to use struts. So please forgive me if I goof up. I am trying to make a quiz website using struts. I have used multiple choice questions using radio buttons. Every time the user gets a correct answer I increase an integer variable count, in the action class. So far I have made it work by using system.out.println() method to see the increment of count on the tomcat console. Now my problem is how can I show the user's total score on the next page? Any help will be highly appreciated.

cheers!
Shankha
[ September 12, 2007: Message edited by: shankha sanyal ]