JSP Section Index | Page 7

Can my JSP page access initalization parameters from the servlet context?

I have taken parameters of a form from a jsp. I need to pass that parameters to another jsp. How can I do it without writing that manually using string like another.jsp?name=value. Since there are many paramters, passing through URL is inconvenient. Is there a way to do it ?

I have to deploy a war file

I have to deploy a war file 1.

I have two webapps which I would like to pass information between.

In one of my applications i am using jsp for all reporting. But the problem here is that the window.print() command will print everything on screen.
Is it possible to print only a part of the scrren, say the data displayed in a table?

Are Page scoped variables available across multiple requests to the same page?

Does anyone know the pro's or con's between developing a site for 2k users in either JSP or ColdFusion? What is faster development done in? How well does JSP scale when compared to coldfusion?

How can I retrieve an expired session?

I have a JSP that uses frames inside frames. How can say to the browser to open the Error Page in the main frame (the topmost frame)?

Is it possible to call a custom tag from another custom tag? If so how?

Does Buffer size affects the performance in any way?

I am aware of the technical differences between response.sendRedirect() and <jsp:forward...> i.e. that the first one sends an instruction to the browser to request the specified page, and the second simply sends the specified page.

However, can anyone tell me why one should be used instead of the other?

I have downloaded the Tomcat 3.3a. After I start up the server.. it puts out this strange message: embeded Tomcat: exception initializing ContextManager. What do I have to do to start my Server without any error messages?

We have multiple RquestDspacter.forward() in a single JSP file. This JSP runs OK with JRun 3.0 but gives Error 500 (response has already been commited) with Web Sphere 3.4. Is there any restriction in WebSphere that we can have only 1 RequestDispatcher.forward() call in a single JSP?

About | Sitemap | Contact