Originally posted by Kaustuv Bhattacharya:
1. I want to make one JTextField that only allows numeric input.
2. I want to make one JTextField that only allows a-z, 0-9 and
underscore(_) with the first charecter must be a-z.
Please help as soon as possible with example.
Originally posted by Bodie Minster:
I've never heard of FreeMarker. Can you tell a little about it?
Originally posted by bill bozeman:
You need to do some server side processing and storage of all past votes. That is the real trick of doing this. Using something like JSP you can have someone vote, with any of the methods you mentioned, and store there vote in a database or text file. Then you can query that database and display how many votes have been casted.
Hope that helps,
Bill