summaryrefslogtreecommitdiff
path: root/FINDINGS
diff options
context:
space:
mode:
Diffstat (limited to 'FINDINGS')
-rw-r--r--FINDINGS9
1 files changed, 7 insertions, 2 deletions
diff --git a/FINDINGS b/FINDINGS
index 09a06c9..cc2ca62 100644
--- a/FINDINGS
+++ b/FINDINGS
@@ -2,5 +2,10 @@
- template parser:
- ugly: <%= session_username() %> works, <%= session_username( ) %> not, the same syntax quirk
doesn't exist for 'include' for example
- - fields and submit_buttons property on form (for rendering former in a table,
- later with spaces). mentioned in the documenation, doens't seem to work.
+ - fields and submit_buttons property on form (for rendering former in a table,
+ later with spaces). mentioned in the documenation, doens't seem to work.
+ - order of generated form is hard-coded:
+ label > validation/error message > widget
+ The name of cppcms_form_error should be changeable, actually the whole form line
+ should be a built-in template
+