Need to be able to override the way hidden input fields are written out in a
form
---------------------------------------------------------------------------------
Key: WICKET-2098
URL: https://issues.apache.org/jira/browse/WICKET-2098
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.4-RC2
Reporter: Scott MacKenzie
We are integrating wicket into our project and we need to control some markup
which is being written out by the class:
org.apache.wicket.markup.html.form.Form
We have a specific way of writing out hidden form fields in our project and we
need to be able to have our wicket forms follow the same standards. Can we
pull the way we write the hidden input block out from onComponentTagBody and
move it into another method?
I've attached a diff on a possible way to do this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.