On Wed, 2009-04-29 at 21:22 +1000, [email protected] wrote: > Hi, everyone, > > I have come across something interesting.
> 5) The web form contains the following: > > a) 'name' = Text box for subscription alias > b) 'nominated_agent_code' = Text box for nominated agent code > c) 'id' = Hidden value which has the id of the current subscription > in question 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 _______________________________________________ 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/
