2009-12-22 Marek Habersack * HtmlForm.cs: RenderChildren is slightly more efficient now. 2009-11-13 Marek Habersack * HtmlForm.cs: reverted part of the previous patch - action is not set to the result of calling ResolveClientUrl(action) anymore. Fixes bug #554324 2009-10-30 Marek Habersack * HtmlForm.cs: action is built using Request.ClientFilePath (instead of Request.FilePath) and ResolveClientUrl, so that it's correct even if url rewriting is being used. 2009-09-30 Gonzalo Paniagua Javier * HtmlSelectBuilder.cs: