Hello, I just added a new interesting feature to dbforms: An form based interceptor during the forms generating. It's called just before the tabel beforeSelect interceptor and can be used to preset form filter values by code. Example is in the howto section of the bookstore example, see howto/howtoUsePresetFilters.jsp and HowtoUsePresetFiltersInterceptor.java.
Oh, by the way, i refactored the package a little bit. No new interfaces. Just new names for some of the classes and and a new package for the interceptors. In detail: - All abstract classes are named Abstractxxxx now. - All interfaces are moved to the package interfaces. - DataStructures which are needed in interfaces are moved to the interface package too. - All interfaces are named Ixxxx now. - All tag classes are named xxxxTag now. - class name of KeyValuePair changed to StaticData. I think this was neccessary for a better understanding of the source. Hope that you have not to much work with the new changes. Upload of the new weekly build is in progress!!!! Best regards, Henner ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
