Click here to Skip to main content
15,886,639 members

Comments by shanmuga1509 (Top 8 by date)

shanmuga1509 16-Jul-13 5:03am View    
Edit the xml it is having lots of errors and activity.java too
shanmuga1509 9-Jul-13 3:40am View    
Then in servlets which you want to send message to jsp use this code
RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/YourFile.jsp");
dispatcher.forward(request,response);
Then simply put request.getAttribute in yourfile.jsp
You will get all the assigned values in different servlets
shanmuga1509 9-Jul-13 2:12am View    
Can you plz clearly explain your need.
shanmuga1509 3-Jul-13 6:02am View    
If i do like this
TextView.setMovementMethod(new ScrollingMovementMethod());

It is throwing null pointer exception
shanmuga1509 2-Jul-13 5:22am View    
Tku i will not repeat this in future.