Link to home
Start Free TrialLog in
Avatar of Mike Eghtebas
Mike EghtebasFlag for United States of America

asked on

jsp template... user information

Are there any jsp templates to accept user data (name, address, comments, etc). sort of request/response.

I will include routine to validate and upload the data to a database.

Thank you.
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

That is a VERY vague question. Can you please elaborate?
Avatar of Mike Eghtebas

ASKER

I want to build a jsp to accept user info. I thought there might be some templates somewhere for me to take a look at their looks and feel first and then to choose one to work with. After the selection, I can then add all the necessary text fields, buttons, etc. to accomplish what I want.

Thank you for the question.

Mike
Sorry if I do not fully grasp the question, but would that not just be an HTML form with possibly the values replaced by <c:out and prompts by <fmt tags ?
Hi mplungjan,

Thank you for follow up. As Microsoft Word has templates for typical invoice or cover letter where user can pick one and customize for her/his use, I was hoping that one can find some alrady made samples of "user input" pages where one can go over them and choose one and then customize it for a specific use.

Here "user input" stands a page that has some text fields, check boxes,... and a submit button.

But, I gather that this kind of collection doesn't exist. However, if you know of any, please let me know where.

Regards,

Mike
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you