I am a beginner.In my project I am using JSP and Mysql Workbench. I got an error in passing one value from a jsp page to another the code that I used was
response.sendRedirect("setter.jsp?userid=<%=(rs.getInt("user_id"))%>");
The error showing is )
Expected But I cant identify where is the error please somebody help me.