Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samuelcardoso opened this issue Jul 2, 2015 · 0 comments

Comments

@samuelcardoso
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant