[
https://issues.apache.org/jira/browse/WICKET-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758735#action_12758735
]
Major Peter commented on WICKET-2432:
-------------------------------------
I have just build the current trunk, and deployed the quickstart app with:
mvn jetty:run
The problem still exists:
in the log I got nothing after
'Elements from list'
It looks like it's still not receiving the input of the form.
So the test case just to be sure:
open localhost:8080/quickstart
add a few items to the IM list with different values
remove some values (it's not neccessary, just to be sure)
press the Modify button, and see that there isn't anything after 'Elements from
list' in the log file
With wireshark you can actually see on loopback the 302 - Moved Temporarily
message (with jetty I got 302 - Found, but it still didn't have the correct
datas)
> Sending Ajax datas from Form with MultiPart(true) causing 302 - Moved
> Temporarily
> ---------------------------------------------------------------------------------
>
> Key: WICKET-2432
> URL: https://issues.apache.org/jira/browse/WICKET-2432
> Project: Wicket
> Issue Type: Bug
> Components: site
> Affects Versions: 1.4.1
> Environment: Firefox 3.5.2
> Reporter: Major Peter
> Attachments: quickstart.zip
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> When I set the MultiPart to true, then when I try to send the Form via a
> Button, I'm getting always an 302 - Moved Temporarily, that's why my code
> can't process the Forms datas.
> For more details, see:
> http://osdir.com/ml/users-wicket.apache.org/2009-08/msg00836.html
> Downgrading from 14.1 to 1.4.0 solves the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.