rasyahadlinugraha / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
0 stars 0 forks source link

AjaxIndicatorAppender don't work with WiQuery 1.5 #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add IndicatingAjaxLink on page
2. Click on link

What is the expected output? What do you see instead?

at org.apache.wicket.util.lang.Args.notNull(Args.java:39)
    at org.odlabs.wiquery.core.AbstractWiQueryDecoratingHeaderResponse.renderJavaScript(AbstractWiQueryDecoratingHeaderResponse.java:128)
    at org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender.renderHead(AjaxIndicatorAppender.java:71)

in AjaxIndicatorAppender it is added javascript without id, and assertion in 
AbstractWiQueryDecoratingHeaderResponse doesn't pass.

It happens even if you don't have any WiQuery component on the page

What version of the product are you using? On what operating system?
1.5.0

Please provide any additional information below.

Original issue reported on code.google.com by predrag....@gmail.com on 16 Oct 2011 at 10:51

GoogleCodeExporter commented 9 years ago
Have you try it with v1.5.1 ?

Duto

Original comment by dutrieux...@gmail.com on 17 Oct 2011 at 8:50

GoogleCodeExporter commented 9 years ago
It works with v1.5.1, I didn't realize that 1.5.1 is out. sorry.

Original comment by predrag....@gmail.com on 17 Oct 2011 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by hielke.hoeve on 26 Oct 2011 at 6:57