Author | Message |
---|---|
hhuang30
Posts: 40
|
Posted 17:18 Feb 16, 2014 |
Hi, I know the difference between request from forward and sendRedirect. So how about the request from external link like the following? <a href="Course">Course</a> I would guess it is the same as response.sendRedirect( "Display" ); The client send "anthor" request to the server. Right? Thank you |
cysun
Posts: 2935
|
Posted 20:14 Feb 16, 2014 |
Yes, it's just another request. |