SAXException while executing ,so  please help me out?

Hi
I have used the pgm below code to parse a file using dom parser
import org.w3c.dom.*;
import javax.xml.parsers.*;
import java.io.*;
public class Mahe3
public static void main(String arg[])
try{    
     System.out.println("debug 1");
String xmlFile = "mahe1.html";
     System.out.println("debug 2");
// Step 1: create a DocumentBuilderFactory
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
     System.out.println("debug 3");
// Step 2: create a DocumentBuilder
DocumentBuilder db = dbf.newDocumentBuilder();
     System.out.println("debug 4");
// Step 3: parse the input file to get a Document object
Document doc = db.parse(new File(xmlFile));
     System.out.println("debug 5");
}catch(Exception ee)
     {ee.printStackTrace();}
=======================
ERROR:
I am getting the error message at runtime as like
D:\xml>java Mahe3
debug 1
debug 2
debug 3
debug 4
org.xml.sax.SAXParseException: Value must be quoted.
at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)
at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3170)
at org.apache.crimson.parser.Parser2.parseLiteral(Parser2.java:694)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1399)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:197)
at Mahe3.main(Mahe3.java:21)
So overcome this error msg what I should do change with the above code.
please Any one help me out from this problem..
Thanks and Regards,
Mahesh.

Hi DrClap,
Thanks for your help,there was some wrong enteries in xml file,Just I corrected it,now it's working fine.
And one more help from you can you ping me some relevant URLs to see examples for Dom and Sax parsers.
Awaiting for your reply.
Regards,
Mahesh.

