How to configure init parameters for jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can we use beans in jsp?
Why taglib is used in jsp?
Why is it not recommended to use script elements in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How to delete a cookie in a jsp?
Explain the action.
What is difference between custom jsp tags and beans?
What’s the difference between forward and sendredirect?
how can i get a scjp certification??
What is response sendredirect?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?