I have 2 buttons in my web start form that determinate in which language te page showsup. It works perfectly in smart client but not in the web client.
I'm not very experienced in web stuf, so I probably do something wrong. Hehe is the code:
- Code: Select all
var formName = "webStart"
history.removeForm(formName)
i18n.setLocale('nl','NL')
forms.webStart.controller.recreateUI()
thanks for any help.