I have a problem opening a view with getView() in a multilingual xpages application.
Application is used in Lotus client and we are developing a xpages interface.
We use multilingual views with names like (myview_EN) for english version and (myview_SL) for slovenian version.
When we try to open a view with getView( "(myview_EN)" ) we get an erorr.
How should we access the view?
Thanks!