I've been looking over the Apache::Request docs, and am just wondering. It talks about the param calls being sticky like cgi, but I can't find anything about using this in forms similar to what you would do in CGI.pm. ie just $q->hidden('name') would print the hidden tag with the name name and any value that was submitted or set previously. Is there similar functionallity to this in Apache::Request(already or planned?)? Scott