[Catalyst] Similar attribute appears twice despite a single POST
(submit) request.
kakimoto at tpg.com.au
kakimoto at tpg.com.au
Wed Apr 29 12:11:47 GMT 2009
> This is just a stab in the dark, but I guess your form tag is missing
> an
> action attribute and thus resends to the same URI, thus keeping the
> id
> query parameter. This is according to specification: nothing in HTTP
> disallows using GET-Parameters in POST requests IIRC.
>
> Cheers,
> Sebastian
Yes, I made sure that the action of the form is now pointing to
'/subscriptions/edit'
and it works beautifully. Problem solved.
Thank you, Sebastian.
K. akimoto
More information about the Catalyst
mailing list