You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Juergen Donnerstag <ju...@gmail.com> on 2007/05/05 08:43:42 UTC

IUnversionedBehaviorListener

May be it is too early, but I have a strange problem.

I'm currently playing with backporting some MarkupParser functionality
which makes it is more easy to add IMarkupFilter and insert them at
the right (user determined) place.

This is the original junit output of SimpleTestPanelTest:
...IUnversionedBehaviorListener:0&wicket:ignoreIfNotActive=true',
function() { }, function() { });", 2000);;});

and this is what I get now:
... IBehaviorListener:0&wicket:ignoreIfNotActive=true', function() {
}.bind(this), function() { }.bind(this));", 2000);;});

I looked into the code and tried to find the place where the URL, more
specifically the IUnversionedBehaviorListener part, is generated.
Surprisingly I didn't find any place (java, html, whatever) except the
"junit expected output files".

Any idea? Which output would you expect from this junit test case?

Juergen

Re: IUnversionedBehaviorListener

Posted by Matej Knopp <ma...@gmail.com>.
Yeah, I removed ~ a week ago. It was of no use since we have version
merging for 1.3.

-Matej

On 5/5/07, Eelco Hillenius <ee...@gmail.com> wrote:
> I think Matej removed the concept of unversioned behavior listeners as
> it was flawed.
>
> Eelco
>
> On 5/5/07, Juergen Donnerstag <ju...@gmail.com> wrote:
> > May be it is too early, but I have a strange problem.
> >
> > I'm currently playing with backporting some MarkupParser functionality
> > which makes it is more easy to add IMarkupFilter and insert them at
> > the right (user determined) place.
> >
> > This is the original junit output of SimpleTestPanelTest:
> > ...IUnversionedBehaviorListener:0&wicket:ignoreIfNotActive=true',
> > function() { }, function() { });", 2000);;});
> >
> > and this is what I get now:
> > ... IBehaviorListener:0&wicket:ignoreIfNotActive=true', function() {
> > }.bind(this), function() { }.bind(this));", 2000);;});
> >
> > I looked into the code and tried to find the place where the URL, more
> > specifically the IUnversionedBehaviorListener part, is generated.
> > Surprisingly I didn't find any place (java, html, whatever) except the
> > "junit expected output files".
> >
> > Any idea? Which output would you expect from this junit test case?
> >
> > Juergen
> >
>

Re: IUnversionedBehaviorListener

Posted by Eelco Hillenius <ee...@gmail.com>.
I think Matej removed the concept of unversioned behavior listeners as
it was flawed.

Eelco

On 5/5/07, Juergen Donnerstag <ju...@gmail.com> wrote:
> May be it is too early, but I have a strange problem.
>
> I'm currently playing with backporting some MarkupParser functionality
> which makes it is more easy to add IMarkupFilter and insert them at
> the right (user determined) place.
>
> This is the original junit output of SimpleTestPanelTest:
> ...IUnversionedBehaviorListener:0&wicket:ignoreIfNotActive=true',
> function() { }, function() { });", 2000);;});
>
> and this is what I get now:
> ... IBehaviorListener:0&wicket:ignoreIfNotActive=true', function() {
> }.bind(this), function() { }.bind(this));", 2000);;});
>
> I looked into the code and tried to find the place where the URL, more
> specifically the IUnversionedBehaviorListener part, is generated.
> Surprisingly I didn't find any place (java, html, whatever) except the
> "junit expected output files".
>
> Any idea? Which output would you expect from this junit test case?
>
> Juergen
>