Re: Need help upgrading JumpStart examples to Tapestry 5.2

2010-12-24 Thread ael
Yes that's a good idea so that everyone can add there own example per components. It can greatly help the documentation part of tapestry :). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Need-help-upgrading-JumpStart-examples-to-Tapestry-5-2-tp3313299p3318182.html Sent f

Ajax select component

2010-12-24 Thread Sergey Polovko
Hello, I have some problem when using Select component. In my application I need to use the Select component with AJAX event handler which handles onchange event. In version 5.1.0.5, which I used previously this code worked perfectly: @Component (parameters = {"model=addressesSelectModel", "value=

Re: translators in 5.2, and re-use as formatters

2010-12-24 Thread Benny Law
Hi Paul, I share your view on this topic. Some time ago, I was struggling a bit with trying to control the precise formatting of numeric fields, and I eventually had to create a new translator with a new binding. The toClient() method of the translator takes care of the required formatting specifi

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2010-12-24 Thread Pablo Borges
wow! would be great for anyone who is starting 2010/12/23 Christian Riedel > No, I thought it would be easier to merge changes back to your code repo if > people could generate patches. On github people could send you a pull > request with their changes. Well, no problem if you don't like that

Re: KaptchaImage TapX

2010-12-24 Thread raulmt
Don't worry, Howard. I'm very thankful to you and the other commiters for what you are doing with Tapestry. And that's why I try to not only report you the problem but to also give a hand posting a solution or at least a clue of what is happening when I can't handle it ;) -- View this message in

Re: plupload with Tapestry

2010-12-24 Thread raulmt
Thanks to both of you. Josh, adding the JSON result processor to the traditional requests I suppose it is harmless. But, the result processor for the blocks I think it is the RenderCommandComponentEventResultProcessor, and it does many things with Partial Markup Renders/Filters, etc, and it even u

RE: Grid with Scroll synchronization + Customization

2010-12-24 Thread Jim O'Callaghan
Can you wrap the grid in a div with fixed height / width and set its overflow css property to "both"? Specify a pager for both the top and bottom of the grid and use some custom css to make their positions absolute? I'm not sure there is a need to be altering the GridDataSource for this requiremen

Grid with Scroll synchronization + Customization

2010-12-24 Thread Duruk_Kab
Hi, I have below requirements for Tapestry grid, I am using Tapestry 5.1.0.5: - Reduce the grid size (Say to display in half of the page) with 50 records per page -> I can handle showing records per page but to reduce the grid size, I could not get any example. - I have around 50 columns to d