Re: Grid pagination ajax loading gif

2011-04-09 Thread Taha Hafeez
Hi, Here is a related question which I think can be used in your case http://tapestry.1045711.n5.nabble.com/T5-2-Zone-loading-progress-icon-td3207615.html regards Taha 2011/4/10 Sérgio Esteves > Hi all, > >

Grid pagination ajax loading gif

2011-04-09 Thread Sérgio Esteves
Hi all, I have a grid component with pagination in place. When I navigate through pages it takes awhile, so I was trying to give some feedback to the user by displaying an ajax loading gif. Albeit, I have no idea on how to do that, so I would appreciate if anyone could give me some pointers.

Re: T5: BeanEditForm, BeanEditor and

2011-04-09 Thread Taha Hafeez
May be I am wrong but when I needed fields without labels in BeanEditor, this is what I did I extended PropertyEditBlocks as public class PropertyEditBlocksWithoutLabel extends PropertyEditBlocks { } and the provided my own template http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>

Re: T5: BeanEditForm, BeanEditor and

2011-04-09 Thread Howard Lewis Ship
Sheduling questions are hard ... it's simply a matter of prioritizing the work and finding a way to do it, and maintain my income stream. Same goes for the other devs, I'm sure. On Sat, Apr 9, 2011 at 8:27 AM, Adam Zimowski wrote: > Should I then keep my pages backed by BeanEditor and BeanEditFor

Re: T5: BeanEditForm, BeanEditor and

2011-04-09 Thread Howard Lewis Ship
What Adam was getting at is not direclty overridable via block parameters; in the BeanEditor and BeanEditForm, the block parameters allow you to override the editors for specific properties, but not the surrounding content, including the Errors component (in BeanEditForm). On Sat, Apr 9, 2011 at 8

Re: T5: BeanEditForm, BeanEditor and

2011-04-09 Thread Taha Hafeez
Hi You can provide you own contributions to BeanBlockSource and override the default ones till new release. All you have to do is override the class and use you own template. Checkout http://tapestry.apache.org/beaneditform-guide.html regards t

Re: T5: BeanEditForm, BeanEditor and

2011-04-09 Thread Adam Zimowski
Should I then keep my pages backed by BeanEditor and BeanEditForm and wait for 5.3/5.4 or is this something not on the 2011 horizon? Adam On Fri, Apr 8, 2011 at 7:28 PM, Howard Lewis Ship wrote: > As we move away from the error bubbles, I think you'll see that errors > will naturally attach to t

Re: Setting contenttype of T5 form

2011-04-09 Thread Taha Hafeez
If you can use an ajax file uploader then you can modify this to meet your needs http://tapestry.1045711.n5.nabble.com/Tapestry-FileUploader-Integration-td4268987.html regards Taha -- View this message in context: http://tapestry.1045711.n5.nabble.com/Setting-contenttype-of-T5-form-tp4270175p4

Re: URL mapping

2011-04-09 Thread Taha Hafeez
Did you take a look at http://blog.tapestry5.de/index.php/2010/09/06/new-url-rewriting-api/ regards Taha On Sat, Apr 9, 2011 at 2:52 PM, Tsun Bon Yu wrote: > Dear Tapestry users, > I am trying to use Tapestry 5.2 to create

Re: How to inject string to javascript in template

2011-04-09 Thread Thiago H. de Paula Figueiredo
On Fri, 08 Apr 2011 19:40:10 -0300, Anton Mezerny wrote: Hi, Hi! I need to implement component based on javascript library. To make this component reusable I have to inject some string values inside the

URL mapping

2011-04-09 Thread Tsun Bon Yu
Dear Tapestry users, I am trying to use Tapestry 5.2 to create a simple project. My question is how do I achieve the URL mapping(customize URL) same as Spring MVG like myPageController Thanks David