表单数据表达式:select * from CCII_DOC where 1=1 $SQL[[ and docid = '$RS{doc.form.docid,doc.doc.form.docid}']]
列表数据表达式:select * from CCII_DOC where 1=1 $SQL[ and typeid= $RS{typeid,doc.list.typeid}]
枚举SQL数据表达式:select filetype as value, filetypename as name from CCII_DOC_FILETYPE
7.2.7 RequestSession表达式 - $RS{ }
功能:从Request或Session中获取值
语法:$RS{Request参数名,Session参数名}或$RS{Request参数名,Session参数名, 默认值}
注:“Request参数名”和“Session参数名”必填,“默认值”可选。
规则:如果Request中存在“Request参数名”的值,返回此值;如果不存在,在Session中查找“Session参数名”的值,不存在时返回默认值(默认值未指定时返回空字符串);最终使用的值按“Session参数名”存入Session;
文档附件:添加文件&Action,执行添加动作com.fastunit.support.action.FileDownloadAction
阅读(629) | 评论(0) | 转发(0) |