Hi Guys ,
While i was working with internalization in gwt , i was acing this
sort of error.even though i have the key in both the interface
[ cosntants ] and also in properties file .
can any one please sort me out from this issue.
No resource found for key 'PATIENT_BILLING_ID_CHECK_PAYABLE_TO'
com.google.gwt.i18n.rebind.AbstractResource$MissingResourceException:
No resource found for key 'PATIENT_BILLING_ID_CHECK_PAYABLE_TO'
at com.google.gwt.i18n.rebind.AbstractResource
$ResourceList.getRequiredStringExt(AbstractResource.java:206)
at com.google.gwt.i18n.rebind.SimpleValueMethodCreator.createMethodFor
(SimpleValueMethodCreator.java:93)
at
com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.delegateToCreator
(AbstractLocalizableImplCreator.java:305)
at com.google.gwt.i18n.rebind.ConstantsImplCreator.emitMethodBody
(ConstantsImplCreator.java:160)
at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.genMethod
(AbstractGeneratorClassCreator.java:263)
at
com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitMethods
(AbstractGeneratorClassCreator.java:231)
at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitClass
(AbstractGeneratorClassCreator.java:114)
at
com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.generateConstantOrMessageClass
(AbstractLocalizableImplCreator.java:132)
at com.google.gwt.i18n.rebind.LocalizableGenerator.generate
(LocalizableGenerator.java:118)
at com.google.gwt.dev.cfg.RuleGenerateWith.realize
(RuleGenerateWith.java:51)
at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind
(StandardRebindOracle.java:116)
at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind
(StandardRebindOracle.java:61)
at com.google.gwt.dev.shell.StandardRebindOracle.rebind
(StandardRebindOracle.java:166)
at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind
(ShellModuleSpaceHost.java:114)
at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:468)
at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate
(ModuleSpace.java:359)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
39)
at com.google.gwt.core.client.GWT.create(GWT.java:97)
at com.mymdworld.client.ClientContext.getMymdworldConstants
(ClientContext.java:52)
at com.mymdworld.client.ui.pages.PatientBilling.SearchBillPage.<init>
(SearchBillPage.java:183)
at
com.mymdworld.client.ui.pages.ProfessionalPageFactory.getPageInstance
(ProfessionalPageFactory.java:232)
at com.mymdworld.client.Application.onHistoryChanged(Application.java:
323)
at com.google.gwt.user.client.impl.HistoryImpl.fireHistoryChangedImpl
(HistoryImpl.java:56)
at com.google.gwt.user.client.impl.HistoryImpl.newItem
(HistoryImpl.java:103)
at com.google.gwt.user.client.History.newItem(History.java:149)
at com.google.gwt.user.client.History.newItem(History.java:132)
at com.mymdworld.client.ui.menu.ApplicationMenu$MenuCommand.execute
(ApplicationMenu.java:71)
at com.google.gwt.user.client.CommandExecutor.doExecuteCommands
(CommandExecutor.java:311)
at com.google.gwt.user.client.CommandExecutor$2.run
(CommandExecutor.java:206)
at com.google.gwt.user.client.Timer.fireImpl(Timer.java:164)
at com.google.gwt.user.client.Timer.fireAndCatch(Timer.java:150)
at com.google.gwt.user.client.Timer.fire(Timer.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
103)
at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod
(IDispatchImpl.java:126)
at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke
(IDispatchProxy.java:155)
at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
(IDispatchImpl.java:294)
at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
(IDispatchImpl.java:194)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---