Re: T5: How to custome the GridPager ?

2012-08-13 Thread Bob.Sky
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://

Re: Modalbox Integration Example

2012-07-19 Thread Bob.Sky
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

Re: Modalbox Integration Example

2012-07-19 Thread Bob.Sky
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