You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2008/04/02 22:07:24 UTC

[jira] Updated: (WICKET-1251) StatelessForms are not getting processed when owning page is bookmarkable

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

Frank Bille Jensen updated WICKET-1251:
---------------------------------------

    Fix Version/s:     (was: 1.3.3)

> StatelessForms are not getting processed when owning page is bookmarkable
> -------------------------------------------------------------------------
>
>                 Key: WICKET-1251
>                 URL: https://issues.apache.org/jira/browse/WICKET-1251
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc2
>            Reporter: Serge P. Nekoval
>            Assignee: Alastair Maw
>         Attachments: MyPage.java
>
>
> When I place a StatelessForm on a bookmarkable page, form processing is not working at all. ie neither "onSubmit" nor "onError" is fired. It seems that request processing merely ignores form submission and simply displays a clean new page every page.
> (coding strategy is default, I haven't configured any)
> The weird thing is that when I mount the page or convert the form to stateful, it works.
> I've found several bugs that look similar, eg WICKET-950, but they are all marked as Fixed.

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