After further investigation, the problems I see come down to two distinct issues.
1. The JavaScript of RequiredFieldValidator doesn't work. The JavaScript is generated but never executed. That's why it does a postback when it shouldn't. 2. ASP.NET Mono doesn't work well with .htaccess URL Rewriting. If I view /folder/ or /folder/default, mono thinks the URL is /folder/default.aspx and various features will not work properly. I am trying to setup a URL Rewriting engine that is integrated into ASP.NET: http://managedfusion.com/products/url-rewriter/ However, I'm seeing problems under Windows and haven't been able to get it running at all under Ubuntu/Mono yet. If I turn OFF URL Rewriting in .htaccess, clicking a button in /coaching/copy/ handles the postback and then displays page /coaching/copy/default.aspx. I don't know if a good URL Rewriting module will be able to solve this. -- View this message in context: http://mono.1490590.n4.nabble.com/Postback-not-working-properly-on-Ubuntu-tp3929778p3931471.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
