xowf::WorkflowPage instproc solution_set (public)
<instance of xowf::WorkflowPage> solution_set
Defined in /var/www/openacs.org/packages/xowf/tcl/xowf-procs.tcl
Compute solution set in form of attribute=value pairs based on "answer" attribute of form fields.
- Testcases:
- No testcase defined.
Source code: set solutions [list] foreach f [:instantiated_form_fields] { if {![$f exists answer]} continue lappend solutions [$f name]=[$f answer] } return [join [lsort $solutions] ", "]XQL Not present: Generic, PostgreSQL, Oracle