Brian Kotek wrote:
> I'm aware of this "rule", it just doesn't make any sense to me. In fact, if
> adhered to it would add a good bit of complexity to otherwise simple apps.

I don't believe it adds complexity for the developer. Have you ever seen 
that popup that says: "The page you are trying to view contains 
POSTDATA. If you resend the data, any action the form carried out (such 
as a search or online purchase) will be repeated. To resend the data, 
click OK. Otherwise, click Cancel."

Have you ever tried coding something like that throughout your entire 
application? How much complexity did that add compared to just using the 
proper HTTP method and let the browser take care of warning the user? 
Not to mention the usability gains in using GET where appropriate and 
*not* confronting the user with this popup on pages that don't make changes.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291106
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to