CruxFramework / crux-widgets

6 stars 4 forks source link

Crux have to alert me when I use an invalid Pager that is not compatible with my Datasource #687

Open samuelcardoso opened 9 years ago

samuelcardoso commented 9 years ago

For instance, if I declare a code like this:

<crux:grid id="testGrid" ... dataSource="testDS"/> <crux:randomPager ... pageable="testGrid"/> and public class ProcessamentoDS extends RemoteStreamingDataSource<...>

Crux will not alert me that the randomPager will not work with the RemoteStreamingDataSource. It should at least give me a info that this is wrong or a compilation problem.