Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jumper2

    Jakarta POI HWPFDocument

    Hi, I need to make a validation on the word file what the user want to upload. As soon my file is not a real word file I get this failure message: "java.lang.NoSuchMethodError: org.apache.poi.util.StringUtil.getFromUnicodeLE([BII)Ljava/lang/String;" My code is like: try { POIFSFileSystem...
  2. jumper2

    NoSuchMethodError POI Exception

    Hallo, I use POI 3.0.1 for my file upload on my Tomcat server where I got the following failure: "java.lang.NoSuchMethodError: org.apache.poi.util.StringUtil.getFromUnicodeLE([BII)Ljava/lang/String; org.apache.poi.hwpf.model.SavedByTable.<init>(SavedByTable.java:71)...
  3. jumper2

    location.href

    Thank you Lee, it works fine!
  4. jumper2

    location.href

    Hi Lee, I tried but it's still not. Now I got a strange link on the URL: "http://localhost:8080/test/mailto%3Auser.name@test.com%3Fbody%3DTest%26Hier%20comes%20still%20something" Any idea why is that?
  5. jumper2

    location.href

    Hi Everybody, I have a javascript where I need to handling in the location.href as E-Mail address which contains "&" charachter. Looks like: location.href = "mailto:user.name@test.com?body=Test&Hier comes still something"; My problem is when I get back the email then the e-mail body is...
  6. jumper2

    Store Blob into CDATA

    Sorry, I really lost the track. Please, can somebody provide me a piece of code where I can see what I we are talking about?
  7. jumper2

    Store Blob into CDATA

    Hi Dian, thank you for your hint! Maybe do you have an example for it?
  8. jumper2

    Store Blob into CDATA

    I had a look that 2 suggestions, but the main things what I really need was not in. I also able to create a CDATA section but I don't know how I can put Blob type into this CDATA.
  9. jumper2

    Store Blob into CDATA

    Hi Dian, sorry, I don't get you. Can you help me?
  10. jumper2

    Store Blob into CDATA

    Is there anybody wo already add Blob into XML??
  11. jumper2

    Store Blob into CDATA

    Hello Everybody, can somebody help me out, my problem is the following => I have an xmlDocument with a CDATA section where I like to add the Blob data but I'm not sure how. I have this like: InputStream myInStr = myBlob.getBinaryStream(); Element myRootElement = myDoc.getRootElement()...
  12. jumper2

    get back CDATA

    Can you tell me please how I can put the content into the CDATA ?
  13. jumper2

    get back CDATA

    Hi Everybody, Is there somebody who has a solution to get back CDATA from XML file. I put the Blob data into CDATA and now in my .xml I can see like: <filedata><![CDATA[[B@1581593]]></filedata> Now I like to see somehow if the file content is really in that CDATA. How can I get it? Thank you...
  14. jumper2

    Hi All, I wrote a filter in java

    Okay, i get it, thanks Dian :-)
  15. jumper2

    Hi All, I wrote a filter in java

    oh okay, so I try to explain with a bit more details what is exactly my problem. As I mentioned I wrote a filter. This filter change the format of the e-mail addresses. The filter works fine on the .jsp pages but on a page with .html extension doesn't makes any changes. No error msg., so the...
  16. jumper2

    Hi All, I wrote a filter in java

    Hi All, I wrote a filter in java which makes changes on the e-mail addresses. This filter works correctly on .jsp pages but doesn't do anything on .html sides. Is there somebody who has idea why is that? My filter mapping in the WEB.xml looks like: <url-pattern>/*</url-pattern> Thank you in...
  17. jumper2

    Java Filter

    Hello Everybody, I have a java filter which works correctly on the .jsp pages, but as soon as I have a page which is .html doesn't do anything anymore. Is somebody has idea why is that? Is there a settings what I need to do? In the WEB.xml I made the following settings but also doesn't helps...
  18. jumper2

    Progress bar

    Ok, thank you Dian. I'll have a look at it.
  19. jumper2

    Progress bar

    Yes, I have a .jsp from where I currently calling Servlet to pass the request and make the upload.
  20. jumper2

    Progress bar

    Hi all, I never used progress bar but now I would need to do it. I have an Internet Application with file upload (commons-fileupload.jar). The file upload itself is done and works fine, now I need to show to the user how far is he with the uplading process. Can somebody gimme a hint how I...

Part and Inventory Search

Back
Top