getMarkupId() can be used only if the component's markup is attached
--------------------------------------------------------------------
Key: WICKET-3197
URL: https://issues.apache.org/jira/browse/WICKET-3197
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.5-M3
Reporter: Martin Grigorov
Attachments: wicket-3197.tgz
With change r1037139 Component#getMarkupImpl() first tries to get the markup id
from the component's markup.
If the markup is not available/attached yet for this component the call ends
with :
org.apache.wicket.markup.MarkupException: Can not determine Markup. Component
is not yet connected to a parent. [Component id = label]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.