|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Admin console errors after change of default languageHi,
Recently I have encountered a problem with setting new default language. Try something like that: 1. Create new language in "fresh atleap" (default DB content) for example: Polish 2. Change default language to Polish 3. Try to enter any view/ or edit page for example: 'update content page', 'update menu item page' or even try to 'view language details page' (it's pretty random, sometimes those pages load without problem) You will probably encounter following exception: javax.servlet.jsp.JspTagException: Specified page uri '/core/contentPage/callUpdate' has not been found at com.blandware.atleap.webapp.taglib.core.content.ContentIteratorTag.doTag(ContentIteratorTag.java:536) at com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspx_meth_atleap_contentIterator_0(coreLayout_jsp.java:1070) at com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspService(coreLayout_jsp.java:333) or: javax.servlet.jsp.JspTagException: Specified page uri '/core/menuItem/callUpdate' has not been found at com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspx_meth_atleap_contentIterator_0(coreLayout_jsp.java:1070) at com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspService(coreLayout_jsp.java:333) (depends on page and action: view or update) When you change default language to i.e. English all is fine. This happens only in core layout pages (admin console). Maybe there is something wrong with my procedure of language setting ? I also tried the same scenario after creating ApplicationResuorces_pl.properties file + recompiling whole application + creating Polish lang in admin console. I do not remember having this problem in old Atleap 0.51. Thanks for help in advance. |
|
|
Re: Admin console errors after change of default languageHi.
Please try to apply the patch attached to following message: http://www.nabble.com/forum/ViewPost.jtp?post=14800503&framed=y&skin=13679 I think it should help. Roman Puchkovskiy > Hi, > > Recently I have encountered a problem with setting new default language. > > Try something like that: > > 1. Create new language in "fresh atleap" (default DB content) for example: > Polish > 2. Change default language to Polish > 3. Try to enter any view/ or edit page for example: 'update content page', > 'update menu item page' or even try to 'view language details page' (it's > pretty random, sometimes those pages load without problem) > > You will probably encounter following exception: > > > javax.servlet.jsp.JspTagException: Specified page uri > '/core/contentPage/callUpdate' has not been found > at > com.blandware.atleap.webapp.taglib.core.content.ContentIteratorTag.doTag(ContentIteratorTag.java:536) > at > com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspx_meth_atleap_contentIterator_0(coreLayout_jsp.java:1070) > at > com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspService(coreLayout_jsp.java:333) > > > or: > > > javax.servlet.jsp.JspTagException: Specified page uri > '/core/menuItem/callUpdate' has not been found > at > com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspx_meth_atleap_contentIterator_0(coreLayout_jsp.java:1070) > at > com.blandware.atleap.jsp.WEB_002dINF.pages.layouts.core.coreLayout_jsp._jspService(coreLayout_jsp.java:333) > > > (depends on page and action: view or update) > > When you change default language to i.e. English all is fine. > > This happens only in core layout pages (admin console). Maybe there is > something wrong with my procedure of language setting ? I also tried the > same scenario after creating ApplicationResuorces_pl.properties file + > recompiling whole application + creating Polish lang in admin console. I do > not remember having this problem in old Atleap 0.51. > > Thanks for help in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Admin console errors after change of default languageYes, it works fine now :) Thanks |
| Free Forum Powered by Nabble | Forum Help |