Mendix not saving Java action code

0
Hey guys, i'm still new to Mendix... I created a call to a java action in mendix, deployed for eclipse. Add code into my java action. Ran the application in eclipse, stopped it in eclipse. When i run the java action in mendix, i get a message : Error occurred while handling request. I tried to commit my project. Did a mendix commit and i also committed using TortoiseSVN. Still my java action code gets deleted when i run it the action in mendix. What am i doing wrong
asked
1 answers
2

Are you adding your code between

 // BEGIN USER CODE and // END USER CODE

or

// BEGIN EXTRA CODE and // END EXTRA CODE.

as described in the documentation?

answered