RE: ComponentTag#setNamespace()

2008-02-07 Thread Dan Kaplan
Opened a bug report for this: https://issues.apache.org/jira/browse/WICKET-1330 -Original Message- From: Dan Kaplan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 11:07 AM To: users@wicket.apache.org Subject: ComponentTag#setNamespace() I noticed yesterday

ComponentTag#setNamespace()

2008-02-07 Thread Dan Kaplan
I noticed yesterday that the ComponentTag#setNamespace() method only sets the namespace on the opening tag. The close tag is left unchanged. Is that intended functionality? If I call ComponentTag#setName(foo) it changes both the opening and closing tag so it seems inconsistent.