You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Wolfram Gewohn (JIRA)" <ji...@apache.org> on 2009/09/01 17:20:32 UTC

[jira] Created: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

Wizards or Wizard example not working anymore on Firefox 3.5
------------------------------------------------------------

                 Key: WICKET-2448
                 URL: https://issues.apache.org/jira/browse/WICKET-2448
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.1
         Environment: Windows Vista, Firefox 3.5.2
            Reporter: Wolfram Gewohn


The Wizard-Example on wicketstuff.org does not work on firefox anymore.
http://www.wicketstuff.org/wicket13/wizard/
http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::

When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.

The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.


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


[jira] Commented: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

Posted by "Wolfram Gewohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755517#action_12755517 ] 

Wolfram Gewohn commented on WICKET-2448:
----------------------------------------

Thanks for the quick reaction. The examples on wicketstuff.org now work fine, also in Firefox 3.5.2.
However if I take the source code an let it run on my pc (java 1.6, wicket 1.4.1, eclipse 3.4.1 and jetty  6.1.4 the wizards still don't work.

The example code is so simple, so I can't see me doing anything wrong. On the reaction when clicking on the next buttons I can see, that the server invokes the next step. Only the client does not show it.
Could there be some issue with client caching in firefox? So that it does not recognize the next step as a new page?



> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Reopened: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

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

Wolfram Gewohn reopened WICKET-2448:
------------------------------------


Thanks for the quick reaction. The examples on wicketstuff.org now work fine, also in Firefox 3.5.2.
However if I take the source code an let it run on my pc (java 1.6, wicket 1.4.1, eclipse 3.4.1 and jetty  6.1.4 the wizards still don't work.

The example code is so simple, so I can't see me doing anything wrong. On the reaction when clicking on the next buttons I can see, that the server invokes the next step. Only the client does not show it.
Could there be some issue with client caching in firefox? So that it does not recognize the next step as a new page?


> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Updated: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

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

Wolfram Gewohn updated WICKET-2448:
-----------------------------------

    Comment: was deleted

(was: Thanks for the quick reaction. The examples on wicketstuff.org now work fine, also in Firefox 3.5.2.
However if I take the source code an let it run on my pc (java 1.6, wicket 1.4.1, eclipse 3.4.1 and jetty  6.1.4 the wizards still don't work.

The example code is so simple, so I can't see me doing anything wrong. On the reaction when clicking on the next buttons I can see, that the server invokes the next step. Only the client does not show it.
Could there be some issue with client caching in firefox? So that it does not recognize the next step as a new page?

)

> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Closed: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

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

Johan Compagner closed WICKET-2448.
-----------------------------------

    Resolution: Fixed

all examples are working again.

http://www.wicketstuff.org/wicket13 has now the latest 1.3 examples

http://www.wicketstuff.org/wicket14 has the latest 1.4 examples

http://www.wicketstuff.org/wicket will be used for 1.5 later on (now also 1.4)

> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Commented: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750764#action_12750764 ] 

Igor Vaynberg commented on WICKET-2448:
---------------------------------------

examples need to be redeployed with wicket-1.3.7

also wizard example in 1.4 is crapping out with permgen space error

> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Assigned: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

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

Igor Vaynberg reassigned WICKET-2448:
-------------------------------------

    Assignee: Johan Compagner

> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Johan Compagner
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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


[jira] Resolved: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

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

Igor Vaynberg resolved WICKET-2448.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg  (was: Johan Compagner)

the examples work on the server. are you deploying the wicket-examples war locally and that does not work or is this a project of your own that does not work. if the latter then please post your code and questions on the mailing list.

> Wizards or Wizard example not working anymore on Firefox 3.5
> ------------------------------------------------------------
>
>                 Key: WICKET-2448
>                 URL: https://issues.apache.org/jira/browse/WICKET-2448
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>         Environment: Windows Vista, Firefox 3.5.2
>            Reporter: Wolfram Gewohn
>            Assignee: Igor Vaynberg
>
> The Wizard-Example on wicketstuff.org does not work on firefox anymore.
> http://www.wicketstuff.org/wicket13/wizard/
> http://www.wicketstuff.org/wicket13/wizard/?wicket:interface=:1::::
> When klicking on the link the first WicketStep is displayed but when klicking on the next button the second step is not displayed (9 out of 10 times). If you klick on next again sometimes step 3 is displayed. 
> It looks like the submit request is beeing passed to the server, however the answer is not rendered correctly. If you klick the next button multiple times you get an error as you try to display the next page after the last one.
> The wizard-example works fine with IE8 on Vista and Firefox 3.0.12 on Windows XP.

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