(Simple)AttributeModifier abuse check
-------------------------------------
Key: WICKET-1380
URL: https://issues.apache.org/jira/browse/WICKET-1380
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: Arnout Engelen
Priority: Minor
I've seen people using an AttributeModifier to manipulate the ID of a
component, causing puzzling problems e.g. with Ajax.
It would be nice to show a warning in the logging in this case, telling him/her
to use
http://wicketstuff.org/wicket13doc/org/apache/wicket/Component.html#setMarkupId(java.lang.String)
instead if they must manually set the id.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.