[
https://issues.apache.org/jira/browse/WICKET-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672913#action_12672913
]
Johan Compagner commented on WICKET-2098:
-----------------------------------------
what is wrong with the current way? what do you want?
And how do you know what to do if you override it? Now you have to look at the
sourcecode to see that you will mimic exactly the stuff we do?
> 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
> Priority: Minor
> Attachments: form-hidden-inputs.diff
>
>
> 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.