A solution - without modifying the server redirects - is to use one url with a parameter like this:
http://example.com/login?user=sanjeev The servlet extracts the username, load the modeldata from the database for it and sent it back to the client. On 16 Nov., 11:40, Sanjeev Kulkarni <[email protected]> wrote: > Hi all, > Don't know whether my post will be appropriate to this forum! but I > have become helpless so I am posting here.Please excuse me if not > appropriate. > > I want to make a user web pages for all the users who registers into > my application. The user can view his web page with a link like below: > > http://example.com/username > > I have stored all user information into a table.But not getting how to > create a individual files (either .html or .jsp) to retrieve his > information. I wrote a .jsp file in which I am displaying the user > information based on the search criteria, but now I want display user > web page explicitly without searching like linkedin public profile > pages. > > Any idea will be greatly appreciated.Thanks. > Sanjeev -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
