Yes I am a aware, but AFAIK wicket does not support controls / input fields
adjacent to forms related by the form attribute on the control.

our markup looks something like this:
...
<tr>
<td>
   <form wicket:id="myform" id=""myform" />
</td>
<td>
   <input wicket:id="myTextField" type="text" form="myform"/>
</td>
<td>
  <input type="submit" form="myform" />
</td>
</tr

On Wed, Apr 10, 2019 at 12:45 PM Maxim Solodovnik <solomax...@gmail.com>
wrote:

> The reference to the final spec:
>
> https://www.w3.org/TR/html5/sec-forms.html#association-of-controls-and-forms
>
> Actually wicket do support nested forms for many years
>
> On Wed, 10 Apr 2019 at 16:05, nino martinez wael <
> nino.martinez.w...@gmail.com> wrote:
>
> > Hi
> >
> > I am going through our designers html drafts and can see they are wanting
> > to use a hierarchical separated form from inputs..
> >
> > Apparently its part of the HTML5 specification, is this something wicket
> > supports?
> >
> >
> >
> https://www.w3.org/TR/2011/WD-html5-20110525/association-of-controls-and-forms.html#attr-fae-form
> >
> >
> > Their reason for this, I think are to use tables for organizing tabular
> > editable data. But as a form cannot be hierarchical inside a tr they just
> > store it besides it in a td..And connect the inputs via the form
> attribute.
> >
> > --
> > Best regards / Med venlig hilsen
> > Nino Martinez
> >
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
Best regards / Med venlig hilsen
Nino Martinez

Reply via email to