JAVE function call form JSP page is not returning value

Posted by Satyendra on Stack Overflow See other posts from Stack Overflow or by Satyendra
Published on 2010-05-07T10:04:47Z Indexed on 2010/05/07 10:08 UTC
Read the original article Hit count: 242

Filed under:
|
|

I am calling a java function from JSP page which returns file name after creationg a XML file. In some cases where size of file is large(Java function execution takes much time due to large data) it is returning blank where as XML file is genertaed after some time. Can any one help me to get the file name in this case so that user can know the generated file name.

© Stack Overflow or respective owner

Related posts about jave

Related posts about function