You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michał Letyński (JIRA)" <ji...@apache.org> on 2010/06/23 15:20:52 UTC

[jira] Created: (WICKET-2923) Make form.getHiddenFieldId public.

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.


[jira] Resolved: (WICKET-2923) Make form.getHiddenFieldId public.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-2923.
-------------------------------------

    Fix Version/s: 1.5-M1
       Resolution: Fixed

Fixed in 1.4.x with r979068 and in trunk with r979069.

> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.4.10, 1.5-M1
>
>
> 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.


[jira] Commented: (WICKET-2923) Make form.getHiddenFieldId public.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892121#action_12892121 ] 

Hudson commented on WICKET-2923:
--------------------------------

Integrated in Apache Wicket 1.4.x #59 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/59/])
    WICKET-2923 Make form.getHiddenFieldId public.

Make the method visible to custom components.


> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.4.10, 1.5-M1
>
>
> 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.


[jira] Assigned: (WICKET-2923) Make form.getHiddenFieldId public.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-2923:
---------------------------------------

    Assignee: Martin Grigorov

> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.4.10, 1.5-M1
>
>
> 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.


[jira] Commented: (WICKET-2923) Make form.getHiddenFieldId public.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892124#action_12892124 ] 

Hudson commented on WICKET-2923:
--------------------------------

Integrated in Apache Wicket 1.5.x #171 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/171/])
    WICKET-2923 Make form.getHiddenFieldId public.

Make the method visible to custom components.

port r979068 from 1.4.x


> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.4.10, 1.5-M1
>
>
> 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.