You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pekka Enberg (JIRA)" <ji...@apache.org> on 2007/06/18 13:57:26 UTC

[jira] Created: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

OnChangeAjaxBehavior no longer works for DropDownChoice
-------------------------------------------------------

                 Key: WICKET-666
                 URL: https://issues.apache.org/jira/browse/WICKET-666
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Pekka Enberg


Chaning a value in DropDownChoice causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Pekka Enberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pekka Enberg updated WICKET-666:
--------------------------------

    Description: 
Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/.

  was:
Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.


> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw updated WICKET-666:
--------------------------------

    Description: 
Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.

  was:
Selecting a value in DropDownChoice causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.


> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Timo Rantalaiho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506027 ] 

Timo Rantalaiho commented on WICKET-666:
----------------------------------------


? Siis wicket:id vai html id, mutta ei kai css:llä voi sitä
asettaa? Ei tajuu.

Igor korjas just pari päivää sitten 1.3.0:aan sen, että wicket ei enää 
jyrää html:ssä annettua id:tä vaikka komponentilla olis output 
markup id true. En tiedä liittyykö se tähän.

Kandee käyttää nightly snapshotteja (kai te käytättekin).
Tänään KTL:lle blastaan Eclipsellä mentoroiden.



> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Pekka Enberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pekka Enberg updated WICKET-666:
--------------------------------

    Description: 
Selecting a value in DropDownChoice causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.

  was:
Chaning a value in DropDownChoice causes the following Javascript error:

e has no properties
http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
Line 322

Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.


> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Selecting a value in DropDownChoice causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/. The changeset that broke it is probably the one for WICKET-394 but I have not confirmed this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506030 ] 

Eelco Hillenius commented on WICKET-666:
----------------------------------------

Hutstke knote brote ;)

> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-666) OnChangeAjaxBehavior no longer works for DropDownChoice

Posted by "Pekka Enberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pekka Enberg closed WICKET-666.
-------------------------------

    Resolution: Cannot Reproduce

 I had a css style bound to 'id' of the <select> element which overwrote Wicket's id. Not sure why it worked in the first place.

> OnChangeAjaxBehavior no longer works for DropDownChoice
> -------------------------------------------------------
>
>                 Key: WICKET-666
>                 URL: https://issues.apache.org/jira/browse/WICKET-666
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Pekka Enberg
>
> Changing the selected value in a DropDownChoice with an OnChangeAjaxBehaviour causes the following Javascript error:
> e has no properties
> http://localhost:8080/xxx/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line 322
> Which is why OnChangeAjaxBehavior.onUpdate() is no longer triggered. This stopped working after we got a new snapshot from http://wicketstuff.org/maven/repository/.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.