java.lang.IllegalArgumentException: Path layout.jsp does not start with a /
if browser PC's locale is set to English (united state), everything seems ok.
if browser's PC's locale is set to 'swedish', this error occured :
java.lang.IllegalArgumentException: Path layout.jsp does not start with a "/" character
how to resolve this ?
thanks