Bruce Christensen wrote:
Just add  "?hdfdump" onto the URL. Since you're trying to see the

Nice trick!

output of a form submission, you'll have to get the form to submit
with that parameter. You could copy the form's HTML to a file on your
local system, add the ?hdfump as a hidden form element, and then
submit that.

Not quite sure how to do this. When I tried to view the HTML on my local machine the submit buttons didn't do anything. Not quite sure what a hidden form element is either. Do you mean a hidden input field in the form?

I suspect that there isn't actually anything already in the HDF that tells the template that it is a preview. So something would have to be added in the web_ui.py code. Can anyone who knows confirm this before I give it a crack?

Thanks,
Felix
_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to