use JSTL Core Tag to create a link

...创建了一个新的URL Stringvarible nametempLink, 地址是以StudentControllerServlet为相对地址,并且传递了两个参数commandstudentId

例如Update的点击结果可能是
http://localhost:8080/web-student-tracker/StudentControllerServlet?command=LOAD&studentId=5


            
            


    
        
        
            
            
        
        
        
First Name Last Name Email Action
${tempStudent.firstName} ${tempStudent.lastName} ${tempStudent.email} Update

你可能感兴趣的:(use JSTL Core Tag to create a link)