Hi guys ,

I have the impression that in JOGET every code i have put in Load Section Binder is not working . Is it a bug in JOGET , is there a way to correct it ? For example i have implemented the below demo and try to simulat an error like incorrect password for JDBC Connection , but nothing is being generated in the log ?

http://dev.joget.org/community/display/KBv4/Pre-populate+Form+Fields+with+Data+from+External+Source

I have developped more code for grid , get variables ...etc everthing is working perfectly . But i dont know why for section load binder , nothing seems to be working not even logs are being generated . Have anyone encounter such a problem ?

Best , Meven .

  • No labels

1 Comment

  1. Hi KARUPPANNAN,

    I think you might have not changed the Data-source Connection properties in:-

    con = DriverManager.getConnection("jdbc:mysql://localhost:3306/jwdb2?characterEncoding=UTF-8", "root", "root");

    //where 1st one is the url of your data connection

    //second one is database username

    //third one is database Password

    please reply if it's still not working :)

    Best Regards,

    Aniket