Jason Hildebrand hat gesagt: // Jason Hildebrand wrote:
> 1. Doing "View source" from the browser doesn't work if your page was
> produced in response to a POST, since your browser may not re-POST the
> form variables (mozilla doesn't, at least).
Mozilla does it now, since around 0.9.7 I think.
Jason Hildebrand wrote:
>
> Hi all,
>
> Here's a nice way to debug the HTML produced by your servlets or PSPs.
Can you add this to the Wiki? This is great information.
- Geoff
---
This sf.net email is sponsored by: OSDN - Tired of that
Hi all,
Here's a nice way to debug the HTML produced by your servlets or PSPs.
Problem:
1. Doing "View source" from the browser doesn't work if your page was
produced in response to a POST, since your browser may not re-POST the
form variables (mozilla doesn't, at least).
2. Debuggin