in reply to Re: Re: Separation of Presentation and Application/Business Logic
in thread the trend of the presentation layer driving application logic
I do recognise that javascript and html validation usually creeps into templates and thus puts logic and code into them.
You can usually use file includes to extract most of the javascript out though and generate form fields server side using CGI.pm.
I know maxsize annoys me if it truncates my form input so yep you should usually tell the user on client side with javascript.
|
|---|