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

Alastair Maw resolved WICKET-1251.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Alastair Maw  (was: Johan Compagner)

I've tried your test code in the latest version:

java.lang.IllegalStateException: Attempt to set model object on null model of 
component: mainForm:text

If I add a model to the TextField, the page then throws your "this will never 
happen" exception as expected. This is therefore working.

Please reopen this with further details if you are still having this issue, 
including which application server you are using and which version of Wicket 
you can make this fail on.

> 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
>             Fix For: 1.3.3
>
>         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.

Reply via email to