Ask your own question, for FREE!
Computer Science 22 Online
OpenStudy (anonymous):

Hello Friends, Plz help me to figure out what my problem is?(jsp code) thanks =)

OpenStudy (anonymous):

in my JSP page, I created a cell whose image source I want to get from servlet. I put the link tag to ask servlet for imgSrc, but it does not work . Please show me how to change the imgSrc in JSP page using servlet. I want the JSP to merely show the result, not a dispatch to another page. here is my code : Zbody> <form action="testServlet.java"> <TABLE border="0" align="center"> <TR height="40"> <TD width="40"><a href="Hoda/testServlet?direction=b"><img src=<%=request.getAttribute("imgSrc")%> width="40" height="40" /></a></TD> </form> </body> SERVLET: @WebServlet("/testServlet") public class testServlet extends HttpServlet { String imgSrc = "red.png"; protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IO hoda_mahmoodi: HttpServletResponse response) throws ServletException, IOException { String str = request.getParameter("direction"); if (str.startsWith("b")) { imgSrc = "black.png"; } request.setAttribute("imgSrc", imgSrc); } }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Countless7Echos: Ah trying out the whole T.V girl drawing :p (I love drawing eyes)
14 minutes ago 1 Reply 1 Medal
kaelynw: starting to draw a hand
1 day ago 16 Replies 2 Medals
Twaylor: Rate it :D (Took 2 days)
2 days ago 7 Replies 0 Medals
XShawtyX: Art, Short Writing Assignment: Imagining Landscapes
2 hours ago 6 Replies 1 Medal
XShawtyX: Chemistry, Help ud83dude4fud83cudffe
2 days ago 13 Replies 1 Medal
kaelynw: tried a lil smt, the arm is off but i like the other stuff
3 days ago 27 Replies 3 Medals
kaelynw: art igg
3 days ago 14 Replies 1 Medal
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!