Search:

Type: Posts; User: vinotht

Search: Search took 0.10 seconds.

  1. Re: Would like to send hyperlink text value to another jsp

    in hyper link display it in below format


    <a href="anotherpage.jsp?date=2007.15.06">2007.15.06</a>

    And in anotherpage.jsp get the argument using resquest.getParameter("date");
  2. Replies
    2
    Views
    2,029

    Re: How to send a jsp page on to email

    Just by add your HTML code in mail content and set the mail content type as html using message.setContent(msg, "text/html");
  3. Replies
    2
    Views
    2,155

    Re: changes made to JSP or servlets

    Just goto tomcat manager there you have option to restart the webaplication or you can stop the application and start it again. This is an alternate way to reflect the changes in webapplication...
  4. Replies
    2
    Views
    2,149

    Re: JDBC Error in servlet

    I think you can increase the heap size of your program
  5. Replies
    2
    Views
    1,771

    Re: Help with JSP and Tomcat

    Your file index.jsp should be under webapps/helloJSP/index.jsp The JSP file should not be under WEB-INF folder. In WEB-INF folder only web.xml, libraries, java class and servlets are allowed
  6. Replies
    2
    Views
    2,931

    Re: Javascript function returns NaN

    The value you are passing to isyear function is not a number.
Results 1 to 6 of 6