Hi,

I think we could improve nested Forms so that only <form> tags are turned into a <div>, but anything else stays as it is.

WDYT?
Sven

Am 23.04.19 um 10:01 schrieb nino martinez wael:
Hi

When nesting forms, the form tag are changed to an div and it is hard coded:
org/apache/wicket/markup/html/form/Form.java:1597
...

tag.setName("div");

...

If only I could change the tag to be tr, it would produce valid html. Are
it deliberate to be hardcoded?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to