Question
modification of Server Behaviours
First I will start with the problem.
I frequently have to modify the Generated code or Server Behaviour to perform some function that the supplied behaviour doesn't support like modification of SQL . So to improve efficiency I try to update behaviours so DW8 will respect it so later I can still use the DW wizards and dialogs to modify code.
Is there a standard way I can change code without DW8 losing my server behaviours?
Second part is a suggestion to Developers:
Can they write the Server Behaviours in such a way they leave "hook points" for use modification eg exit points so it can call user code but leave std behaviour intact?
Why doesnt DW use more "included" functions rather than bloating our pages with the same code
eg cant they have a more robust function library which is "included" which users can leverage off the Functions can then have more parameters and more options
eg the Data validation basically is way too simple for modern day websites and the SQL blocks doesnt allow much dynamic insertion of fields etc...
my $2 worth
