printLabel
I was wondering if anyone knows how to create a printLabel jsp page. I have no way of going about it. I am in a group and we are creating a application that is suppose to checkin media and also printout copies of media checked in. What do I do, I'm clueless. I have a copy of books that I'm reading but they seem not to help. thank you.
# 2
Thanks, but not quite what I wanted. see I am running tomcat and orcale is my server. MY usecase looks like this.
Happy case
1. User is logged in at main menu page
2. Choose Print Label
3. Enter CID # for media
4. Submit request
5. System Validate ID#
6. System display information to be printed out by user.
Alternative flow
1. System displays error message
Keep in mind that this is my first time doing JSP, All I know is I need two jsp files, one taking in info and another that will display data for printed.
I hoping for some suggestions to books or a website that will help me write Jsp element code for this printLabel object.
Thanks.