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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chags

  1. chags

    how to solve java.lang.OutOfMemoryError.

    Hi manu, Hi manu i already set session validation as 30min. I think CatWeasel reply seens to give some good result. Let hear from him a detail reply. chags
  2. chags

    how to solve java.lang.OutOfMemoryError.

    Hi CatWeasel, Could you please alaborate your message "run the program with the -Xmsn option". Whether i have to compile my servlet with -Xmsn or how i have to run. The above error message is related to a servlet. when i an running my application, now and then i am getting...
  3. chags

    how to solve java.lang.OutOfMemoryError.

    Hi Manu, when i try to submit the data to the servlet,I'm getting OutOfMemoryError at Stringbuffer. The following is the exact message: java.lang.OutOfMemoryError at java.lang.StringBuffer.append(Compiled Code) at forecast.common.QuotesPageFormatter.formatTable(Compiled Code) at...
  4. chags

    how to solve java.lang.OutOfMemoryError.

    Hi Addola, Thanks for your reply. Same thing i did, its working fine but I need to know axactly why it is coming. We are moving the project to production. At last munite i am facing this problem. I don't want to repeat this once again in production. Thanks, Chags.
  5. chags

    how to solve java.lang.OutOfMemoryError.

    Hi, Can anyone help me in giving suggestion how to solve java.lang.OutOfMemoryError. very urgent! Thanks in advance, chags.
  6. chags

    How to catch \n in a string.

    Hi Leon, Its working fine with your suggested syntax. Thanks for helping me. Chags
  7. chags

    How to catch \n in a string.

    In a string i want to replace '\n'(next line) to ' '(space). So I tried the following code but it not even identifing '\n' Code: String test = "sending data \n to excell \n"; test.replace('\n',' '); If anyone knows how to catch \n in a string please help me.
  8. chags

    dialog box with YES, NO& CANCEL

    Is there any general way we can acheive DIALOG with YES,NO & CANCEL buttons from Netscape and IE.
  9. chags

    dialog box with YES, NO& CANCEL

    How to display a dialog box with YES,NO,CANCEL BUTTONS. -Chags
  10. chags

    Problem with HREF and Submit( )

    By clicking nextpage button, CheckSaveState(form) is triggered and in which it checks whether any thing is there to save in the current page and if found then has to call submit() methode. This submit action takes atleast 30sec to update database in SAP. After submitting it has to show next page...
  11. chags

    Two actions in one click.

    Hi, By clicking next button it has to update the database and should show next page. For which I writtern the following code <A HREF=&quot;/servlet/SFAWhatNextServlet?Request=rerun&quot; onclick=&quot;return checkSaveState(formname)&quot;>Image</A> In which the methode...
  12. chags

    Is there any trigger cursorout trigger

    I want to fire a trigger whenever the cursor moving out of the input field. Is there any triggers such as Cursurout or such. I really appreciate if any expert helps me in this. Thanks in Advance, chags

Part and Inventory Search

Back
Top