Re: Where do I put post query code in ERD2WQueryPage

2012-02-07 Thread David Holt
Hi James, You do it in the query source delegate. You get your original query and then add whatever magic you need to do in the delegate. public class WorkingGroupProjectsQueryDataSourceDelegate implements ERDQueryDataSourceDelegateInterface { public EODataSource queryDataSource(ERD2WQueryPa

Where do I put post query code in ERD2WQueryPage

2012-02-07 Thread James Cicenia
Ok - As i replaced my custom QueryPage with one out of the wonder box I am a bit confused as usual. I understand queryDataSourceDelegate. I needed that for manipulating the qualifiers... ok, so far so good. In my Query I have a custom component that lists ERTags they can search on. However, t