Search:

Type: Posts; User: Rajiv

Search: Search took 0.11 seconds.

  1. Unable to view jsp pages through same login page

    i have one login page and action from struts.xml direct me to success page , but i have three different jsp pages. how i view different pages through the same login page using struts.xml.....
  2. Replies
    1
    Views
    1,857

    Unable to view date

    I followed THIS but had no luck.

    My .jsp file has in head tag:

    <s:head theme="ajax" />

    and in body tag

    <s:datetimepicker name="dateOfBirth" label="Format (yyyy-MM-dd)"...
  3. Replies
    1
    Views
    1,319

    How to use java swing class ????

    I m using struts 2 for developing web application and i have java swing class with me which is the menu page. That should be displayed first how could i achieve it. Pls advise....
  4. Replies
    1
    Views
    2,129

    How to add date field ?

    Hi All,

    In the below code i want to add date field after Source account no. Pls advise me the syntax for adding date field which gives me today date,


    <%@ page contentType="text/html;...
  5. Replies
    1
    Views
    1,641

    What is the error is all about ????????????

    Hi All,

    While running struts programme bean file m coming across below error,

    "
    Struts Problem Report
    Struts has detected an unhandled exception:

    Messages: No result defined for action...
  6. Replies
    2
    Views
    1,445

    Highlighted words Not resolved

    Pls look at the below code , The highlighted attributes are showing " cannot be resolved " ,


    package com.programcreek.struts2;

    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
  7. Replies
    2
    Views
    2,029

    How to send a jsp page on to email

    How to Send a jsp page on email, Pls advise its very urgent.................................
  8. Re: Would like to send hyperlink text value to another jsp

    awaiting for reply.................
  9. Replies
    4
    Views
    1,669

    Re: What is wrong in the code

    awaiting for reply.................
  10. Replies
    4
    Views
    1,669

    Re: What is wrong in the code

    Yes dude , Code allowing me connect to database but database values not getting displayed??????????
  11. Re: Would like to send hyperlink text value to another jsp

    No My Dear Friend ,

    I have one.jsp page in which i have an hyperlink like 2007.15.06 after clicking on this link same value get passed to another jsp. database table values are fetched with this...
  12. Replies
    4
    Views
    1,669

    What is wrong in the code

    Data not getting retrieved from database table with below code , What going wrong pls advise.........


    <%@ page language="java" import="java.sql.*;"%>
    <html>
    <head>
    <style>
    A:hover {
    ...
  13. Would like to send hyperlink text value to another jsp

    Hi,

    Would like to send hyperlink text value to another jsp, The same value checked in mysql query and retrieve the relevent data from table displayed in jsp page.
    Pls give code snippest on this...
Results 1 to 13 of 13