error in console

0
An error has occurred while handling the request. [User 'mxstudent' with session id '5834b42e-XXXX-XXXX-XXXX-XXXXXXXX0467' and roles 'STUDENT'] what is the error can anyone explain?  
asked
6 answers
1

Hi Vignesh,

 

With this error information we cannot explain what goes wrong.

You need to describe a bit the scenario with some screenshots.

Probably you have more errors in you console where also is described on which page/button/MF… the error occured.

answered
0

these are the errors it showing

answered
0

i will share the second error in detail

answered
0

action button 1 is save button….then how to debug

 

answered
0

stacktrace of the error

answered
0

You have created a Java Action called ADD_STRING_JA and you are trying to call this, however you have not implemented code inside the action. By default a Java Action will throw an exception saying “Java action was not implemented”. You need to remove the “throw” line from your Java code.

See my answer to your previous question as it should have the correct code to use in your executeAction and it removes this exception.
https://forum.mendix.com/link/questions/117422

Hope this helps.

answered