can i modify the data which are generated by the servlet
Answer Posted / ashok
yes it is possible by writing the expression tag in the
value attribute of the text field
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
Elucidate servlet attributes and its scope?
What’s the difference between genericservlet and httpservlet?
What is the use of servletconfig interface?
What do you mean by filter in servlet?
What is life cycle of Servlet?
What are the advantages of Servlet over CGI?
What are all the protocols supported by httpservlet?
What is servlet api used for conneting database?
How can we include static files in the jsp page?
What is the directory structure of web application?
How to generate the server side programming and the advantages of it over the other languages?
How printwriter is different from servletoutputstream?
how the HTML data stored in web server?