Expandible Complex Control - Example of a Search Form that can be expanded with two levels of nesting. It can be collapsed only when data is not present in the sub form(s) - note how the form "remembers" the visibility state of the nested form
Expandible Complex Control - Simple Example of a Search Form that can be expanded and collapsed loosing the data. Since [form.expand.keep-state=false] the section is cleared when collapsed and so can be collapsed also when data present in the sub form,...
Expandible Complex Control - Force Button Example - Search Form that can be expanded and collapsed but only if no data inside - collapse/expand button is a submit because of [form.expand.force-button]
Editable Complex Control - Address Optional - output html with [form.editable.expression.escape=none] expression must use Velocity since with XPath is impossible to escape properly the values when emitting HTML
Editable Complex Control - Address Optional - output html with [form.editable.expression.escape=none] expression must use Velocity since with XPath is impossible to escape properly the values when emitting HTML
Expandible Complex Control - Example of a Search Form that can be expanded and collapsed but only if no data inside - expansion state may be controlled by JSP/Java code using form property [org.example.searchcontactadvanced]