DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29951>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29951 [portal] CopletTransformer does not handle forms with method="get" ------- Additional Comments From [EMAIL PROTECTED] 2004-10-11 10:07 ------- The cocoon-portal-event value gets lost upon form submission if it is not encoded as hidden field, because the browser ignores the parameter part of an url at form submission time for x-www-form-urlencoded form submissions. <form target="foo?cocoon-portal-event=9> <input type="text" name="bla" value="test"/> ... </form> will be submitted as foo?bla=test and not as foo?cocoon-portal-event=9&bla=test unless there is a <input type="hidden" name="cocoon-portal-event" value="9"> field in the form.
