http://helma.org/bugs/show_bug.cgi?id=650------- Comment #1 from
hannes@... 2008-11-19 22:17 -------
Works for me. I'm using the following action:
function test_action() {
res.write("1) Method: " + req.method + "<br>");
res.write("2) P-Rem: " + req.data.http_post_reminder + "<br>");
res.write("3) G-Rem: " + req.data.http_get_reminder + "<br>");
res.write("4) Params: " + req.params + "<br>");
res.write("5) Data: " + req.data + "<br>");
res.write("6) My data: " + req.data.mydata + "<br>");
res.write(
'<form method="post" action="
http://localhost:8080/test">\
<input type="hidden" name="mydata" value="ABC">\
<input type="submit">\
</form>');
}
Can you please confirm you can reproduce the bug with this code in the root
prototype directory?
--
Configure bugmail:
http://helma.org/bugs/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Helma-dev mailing list
Helma-dev@...
http://helma.org/mailman/listinfo/helma-dev