Re: [Webware-discuss] integrated HTML validation

2002-09-04 Thread Frank Barknecht
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.

RE: [Webware-discuss] integrated HTML validation

2002-09-04 Thread Geoffrey Talvola
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

[Webware-discuss] integrated HTML validation

2002-09-04 Thread Jason Hildebrand
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