|
Re: DWRUtil.setValue problem: msg#00199java.dwr.user
Matthew thanks a lot for your help. One question remains, what about passing params to the Java method? I've tried with function loadPage(language) { LoadPageIndex.getTitleData(receiveData, language); } function receiveData(data) { DWRUtil.setValue('TitleDIV', data); } But i get this error: "Missing method or missing parameter converters: LoadPageIndex.getTitleData" Java is: public class LoadPageIndex { public static String getTitleData(String language) { return "TitleData " + language; } }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: DWRUtil.setValue problem, Matthew Laker |
|---|---|
| Next by Date: | Re: DWRUtil.setValue problem SOLVED, Predrag Stojadinovic |
| Previous by Thread: | Re: DWRUtil.setValue problem, Matthew Laker |
| Next by Thread: | Re: DWRUtil.setValue problem SOLVED, Predrag Stojadinovic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |