User Profile

Collapse

Profile Sidebar

Collapse
Rangan
Rangan
Last Activity: Jun 10 '23, 07:44 AM
Joined: Dec 5 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rangan
    replied to Sorry bug you guys but can somebody help me?
    in Java
    Code:
    static JPanel mainMenuCard, manageCustomerCard,manageSaleCard,manageSaleBookCard,makeOrderCard,viewCartCard;
    You didnt create new object for those component then add into cardHolder component.
    See more | Go to post
    Last edited by zmbd; Jan 19 '16, 02:00 PM. Reason: [z{placed required code tags}] [z{Please format script, code, and tables using the [CODE/] format button}]

    Leave a comment:


  • Rangan
    replied to jsf updating a null value in the database
    in Java
    You didnt write <h:datatable> opening tag.

    inside the tag assign value attribute list of bean or single bean.

    <h:datatable value="#{updatebean.up dateBeanList}" var="data">
    OR

    <h:datatable value="#{updatebean}" var="data">

    this code will help you.
    See more | Go to post

    Leave a comment:


  • Instead of setting margin:auto margin-left:10px and margin-top:10;

    increasing left and top position table will center aligned by vertically.

    check this will help you too..
    See more | Go to post

    Leave a comment:


  • remove enter mark in your xml after end of closing tag and beginning of opening tag.
    See more | Go to post

    Leave a comment:


  • Rangan
    replied to XML syntax error
    in XML
    your name space is does not match with xml root element

    xmlsn:w"http://schemas.openxml formats.org/wordprocessingm l/2006/main"

    check your xml schema then check root element name is declared in that schema or not.
    See more | Go to post

    Leave a comment:


  • Rangan
    replied to Database Error: Can not connect to MySQL server
    in PHP
    It looks like you have 2 other versions of MySQL running on your system

    Have you tried another wamp alike, like XAMPP or even installing it yourself??

    If so you have not properly uninstalled them and one of them has already grabbed the port mysql uses.

    Wamps install of mysql is called wampmysql, so here is how to remove the other 2 versions from your system

    Either uninstall the other versions properly...
    See more | Go to post

    Leave a comment:


  • check whether the mysql server instance is started or not.

    start -> run -> services.msc -> click start on mysql
    See more | Go to post

    Leave a comment:


  • Rangan
    replied to No output from return statement in method
    in Java
    display function returned value. But you didnt print that value.
    System.out.prin tln(beam.displa y());
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...