Author Archives: admin

document.forms[0].submit is not a function

Firstly check do you have any fields or buttons etc… on the form that have the name or id "submit". If so these will shadow (hide) the submit function of the form object and thus attempting to call form.submit() will … Continue reading

Posted in Troubleshoot | Leave a comment

com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required (#5.7.1)

Errors: DEBUG SMTP: use8bit false MAIL FROM:<nitingautam@……com> 530 authentication required (#5.7.1) com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required (#5.7.1)     at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1333)     at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:906)     at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:535)     at javax.mail.Transport.send0(Transport.java:151)     at javax.mail.Transport.send(Transport.java:80)     at practical.Mailer.main(Mailer.java:37) QUIT com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required (#5.7.1) … Continue reading

Posted in Java, Troubleshoot | 23 Comments

Google Toolbar – Field yellow background issue in mozilla

What is the Issue? If you're a web developer you may have faced this problem at one time or another. If you haven't yet, you most likely will see it at some point. It's the mysterious yellow input fields. On … Continue reading

Posted in Troubleshoot | 4 Comments

ABAP Objects

http://rapidshare.com/files/72166666/abap_objects_by_helen.pdf

Posted in sap | 1 Comment

SAP Business Workflow Documentation

http://rapidshare.com/files/72155051/Sap_Business_Workflow_Documentation.pdf

Posted in sap | Leave a comment

Build Your Own Workflow

http://rapidshare.com/files/72152508/Build_your_own_workflow_from_scratch.pdf

Posted in sap | Leave a comment

ABAP Object Oriented

http://rapidshare.com/files/72169206/abap_object_oriented.zip

Posted in sap | Leave a comment

SAP Human Resources (HR) SIM Files

SIMs Can Only Be Viewed Using SAP iTutor Software! http://rapidshare.com/files/1634891/iTutor2.00.exe ERP – SAP Human Resources (HR) SIM Files Balanced Scorecard Benefits: Domestic Partner Handling As Of R/3 Enterprise Benefits: Enrollment Employee Self-Service In SAP EP 5.0 Change Employee Form Of … Continue reading

Posted in sap | 5 Comments

SEVERE: Error reading tld listeners java.lang.NullPointerException

SEVERE: Error reading tld listeners java.lang.NullPointerException, the error appears to come from log4j. I came across this error when reloading a context in Tomcat 5.5.23. The solution appeared to be to remove commons-logging from WEB-INF/lib of my web app. I’d … Continue reading

Posted in Articles, Troubleshoot | 1 Comment

Testing Your Controllers

One of the reasons for setting up this page was I wanted to write something somewhere about the new testing techniques I've been using over the past few days. I'm working on a Java web application, using a fairly standard … Continue reading

Posted in Java | 1 Comment