Search:

Type: Posts; User: abhiM

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    4,422

    How to make HyperLink in java code?

    I have a java page wher I want to create a hyperlink to another java page.I want that as soon as I click on text variable "view", the new java page should be shown on display."view " is not a...
  2. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,859

    Re: Login Page error

    I couldnt understand that how inheriting JDesktopPane will affect the whole program?I have to access this Main.java from no.java.So technically I can even work with no main(String [] args) in...
  3. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,859

    Re: Login Page error

    I tried debugging it.The control transfers to Main.java file but only executes some of the code like Main() constructor,initialize() and getDesktopPane2() and nothing is displayed.It should display...
  4. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,859

    Re: Login Page error

    my Main.java class code is written below.I have changed the username assignment as per you have shown above but still this it is not gowing to the Main.java file



    package pck1;

    import...
  5. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,859

    Login Page error

    I have this code for creating a login page.I want that as soon the username and password are verified, control should be tranfered to another page which is Main.java in this case.But as soon as I...
  6. [SOLVED] Re: I have a problem with this java code for database access

    Ya that problem can be solved by using update but actually the problem is that I have a jsp page where I am accessing data from the database and showing the data in table on the browser with radio...
  7. [SOLVED] I have a problem with this java code for database access

    I have this code through which I am first retrieving a single value fro a row in database table using statement command.This is working fine.After this I am updating this value and want to reinsert...
  8. [SOLVED] Re: I am unable to read radio button actions in JSP

    Thanks! Now its working fine.It is going to the servlet page on clicking the submit button.Thanks once again
  9. [SOLVED] Re: I am unable to read radio button actions in JSP

    I will definitely keep the radio button in form syntax.But right now I m trying to configure the submit button.I am trying that as soon as submit is clicked it will transfer to a new file which I am...
  10. [SOLVED] I am unable to read radio button actions in JSP

    I have a set of radio buttons.These radio buttons are associated with some questions for survey.I also have a Submit button.I want that as soon as I click the Submit button, the application should...
  11. Re: I am trying to show database contents in the browser through servlets

    Thanks for help.That problem is solved now.Now I am having some logical errors which I am trying to solve.If you could help me with those errors it will be great.I have posted my query in this forum...
  12. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    I am trying to do that only but every time I am getting logical error.I am not able to figure out the correct way.My latest code is posted above.
  13. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    This is my latest code snippet.I am only posting the while loop because prob is in that only.I have taken a variable int i and I am using it to name the radio buttons.But now it is only allowing me...
  14. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    That even I know why the problem is coming.I want to know how to correct it.I want to allow users to select one option from each row and not column.If you could correct my code for doing that it...
  15. Replies
    8
    Views
    1,333

    I have a problem in my JSP code

    I have this code and I am displaying contents from database in the browser.In database I have questions for survey with options as answers.For each question users have to select any one of the four...
  16. I am trying to show database contents in the browser through servlets

    I have this servlet code for retrieving contents from database and displaying it on the browser.But when I am running this code it is giving "ClassNotFound Exception" at Class.forname().I have built...
  17. Re: How to tranfer contents from Database onto the web using Java

    Actually the database contains questions for conducting surveys.I need to upload these Questions on the web along with the options that the users will select for registering their answers (obviously...
  18. How to tranfer contents from Database onto the web using Java

    I have some data in the database and I want to publish it on the web at a given url.I want to do it using Java.Can anyone provide me a simple way of doing this?
  19. How to save contents of excel file in database using java swing

    I have to read an Excel file and transfer the contents to the database using Java swing.The excel file contains questions for the surveys with options for answers or responses.The database should...
Results 1 to 19 of 19