Search:

Type: Posts; User: nrao

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    1,718

    Saving the dialog box data

    Hi all ,
    i have jsp in which on click of add it opens a pop up window and i enter some data into the pop and all the data is saved in the form of a table row in the parent jsp .And the manuplations...
  2. Replies
    1
    Views
    2,595

    java.lang.NoClassDefFoundError

    Iam trying to run a Hello.java file as java application in eclipse iamgetting the below exception.
    java.lang.NoClassDefFoundError: C:workspace\baseexample
    Caused by:...
  3. Replies
    1
    Views
    4,739

    How to add rows dynamically to in a JSPpage

    Hi All,
    I have a JSP page in which on the click of add button we have to add rows to the table .Can anyone tell and give me a small example of that.

    Thanks
    Nrao
  4. saving the data of the child jsp into parent jsp

    hi all ,
    i have a parent jsp and on the click of add button of the parent jsp a pop-up child jsp appears and we have to select the data from different drop down list and text boxes in the child jsp...
  5. 500 exception while deploying a war file in tomcat

    <javacode>
    exception

    org.apache.jasper.JasperException: org.apache.jasper.JasperException: Unable to load class for JSP...
  6. Replies
    4
    Views
    3,989

    Re: saving list of data from JSP into java object

    I have JSP page where on click of the submit button the data has to be saved in a java object.The JSP page has some of the list variables as well as string variables

    Thanks
  7. Hi Iam getting while iam deployin the war file in the tomcat server

    <javacode>SEVERE: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /WEB-INF/jsp/preferences/create.jsp(1,1) The absolute uri: Display tag library - Overview...
  8. Replies
    4
    Views
    3,989

    saving list of data from JSP into java object

    Hi all, can anyone please give me a example where i can save the form data in a jsp into an java object on the click of save button
  9. Replies
    3
    Views
    1,394

    JSP ,XML ana parsers

    Hi ALL , can anybody give me an example of JSP which gets a data from a parsed XML document (i.e java object)

    thanks
  10. Thread: DAO exception

    by nrao
    Replies
    2
    Views
    6,466

    Re: DAO exception

    yes it is the same but even though its showing the same exception can please help me
  11. Thread: DAO exception

    by nrao
    Replies
    2
    Views
    6,466

    DAO exception

    Hi all iam running this code for datasource from server .iam getting this error .Please do let me know.



    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import...
  12. Replies
    1
    Views
    1,378

    sequnce from databse

    Hi All ,
    I have a employee table i have created a sequnce for the employeeId .how do i call the sequnce from a prepared statement into the java program .Can any one help me with the example code.
    ...
  13. getting a consecutive string value from database through JDBC

    Hi All ,
    Can you help me with this solution .I have a employee table with column employee id .

    I want to have SQL procedure or query to where current employee id =prevoius employeeid +1
    ...
  14. Replies
    0
    Views
    1,183

    taskdef error in my build

    Hi all,
    iam trying to compile my build file but iam getting
    init:
    [taskdef] Could not load definitions from resource orawsa.tasks. It could not be found.

    Eventhough the antlib is defined can...
  15. Replies
    1
    Views
    2,880

    JDBC method in java class

    Hi All,
    I have to write JDBC method for the below query in the oracle database
    select col1,col2 from tablex where col3="methodvariable"

    where java method xyz(methodvariable) and this mehtod ...
  16. Replies
    9
    Views
    2,252

    Re: Please check the code for the errors

    it is unclear can you please explain me in detail
  17. Replies
    9
    Views
    2,252

    Re: Please check the code for the errors

    i have higligted the code where iam facing errors iam getting the following error
    Before Inser Executgion
    ORA-01747: invalid user.table.column, table.column, or column specification

    Before Row...
  18. Replies
    9
    Views
    2,252

    Re: Please check the code for the errors

    no it is my home work if you know solution please let me know
    thanks in advance
  19. Replies
    9
    Views
    2,252

    Please check the code for the errors

    Hi all ,
    I have to insert some data into orcl databse and select some data from orcl2 databse when my status is null.
    Even after executing query in orcl2 status is null then we should stop the...
  20. Insertion and select in JDBC for two different databse

    hi all,
    Can you tell me how i can insert data into a databse and at same time in the same method how do i select data from the different table in different databsse
  21. Replies
    4
    Views
    2,878

    How to update 2 tables in database using JDBC

    hi all,
    Can anyone tell me how to update 2 tables in database at same time using JDBC please this is urgent .If possible can you provide me some code please its urgent
  22. Replies
    1
    Views
    2,336

    unable to execute prepared statement

    my code


    package jdbcstatements;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
  23. Replies
    5
    Views
    3,169

    Re: Prepared Statement exceptions please help

    it is in getConnection method above
  24. Replies
    5
    Views
    3,169

    Re: Prepared Statement exceptions please help

    Connection con=DriverManager.getConnection( url, "scott", "tiger");
  25. Replies
    4
    Views
    2,878

    Re: Two insertion into RDBMS

    two tables have some common records i.e when we do JDBC insertion can we insert into 2 tables at same time using a prepared statement.If so can give me some code examples .
Results 1 to 25 of 31
Page 1 of 2 1 2