Similar Messages

  • HT1414 i aint able to restore my iphone after updating it to ios software...it says error while restoring.. please help me out..

    i updated my iphone 3 to i0s nd now i cant have access to it.. i cant use my iphone..as it is stuck nd needs restoration while i have tried alot but it says error.. help me out..what should i do..

    Possible, but not 100% sealproof. -1 can happen in a variety of situations, not always jailbroken. It's a baseband error and while the risk of getting that error is higher on a non-factory unlocked device, it can still happen.
    Even if OP was jailbroken and removed the jailbreak, it's quite difficult, if not impossible to tell the device has been jailbroken before if restored as brand new.
    Take the device to an Apple Store for evaluation.

  • Getting ORA-19011 while executing deleteXML - please help

    Hello,
    I try to execute a deleteXML query of the following format:
    UPDATE MyTableName
    SET OBJECT_VALUE = deleteXML(OBJECT_VALUE,
    '/RootNode/Property[@type="MyPropertyType"]/Entry[contains(./text(), "myTextToFind")]')
    WHERE existsNode(OBJECT_VALUE,'/RootNode/Attributes/Attribute[@name="MyAttributeName" and @value="MyAttributeValue"]') = 1
    AND extract(OBJECT_VALUE, '/RootNode/Property[@type="MyPropertyType"]/Entry') LIKE '%myTextToFind%';
    This is working fine when the content of /RootNode/Property[@type="MyPropertyType"]/ is just few entries.
    But when the number of entries begins to increase I get a ORA-19011 error (string buffer too small).
    Does anybody knows how to put that to work?
    Thank you for your help.

    Replace "AND extract(OBJECT_VALUE, '/RootNode/Property/Entry') LIKE '%myTextToFind%'"
    with this "AND extractValue(OBJECT_VALUE, '/RootNode/Property/Entry') LIKE '%myTextToFind%'"
    extract() returns xml fragment (all /RootNode/Property/Entry elements are concatenated) and it is converted to varchar2 to compare your like expression.

  • Clicking sound comes on my iphone 4 while taking photos even when iphone is in silence mode...Please help me out to solve my problem

    clicking sound comes on my iphone 4 while taking photos even when iphone is in silence mode...Please help me out to solve my problem

    The iPhone has a 1 year warranty. Restore the phone in iTunes with the latest iOS to remove the 'gray market'. You will then have to send it to your close friend, at your expense, to take it back to the Apple store in Toronto to have the phone looked at. Then your close friend will need to send the phone back to you, at your expense.
    I would also sudggest that you send your friend a sim from your carrier in India. This way after it is fixed/replaced he can try the sim at the Apple store to ensure that it is unlocked.
    Good luck.

  • Hello I am using Ipad 4 and its charger is not working while I was using it few days before and it was working properly now it says that the cable does not support this Ipad Please Help me out.

    Hello I am using Ipad 4 and its charger is not working while I was using it few days before and it was working properly now it says that the cable does not support this Ipad Please Help me out.

    Try a reset:
    - Hold the home button and sleep/wake button down at the same time. When the Apple logo appears release both buttons then try and charge again.
    If issue persists try:
    - Another known working cable
    - Check the charging port for any damage or debris
    - You could also use a dry soft bristle toothbrush and gently brush it on the port to clean it of any debris that could be in there

  • Posted this query several times but no reply. Please help me out

    Hi all,
    How to know whether a servlet had completely sent its response to the request.
    The problem what i am facing is, I send response to a client's request as a file.
    The byte by byte transfer happens, now if the client interrupts or cancels the operation, the response is not completed.
    At this stage how to know the response status. I am handling all exception, even then I am unable to trap the status.
    Please help me out.
    I have posted this query several times but no convincing reply till now. Hence please help me out.
    If somebody wants to see the code. I'll send it through mail.
    regards
    venkat

    Hi,
    thanks for the reply,
    Please check the code what I have written. The servlet if I execute in Javawebserver2.0 I could trap the exception. If the same servlet is running in weblogic 6.0 I am unable to get the exception.
    Please note that I have maintained counter and all necessary exception handling even then unable to trap the exception.
    //code//
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.security.*;
    public class TestServ extends HttpServlet
    Exception exception;
    public void doGet(HttpServletRequest req, HttpServletResponse res)throws ServletException, IOException, UnavailableException
         int bytesRead=0;
         int count=0;
         byte[] buff=new byte[1];
    OutputStream out=res.getOutputStream ();
    res.setContentType( "application/pdf"); // MIME type for pdf doc
    String fileURL ="http://localhost:7001/soap.pdf";
    BufferedInputStream bis = null;
    BufferedOutputStream bos = null;
    boolean download=false;
         int fsize=0;
         res.setHeader("Content-disposition", "attachment; filename="+"soap.pdf" );
    try
                   URL url=new URL(fileURL);
         bis = new BufferedInputStream(url.openStream());
         fsize=bis.available();
         bos = new BufferedOutputStream(out);
    while(-1 != (bytesRead = bis.read(buff, 0, buff.length)))
              try
                        bos.write(bytesRead);
                        count +=bytesRead;
                        bos.flush();
                   }//end of try for while loop
                   catch(StreamCorruptedException ex)
                        System.out.println("Exception ="+ex);
                        setError(ex);
                        break;
                   catch(SocketException e)
                        setError(e);
                        break;
                   catch(Exception e)
                        System.out.println("Exception in while of TestServlet is " +e.getMessage());
                        if(e != null)
                             System.out.println("File not downloaded properly"+e);
                             setError(e);
                             break;
                        }//if ends
                   }//end of catch for while loop
    }//while ends
              Exception eError=getError();
              if(eError!=null)
                   System.out.println("\n\n\n\nFile Not DownLoaded properly\n\n\n\n");
              else if(bytesRead == -1)
              System.out.println("\n\n\n\ndownload \nsuccessful\n\n\n\n");
              else
              System.out.println("\n\n\n\ndownload not successful\n\n\n\n");
    catch(MalformedURLException e)
    System.out.println ( "Exception inside TestServlet is " +e.getMessage());
    catch(IOException e)
    System.out.println ( "IOException inside TestServlet is " +e.getMessage());
         finally
              try
         if (bis != null)
         bis.close();
         if (bos != null)
         {bos.close();}
              catch(Exception e)
                   System.out.println("here ="+e);
    }//doPost ends
    public void setError(Exception e)
         exception=e;
         System.out.println("\n\n\nException occurred is "+e+"\n\n\n");
    public Exception getError()
              return exception;
    }//class ends
    //ends
    regards,
    venakt

  • Getting PROBE TIMEOUT Error....please help me out...It is urgent

    Hello,
    I'm running a stored procedure in oracle 10G that select data from one table and inserts the selected data into another table. The procedure populates for a short while and then I get the following messages:
    1. probe: timeout Occurred
    2. probe: Exception raised in the DBMS_DEBUG package
    Why is this happening and what should I do to resolve the above issue?
    Please help me out....This is really urgent...
    Thanks a lot in advance....
    Regards,
    Suranjita

    Please check Database alert log to see if any error is raised ?

  • HI YANN/VADIM...Still having problem in BADIs...please help me out

    Hi Yann/Vadim,
    Facing a problem in BADI can u please help me out...
    I am implementing sourcing dashboard.
    I am facing problem while implementing the badi BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI in R3.
    i have written following code in BBP_ECS_PO_OUT_BADI in SRM
    method IF_EX_BBP_ECS_PO_OUT_BADI~BBP_B46B_PO_OUTBOUND.
    data : ls_item type BBP_PDS_PO_ITEM_D.
    data : w_customer_fields type BBPS_IF_CUSTOMER_FIELDS_PI.
    move 'POITEM' to w_customer_fields-refobject.
    move 'CATALOGID' to w_customer_fields-fieldname.
    move ls_item-catalogid to w_customer_fields-container.
    append w_customer_fields to ct_bapi_customer_fields.
    endmethod.
    i have created field zsrmcatalogid field in R3 in EKPO table.and i am now implementing the Badi in R3 for BBP_PO_INBOUND_BADI .....in extended classic scenario.
    i have written following code in R3 BADI
    method IF_EX_BBP_PO_INBOUND_BADI~BBP_MAP_BEFORE_BAPI.
    data : wa_customer_fields type bbps_if_customer_fields,
    wa_bapi_te_mepoitem type bapi_te_mepoitem,
    wa_bapi_te_mepoitemx type bapi_te_mepoitemx,
    wa_extensionin type bapiparex.
    data : txt_960(960) type c.
    read table bbp_customer_fields into wa_customer_fields with key
    refobject = 'POITEM' fieldname = 'CATALOGID'.
    if sy-subrc eq 0.
    move wa_customer_fields-container TO
    wa_bapi_te_mepoitem-zsrmcatalogid.
    wa_bapi_te_mepoitemx-zsrmcatalogid = 'X'.
    endif.
    clear txt_960.
    clear wa_extensionin.
    write wa_bapi_te_mepoitem to txt_960 left-justified.
    wa_extensionin-structure = 'BAPI_TE_MEPOITEM'.
    wa_extensionin-valuepart1 = txt_960(240).
    wa_extensionin-valuepart2 = txt_960+240(240).
    wa_extensionin-valuepart3 = txt_960+480(240).
    wa_extensionin-valuepart4 = txt_960+720(240).
    append wa_extensionin to bapi_extensionin.
    clear txt_960.
    clear wa_extensionin.
    write wa_bapi_te_mepoitemx to txt_960 left-justified.
    wa_extensionin-structure = 'BAPI_TE_MEPOITEMX'.
    wa_extensionin-valuepart1 = txt_960(240).
    wa_extensionin-valuepart2 = txt_960+240(240).
    wa_extensionin-valuepart3 = txt_960+480(240).
    wa_extensionin-valuepart4 = txt_960+720(240).
    append wa_extensionin to bapi_extensionin.
    endmethod.
    But its not working...
    The PO details are not passed from SRM to R3.......
    PLEASE CAN U GIVE ME EXACT CODE FOR CHANGES TO BE MADE IN THIS BADI ..AS IT IS NOT WORKING...
    Can anybody help me regarding how to debug the BADI in R3.
    Thanks in Advance...

    Hi Ravi,
    You can transfer the standard SRM catalog ID field to R/3 tracking number field (if not already used for another purpose) in the R/3 PO.
    This will avoid to implement the R/3 inbound bapi.
    Here is an extract of the code.
    The ECS PO badi example was here used to transfer the unlimited delivery flag to R/3 PO for a Z combination of criteria as well as the transfer of <b>catalog ID</b> to <b>tracking number field</b> in R/3 PO :
    method IF_EX_BBP_ECS_PO_OUT_BADI~BBP_B46B_PO_OUTBOUND.
    update unlimited delivery flag in R3 PO for combination of vendor +
    Product Category maintained in the bespoke table ZUD_PC_VNDR ..
      LOOP AT ct_bapi_poitem INTO ls_bapi_poitem.
        lv_tabix = sy-tabix.
        IF ls_bapi_poitem-po_item IS NOT INITIAL.
          READ TABLE it_item INTO ls_item
               WITH KEY number_int = ls_bapi_poitem-po_item
                          del_ind    = ' '.
          IF sy-subrc = 0.
    Set Unlimited delivery Flag
            read table li_zud_pc_vndr into ls_zud_pc_vndr
                            with key partner       = ls_partner-PARTNER_ID
                                       category_id = ls_item-category_id.
            if sy-subrc eq 0.
              ls_bapi_poitem-UNLIMITED_DLV = 'X'.
            endif.
    Set the Dummy catalog.. entry..
            if ls_item-catalogid eq c_dummy.
              ls_bapi_poitem-TRACKINGNO = c_noncat.
            endif.
            ls_bapi_poitem-GR_BASEDIV = ' '.
            modify ct_bapi_poitem from ls_bapi_poitem index lv_tabix
                          transporting UNLIMITED_DLV TRACKINGNO GR_BASEDIV.
          ENDIF. "READ TABLE it_item ..
        ENDIF.   "IF ls_bapi_poitem-po_item ..
      ENDLOOP.   "LOOP AT ct_bapi_poitem ..
    endmethod.
    Kind regards,
    Yann
    PS : please do reward helpful answers ))

  • Battery running down fast using Yosemite, running the latest update 10.10.2. I think there is bug in this update. Please help me out or is there a way can i switch back to mavericks and how

    Battery running down fast using Yosemite, running the latest update 10.10.2. I think there is bug in this update. Please help me out or is there a way can i switch back to mavericks and how

    1. Check the cycle count of the battery against the rated life for your model. The battery may be due for replacement. If the power adapter is connected almost all the time, the battery may need replacing even though the cycle count is not too high.
    2. Follow these instructions, or these for OS X 10.8 or earlier.
    3. In the Energy Saver preference pane, uncheck the box marked
              Enable Power Nap while on battery power
    if it's shown (it may not be.)
    4. You can also try resetting the SMC.
    5. Make sure your system is up to date in Software Update.
    6. Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Issue in heading please help me out

    Hi
      I have a problem in using REUSE_ALV_HIERSEQ_LIST_DISPLAY. i have to display a heading which i build up using events.
    I want to make the font size in heading bigger.
    and also I want to make the subheading in bold.
    please help me out
    sarang

    Hi,
    Use alv_line-typ parameter while you guild the ALV comments.
    For heading use alv_line-typ = 'H'.
    For su heading use alv_line-typ = 'S'.
    Hope it helps.
    Regards,
    Shashank

  • My ipod touch 4th gen shows that it is connected to a wifi network but when i try to browse safari it doesnt work.please help me out.

    My ipod touch 4th gen shows that it is connected to a wifi network but when i try to browse safari it doesnt work.please help me out.
    I am using wifi from a mobile by using the tethering option.

    Hi there amalrockzz,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Follow these steps to troubleshoot the above issues:
    Be sure you're in range of your Wi-Fi router (access point).
    Tap Settings > Wi-Fi and turn Wi-Fi off and on. If your Wi-Fi setting is dimmed, follow these steps.
    Confirm that your Wi-Fi router and cable or DSL modem are connected to power, turned on, and connected to the Internet. If not, refer to your network administrator or Internet service provider (ISP) for assistance.
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap  and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    Unable to access the Internet while connected to Wi-Fi
    If you're using a public or commercial network, you may need to log in or subscribe.
    Check to see if you have a self-assigned IP address:
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected and tap .
    If your IP address is 169.254.xxx.xxx, you may not be able to access the Internet.
    If you do not have a self-assigned IP address, see if other Wi-Fi devices on your network have Internet access.
    If they do not, consult with your network administrator or ISP for further assistance.
    If they do, reset network settings on your device by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including:
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    Additional Information
    Find information on connecting to a Wi-Fi network.
    Some third-party routers may not be compatible with all iOS devices, even after updating to the latest firmware. If your iOS devices can successfully connect to other Wi-Fi networks, contact your router's manufacturer to ensure that your router is compatible with your iOS device.
    See recommended settings for configuring your Wi-Fi router for use with iOS devices.
    -Griff W. 

  • Installed itunes, checked in, I try to download free applications out the window: this Apple ID has not yet been used with the iTunes Store. But the mail I receive, that I'm registered, and I have an Apple ID, please help find out!

    installed itunes, checked in, I try to download free applications out the window: this Apple ID has not yet been used with the iTunes Store. But the mail I receive, that I'm registered, and I have an Apple ID, please help find out!

    Diana,
    This could be a delay while internal service records were updated. Check it out again - is it okay for now?

  • My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to lissen I had to put on loud speaker or to use handsfree please help me out with this problem if some body have answer?

    My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to listen I had to put on loud speaker or to use hands free please help me out with this problem if some body have answer?

    Hi Venkata from NZ,
    If you are having an issue with the speaker on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • WHEN I USED TO CONNECT INTERNET FROM MY IPHONE 4S PERSONAL HOTSPOT VIA USB, AN ICON IN THE NETWORK PREFERENCE NAMED "IPHONE" GETS OPENED.... BUT NOW THIS IS NOT HAPPENING AND I AM NOT ABLE TO CONNECCT PERSONAL HOTSPOT VIA USB CABLE. PLEASE HELP ME OUT

    WHEN I USED TO CONNECT INTERNET FROM MY IPHONE 4S PERSONAL HOTSPOT VIA USB, AN ICON IN THE NETWORK PREFERENCE NAMED "IPHONE" APPEARS.... BUT NOW THIS IS NOT HAPPENING AND I AM NOT ABLE TO CONNECT PERSONAL HOTSPOT VIA USB CABLE. PLEASE HELP ME OUT???

    Please don't shout!   Using all uppercase means shouting on the internet.  If your keyboard is stuck please say so, otherwise people will think you are being obnoxious.
    Now the first question is, when you are saying connecting to personal hotspot, have you always been using the iPhone to connect to the internet?   Are you someplace where the only place to connect is available via tethering to the iPhone's celluar network?  Or do you have other options?

  • Please Help me Out APPLE TEAM :(

    Hi,
    I recevied an iPhone 5 as a gift in the month of january from my friend from US. Am in INDIA and am using it in INDIA only. It was perfectly working fine until i upgraded it to ios 7 beta version through a third party. i saw one of my fried doing this and it was working fine for his device. So out of curiosity i too tried d same as a result of which my device just showed me an apple LOGO and after that nothing happend. I got worried and called the customer support people. They adviced me to downgrade it to ios 6.1.4 using the factory resetting option. I did the same as they directed me to do. the phone was successfully restored. Now here comes the problem. The device says that "this iphone has been activated with t****@icloud.com, so please enter that valid id. If i enter my apple id it returs an error stating that this [email protected] cannot be used to activate this phone. but other than this particular id if i give any other id it throws "Invalid Id or Password".  One of the Customer support person told me that this cannot be replaced in INDIA, you need to send it to US to get it replaced. I tried this option as well. The person from US said that this device cannot be replaced as this one is a software issue, and he suggested me to wait till ios7 gets released. I called the customer support people again and they said that this might be due to the software corruption so please do wait till ios 7 gets released and after that resotring the device to factory settings it must work. Now i restored the device using factory restoring to ios 7. My device has been restored to ios 7. But still i am facing the same issue. Really frustrated to the core. can someone help me fix this. Now the customer support person is telling to send the device to US again and have a check with them. jun, july, august and spet. 4 months of no iphone and its just lying as a toy inside my cupboard which is of no use. Frrl like crying.the customer support people in INDIA told me that there is an option of paid replacement in INDIA for the software issues, but he is not sure whthr this option is available in US. So please someone tell me what can be done, am ready for the paid replacement as well.
    Thanks In Advance
    Thinnappan Muthu
    +91 - 9994998464

    This is what you get from them ALL THE TIME. Exactly the same reply:
    Please include the line below in follow-up emails for this request.
    Follow-up: 1299**1
    Dear Kevin,
    Thank you for your email. To find more information on this issue, you may refer to the iTunes Connect Developer Guide: <https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf>. Should you require additional assistance, please contact iTunes Connect Support by accessing the Contact Us module in iTunes Connect : <http://www.apple.com/itunes/go/itunesconnect/contactus>.
    Best Regards,
    Yana
    iOS Developer Program
    I have told these guys in my every email that the link is not helping please look into it and tell us what is the problem as there are no issues from our end. My IT team has looked over it about 100 times!
    Please help me out already!
    Message was edited by: KevinGupta

Maybe you are looking for

  • File to RFC PI 7.1

    Hii..Currently iam working in File  to RFC Scenario.In message mapping i have to write some logic....My problem is In my source mapping i have my company id..but in my target message mapping ( RFC message RFC_READ_TABLE).. What i need to do is i want

  • Suppress Pages in Report 2.0

    Is there a way to suppress pages that have no data, in Reports 2.0.1Example, There is an HR department in New York but not one in Houston, yet reports prints out a blank page for Houston HR (when you page-break on department). The Outline is setup in

  • Projector can't open a projector

    Hi all, I have a projector that I'm using as a menu, when I click buttons on the projector I want to open other projectors and close this menu projector. What is the best way to accomplish this? I tried the following statements before but they only w

  • Dynamic columns in datatable...

    Hi guys, i've a question about datatable. I have to use datatable for inserting data into db. My question is: I'm developed a datatable with 5 columns and various rows,i've create an actionlistener and when i click it each row is successfully inserte

  • IMovie keeps springing back to the beginning

    Help! I'm a new user with iMovie. Had some success moving images from iPhoto to timeline, but now the file keeps springing back to the beginning and I can't drag and drop images to where I need them to go, nor can I preview in the large screen what I