[Webwork-devel] Removal of AFS
Brought to you by:
baldree,
rickardoberg
|
From: Mike Cannon-B. <mi...@at...> - 2001-11-21 02:01:39
|
I just upgraded an application to the latest webwork jar and of course it broke - ApplicationFormSupport is gone! I don't have a huge problem with this, here's how I solved it (is this the correct way now?) All my 'form actions' now implement CommandDriven, and to get the input form up (without validating and generating errors on data that hasn't been submitted yet) I link to FormAction!default.action rather than FormAction.action ? If this is true - it should be doc'ed for people upgrading from previous versions! -mike |