-
Notifications
You must be signed in to change notification settings - Fork 3
use of depricated API #11
Comments
Hello, Is it a problem of the marshaller ?? import grails.converters.JSON class BootStrap {
} |
do you used the scaffold generator? |
if you configure the |
Hello Leandro, thank you for the prompt answer,
i created the controller with easyui-generate-controlller and also the view with ....generate-view The problem is, the grid is not visible, ( creating of a new row-object (with form) is possible) Visible are only the the buttons "create", "edit", "delete", "refresh"
...register.marshaller = true ??
2. is the marshaller necessary for showing data in the grid?
3. may be this settings are missed? And where should i put this settings? // available "en", "pt_BR"
in differit places in the view, but it had no influence
Best regards, Franz
Gesendet: Freitag, 29. August 2014 um 14:44 UhrVon: "Leandro Gehlen" [email protected]: leandrogehlen/grails-easyui [email protected]: fronzal [email protected]: Re: [grails-easyui] use of depricated API (#11) if you to configure the grails.plugin.easyui.register.marshaller = true does not necessary to register marshaller — |
Yes
usually in
unfortunately not |
Hi leandrogehlen,
I get a note when compile my app in grails 2.4.0:
Note: C:\Users\Романов.grails\2.4.0\projects\analiz\plugins\easyui-1.6\src\java\org\grails\plugins\easyui\EasyuiDomainClassMarshaller.java uses or overrides a deprecated API.
Can you do something to prevent this note to appear?
This note also appear when comiling project in grails 2.3.4.
In grails 2.3.4 all working OK.
The text was updated successfully, but these errors were encountered: