Latest Answer: Hi,Create a new folder, keep JSP prog and WEB-INF(in that create classes directory)Go to ALL programs-->open the weblogic -->open weblogic builder-->select the created folder and click OKweb.xml and weblogic.xml files will create in WEB-INF folder.create ...
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 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
HiIam installed oracle9i, when i connect through jsp file. Iam getting below errorjavax.servlet.ServletException: oracle.jdbc.OracleDriverMy jsp code is y7hhyand also i set the classpath & path in environment variables.pls reply me , very urgent i will be thankfull.Sathish
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'm doing a project using jsp,javascript,HTML as front endi need to know how to get pop-up input box using anyone of these and use the value got from the pop-ub input box in my further HTML,javascirptor jsp coding.can any one guide me through this
a.forward control to another resource available in the same web application on different containerb.forward control to another resource available in the diff web application on different containerc.forward
Latest Answer: jsp forward does 3 things:1. Control goes to forwarding jsp page and comes back.2. Not include the content of orignal page.3. Request object remains alive during further processing... ...
Latest Answer: I think Application Object will be available throughout the webapplication and it is alive upto the application is shutdown. and the session object is available particularly in sessions , and if the session is timed out or it is closed then the objects ...
If i am logged into a site say (abc.com) then my session will be created. and in the middle i type the same URL in the same browser window. So that means my new session will be created or the it will return me the existing session. and how it has been done?
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top