You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/01/19 08:12:57 UTC

[jira] Resolved: (WICKET-2224) Strange behavior calling super(parameters) (WebPage)

     [ https://issues.apache.org/jira/browse/WICKET-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2224.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

could not reproduce with the latest, must have been fixed at some point earlier

> Strange behavior calling super(parameters) (WebPage)
> ----------------------------------------------------
>
>                 Key: WICKET-2224
>                 URL: https://issues.apache.org/jira/browse/WICKET-2224
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC2
>         Environment: Windows, java 1.6.0 update 13
>            Reporter: Eduardo S. Nunes
>            Assignee: Igor Vaynberg
>         Attachments: sample.zip
>
>
> I made a simple application that shows the problem. The problem consist in a strange behavior if I add a stateless form to a webpage and call super(parameters) in the constructor (PageParameters parameters). Each time that you click to submit the form without data, wicket adds new parameters to the form action URL, until a point that you don't get more errors, just a blank screen. Another strange behavior is that the input text receives some ";" in each submit. 
> To reproduce the bug please:
> 1 - start the application (mvn clean compile jetty:run)
> 2 - access the home url (http://localhost:8080/sample)
> 3 - click more than 2 times in the Login button.

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