> 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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
