On Mon, 2008-09-08 at 18:21 +0200, Misha Vodsedalek wrote: [...] > I don't believe the server.xml contains strings for GUI elements such as > buttons. Such strings are already in properties files. Would anyone know > into which properties files to put the button.apply and button.cancel > strings for all the System - General screens? I believe the buttons come > from a common form used by all these screens.... > > Misha
Ok, sorry I misunderstood. There is not a good way to set this if the sipXconfig-web.properties file is not being read. The correct way to fix this issue is to fix the message store implementation. That being said, there is a way to fix it temporarily. Both of the pages that you mention are using the SettingsForm component. This is defined in SettingsForm.jwc and SettingsForm.html. If you create a corresponding SettingsForm.properties file and add the button.apply, etc, these strings will appear correctly in the UI. At least, they did when I just tried it. Though as I said, this should really be fixed by fixing the message store implementation Kevin _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
