This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch roller-6.0.x in repository https://gitbox.apache.org/repos/asf/roller.git
commit 5d8c5ff8312f9a90427e1311943123660a91664d Author: David M. Johnson <[email protected]> AuthorDate: Sat Feb 29 15:49:20 2020 -0500 [ROL-2160] work around apparent Struts but by showing weblog handle instead of name in front-page select. --- app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp b/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp index 5f91f8d..fc34946 100644 --- a/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/admin/GlobalConfig.jsp @@ -40,7 +40,7 @@ <%-- special case for front page blog --%> <s:elseif test="#pd.name == 'site.frontpage.weblog.handle'"> <s:select name="%{#pd.name}" label="%{getText(#pd.key)}" value="%{properties[#pd.name].value}" - list="weblogs" listKey="handle" listValueKey="name"/> + list="weblogs" listKey="handle" listValueKey="handle"/> </s:elseif> <%-- "string" type means use a simple textbox --%>
