indoubt man

Greenhorn
+ Follow
since Apr 01, 2008
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 indoubt man

Hi,

I am trying to send a Email via Spring. I am using MailSender and SimpleMailMessage. But the objects are not getting initialized.

Can anybody please inform the reasons for debugging this issue.

Thanks.
i have a jsp page that displays 10 rows of search result on a page.
Each row has a check box.
i have to add a print button tht will print the rows whose check box has been selected..i.e. if 6 check boxs are selected and the print button is clicked all the data related to those 6 rows should be printed......
Can anyone please suggest the approach to this requirement...............