Thank you antalk ,the problem has been done.
I use this annotation
"@Component(parameters = { "source=dataSource",
"rowsPerPage=rowsPerPage", "currentPage=currentPage" })
private GridPager eloqPager;" to connect the my override pager to the
grid.
--
View this message in context:
http://
Yes, use the disabled parameter can make effect when the page first loaded,
but when the page has been generated , I can find this code" # " in the
source view.I do not know how can I capture the disable event in the current
page. Thank you.
--
View this message in context:
http://tapestry.104571
Hi, taha.
Thank you for your code, I use it in my project, but I meet a problem now.
I use this code to popup the modal box"
"
Now I want to add the validation for the button, if I have not select a line
of the grid, I hope this button is disabled,that is to say ModalBox can not
be poped up.
I