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...
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)...
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?
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...
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.
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()...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.