Hi, I am new to Stripes but have been very intrigued for quite some time. The other java web frameworks have always left a bad taste with me (overly complex, difficult to troubleshoot etc). When the Stripes book from pragprog came out I snapped up a copy.
So far I am pleased with the book and am taking my time absorbing it and following along with the examples (with slight customizations for my own better understanding). However I've run into an issue with the first contact form example and I am not sure if its something I did wrong when customizing the example or if there is a typo. On pg 55 there is a hidden form field and its name is set to contact.id. However, the checks within the ActionBean are for contactId, so when an update is submitted that contact is not found and thus not updated. Should the example hidden tag use a name of contactId rather than contact.id ? Btw: The example is also in the freely available forms pdf here: http://media.pragprog.com/titles/fdstr/forms.pdf on page 8. Thanks, Darryl
------------------------------------------------------------------------------
_______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
