Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
The idea is the @DontBind would be a superset of @DontValidate, that would cause Stripes to basically skip the whole binding and validation phase. Mostly useful for cancel events, but could also have other uses?
see also this post on the mailling list: http://article.gmane.org/gmane.comp.java.stripes.user/1942
excerpt of text follows:
As promised, version 0.1 of Stripes Extras is now available. You can download it here: http://www.bengunter.com/stripex
All the documentation is in that zip file under doc. There's a guide that explains how to use the access controls. No doubt this document can be improved upon, but it should be good enough to get you going. There's also plenty of info in the Javadocs, which are also included. The source code is in src and the binary build is at build/stripes-extras-0.1.jar.
This code works for me as it is now. If you encounter any problems, let me know. I don't have a bug-tracker. I'll have to gauge interest to determine if that would be a worthwhile effort.
Hope this helps somebody out. As the plural name implies, this is intended to provide multiple enhancements, but right now all it provides is property binding access control.