From 43fd3885c5bba43973bf45ce1f0b08e122693196 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 20:36:29 +0000 Subject: Modified viewfunctions displaycommandresults to not delete the error results of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openssl-editconfigfile-html.lsp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openssl-editconfigfile-html.lsp') diff --git a/openssl-editconfigfile-html.lsp b/openssl-editconfigfile-html.lsp index 50b8922..4626e8d 100644 --- a/openssl-editconfigfile-html.lsp +++ b/openssl-editconfigfile-html.lsp @@ -1,6 +1,8 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> +<% displaycommandresults({"checkenvironment"}, session, true) %> + <% local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1") local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp") -- cgit v1.2.3