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...
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...
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...
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...
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.