File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Unique Id Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Unique Id" Watch "Unique Id" New topic
Author

Unique Id

shilpi_s
Greenhorn

Joined: Jan 04, 2004
Posts: 2
I have a register form where user registers. After registration is completed i want a unique number to be generated which should be combination of data entered by the user and some data present in the database pertaining to that user.
Can anyone help?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56183
    
  13

Welcome to the Ranch rose!
You'll find this forum a great place to seek help on JSP pages, and there aren't many rules you'll have to worry about, but one is that proper names are required. Please take a look at the JavaRanch Naming Policy and change your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Thanks!
bear
JSP Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unique Id
 
Similar Threads
Share data between jsp and servlet without using request or session
MVC - Downloading a file created on the fly
multiple request to severs from multiple users
ClientID
How to create ConfirmServlet using a JavaMail / Servlet Mechanism?