Improve markup id generation so it is available at component creation time 
instead of during render time
--------------------------------------------------------------------------------------------------------

                 Key: WICKET-1341
                 URL: https://issues.apache.org/jira/browse/WICKET-1341
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.3.1
            Reporter: Igor Vaynberg
            Assignee: Igor Vaynberg
             Fix For: 1.3.2


currently component.getmarkupid() depends on page which causes users to have to 
call it only during render (when the hierarchy is complete and  the page is 
available to all components). this causes a lot of inconvenience, it would be a 
big improvement if getmarkupid() could generate a unique id at any point in 
page's/component's lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to