I have a very simple form with two hidden fields. Because the form has hidden fields the html that is being rendered by
struts is invalid. Is there a way or call to keep hidden fields out of the table that struts renders? I want to be able to keep all the validation that struts provides.
Struts Form
Renderd Page:
This is invalid html as the hidden fields are directly after the <table> element. I prefer to keep the hidden fields out of the table all together.
Thanks,
Earl