We can restrict the calling of the errorPage in the JSP by setting the value true for the ______ param in the ErrorPage attribute of the Page Directory
Skill/Topic: Programming ConstructsA) isErrorpage
Which of the following statements is true regarding the access to the information provided by the ServletContext
Skill/Topic: Programming ConstructsA) Information such as the names of the parameters passed in by the client, the protocol (scheme) being used by the client, B) The names of the remote host that
Java Server Pages technology commonly called JSP technology offers the following advantages(Multiple choice) :-
Skill/Topic: FundamentalsA) Separation of dynamic and static content. B) Support for scripting and tags C) Reuse of components and tags. D) Web access layer for N-tier enterprise application architecture
State true or false -- It is possible to call an external application like MSWord by the click on the JSP page or Servlet?
Skill/Topic: FundamentalsA) TrueB) False
Skill/Topic: ServletsA) TrueB) FalseExplanation: But you shouldn’t. The original reason for init() was that ancient versions of Java couldn’t dynamically invoke constructors with arguments,
Latest Answer : false ...
HOW CAN WE GET DATA from file(.txt or doc) which has a table in it..... into jsp.....i will be thankful if u supplement code...Thanks regardsmadhav
There is a table that has two columns, one is for id and another is for component. Each id can contain more than one component and same component can contained by more than one id. Now through jsp we want to access it as explorer, now whenever we will click on (+) its component should be visible, like its sub-directory.Anyone can hep me. Thanks in advance.
I have a cancel_complaints page in ASP in which list of complaints r coming (2 records come at a time means page navigation).In that page some information is coming in table and i have given a checkbox in one Table column according to records in database table rows are generated.That is multiple checkbox are generated with same name.I have put a validation that if user has selecetd none of checkbox alert message comes.Problem is that when there are more than one row validation is going fine but
I fill up a form,which have several fields.one of is email-id.when we click on register button for submit the information.Then a mail is send on that mail-id,which we filled on registration page.Then we open that mail-id ,click on that mail-url active the user to fill up further information.
I have requirement os online shop where users can add items of different types to cart and remove them. When add/remove performed I need to add them to session as attribute/coockie. How do I update session attribute when I click a HTML Button Control