DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Info |
|---|
This page should serve as a "specification" (aka nominal state, not the current state) on nested form handling. |
| Info |
|---|
The Conditional Validation page contains some practical examples regarding nested forms and validation. |
| Info |
|---|
It might be a good idea to use |
| Code Block | ||
|---|---|---|
| ||
<form wicket:id="outer">
<form wicket:id="middle">
<form wicket:id="inner">
</form>
</form>
</form>
|
| Panel | ||
|---|---|---|
| ||
form...enabled form...submitted form with no errors E...onError called |
| Info | ||
|---|---|---|
| ||
When submitting a nested form, the entire <form> is submitted (including fileuploads), but processed according to the rules below. |
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
middle form disabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
inner form disabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
outer form disabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
middle form disabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
all forms enabled
|
| Div | ||||||
|---|---|---|---|---|---|---|
| ||||||
middle form disabled
|