Rogelio Trist�n

Greenhorn
+ Follow
since May 12, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rogelio Trist�n

hey, I'm having a problem passing this data to a new JSP.. maybe you guys can help me out. here is thesection of code that seeems to be troubling me...




this will display a table with a list of names from top to bottom.... then it has an "edit" button in the cell next to it.. great.. but what I want to happen is when you click the "edit" button it should go to a new .jsp page that will display the name, and display the details of the name, I think that requires a statement like select * from Student where Stud_Name = t2...

but how do I send the data off to a new .jsp file? ? Im having trouble getting that to happen... thanks
20 years ago
JSP
hey, I have 3 pages here
index:


vali.jsp


and fullinfo.jsp


my problem is that what I want it to do, is when the user select option "5", it will take you to a page that will display a table with all student names only. which it does. then prompt for the student name to update, which it does. then I want it to take the person to fullinfo.jsp, which will show all the information for that one student entered... but I'm having a bit of trouble understanding where I would put the sytax and what syntax to use.... it lists the student names only, and asks for student name, but thats as far as I go..any help is appreciated....
[ May 14, 2005: Message edited by: Rogelio Trist�n ]
20 years ago
JSP




okay the code is supposed to make a table and display student names from the student table, and then afterwards have some text boxes to enter the student name you want to edit, then the new student info (new name and new id number)... well when I execute it, it will show a form for asking wwhat data to update, but it completely skips the first part of the code that sets a table to display the list of students...... funny thing is, when I delete the part about asking for student update info, it will show the list of students... why will it only do the second part of the code when I have them both? how do I make it both show all students in the database, AND ask for student info to update at the bottom ?
thanks guys I appreciat it
20 years ago
JSP
hey.. I know how to make a login.jsp and request the session in the nextjsp file.. but I would like to know how to make a login.html and have a servlet that creates a session, then request the session in the success.jsp.. is this even possible?
[ May 12, 2005: Message edited by: Bear Bibeault ]
20 years ago
JSP