Re: svn commit: r643048 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/markup/html/basic/

2008-04-01 Thread Gerolf Seitz
one more thing: if I change to it still fails. the output is: also, calling tag.setType(XmlType.OPEN) for test2 results in a MarkupException: Unable to find component with id "test3" in [MarkupContainer[Component id=test2 ...]] Gerolf On Tue, Apr 1, 2008 at 9:11 AM, Juergen Donnerstag <

Re: svn commit: r643048 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/markup/html/basic/

2008-04-01 Thread Juergen Donnerstag
I've added some more tests to show that it is workong correctly. The point with is that OpenCloseTagExpander automatically opens certain tags. Juergen On Mon, Mar 31, 2008 at 9:07 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote: > i'm afraid the fix doesn't really address the reported issue, > becau

Re: svn commit: r643048 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/markup/html/basic/

2008-03-31 Thread Gerolf Seitz
i'm afraid the fix doesn't really address the reported issue, because the tag type isn't changed from open-close to open-body-close. also, changing to works, while transforming to doesn't produce the right output. ( is written after ) Gerolf On Mon, Mar 31, 2008 at 6:26 PM, <[EMAIL PROTECT