Make form.getHiddenFieldId public.
----------------------------------
Key: WICKET-2923
URL: https://issues.apache.org/jira/browse/WICKET-2923
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: Michał Letyński
Fix For: 1.4.10
I wanted to write link compoent which is based on implementation of
SubmitLink.getTriggerJavaScript(). But i cant use it since getHiddenFieldId is
protected. SubmitLink can since its in the same package. This method is already
forbidden to extend since its final so i think you can do it public.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.