I am building a site linked to a database whose interface composes of tabs, and portlets within the tabs, all built using jQuery UI.
I am working on an academic project using Eclipse 3.X , jsp\'s, servlet\'s etc. The server i chosed to deploy my application is \"Tomcat 6.0\".开发者_开发问答
How does JVM uniquely identify JSP\'s with same name in different folder across different applications?
I want to define a template using a JspFragment. That\'s why I created the following Tag class: public class CreateTemplateTag extends SimpleTagSupport {
session=request.getsession(true); System.out.print开发者_JS百科ln(session) What will be the output of the above code please explain those things in the outputsession\'s toString() method will get ca
If i declare a variable in my A.jsp and i am trying to include A.jsp to B.jsp.So my question stands here whether the variable declared in A.jsp is acess开发者_如何学运维able in B.jsp?
I\'m developing a website using JSP and Servlets using Apache - tomcat 5.5 as server. My application runs fine. But whenever I leave any webpage open and return back to it after some time say 30minute
I am having trouble figuring out this one (although I know its not complex). I have 5 drop downs on a jsp page.The onChange event of every drop down calls the same action.
Need your help figuri开发者_高级运维ng this thing out. Scenario: On my JSP, I am trying to print
I have 3 jsp . Lets call them search.jsp,showResult.jsp,updateResult.jsp. In search.jsp i have 8 fields according to which i have to search the results from database. So when i submit the search.jsp ,