X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAdvancedCRUD.pod;h=dc3766320847637efbb088f181193957d60b41eb;hp=0817978092f825d43c6b01cfdecf2c49212954a1;hb=2d0526d162eaee76807a5f7534820429c0395a03;hpb=d712b8268991d1d97723bda87975411c4f74263d diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index 0817978..dc37663 100644 --- a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod @@ -69,12 +69,22 @@ real-world applications generally require more control. Other options include L and L. -Here, we will make use of the L to not only -ease form creation, but to also provide validation of the submitted -data. The approached used by this part of the tutorial is to slowly -incorporate additional L functionality in a -step-wise fashion (we start with fairly simple form creation and then -move on to more complex and "magical" features such as validation and +Note that HTML::Widget is no longer maintained. +L was developed as a replacement. There is +an example HTML::FormFu application at +L. +Another popular alternative for HTML FormFu is +L +which is used in the L. + +Here, we will make use of the +L to not only ease form creation, but to +also provide validation of the submitted data. The approached used by +this part of the tutorial is to slowly incorporate additional +L functionality in a step-wise fashion (we +start with fairly simple form creation and then move on to more +complex and "magical" features such as validation and auto-population/auto-saving). B Part 8 of the tutorial is optional. Users who do not wish to