I downloaded roller 6.0 and my environment details are as below Apache Tomcat/7.0.76 MySQL: 5.7.26 openjdk version "11.0.6"
I see an issue with config form and and the form does not complete and has no save or cancel button, Could you please let me know on this? The following has evaluated to null or missing: ==> struts.getText(valueKey) [in template "template/simple/select.ftl" at line 75, column 36] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign itemValue = struts.getText(va... [in template "template/simple/select.ftl" at line 75, column 15] - Reached through: @s.iterator value="parameters.list" [in template "template/simple/select.ftl" at line 57, column 1] - Reached through: #include "/${parameters.templateDir}/... [in template "template/bootstrap/select.ftl" at line 22, column 1] [image: image.png] -- Naren