Re: ProgressiveDisplay

2018-01-31 Thread Michał Więckowski
Hi Thiago, Finally I change the whole idea, but this is a very good advice for the future. So many thanks to you :) 2018-01-25 12:22 GMT+01:00 Thiago H. de Paula Figueiredo : > Is you form inside ProgressiveDisplay or the other way around? If not, then > the error is expected, since part of the

Re: ProgressiveDisplay

2018-01-25 Thread Thiago H. de Paula Figueiredo
Is you form inside ProgressiveDisplay or the other way around? If not, then the error is expected, since part of the form would be loaded in a request and the rest in another. The solution for your problem is creating a component which is basically the Select component but loading the options thro

Re: ProgressiveDisplay UnknownValueException

2013-01-24 Thread George Christman
Very strange, firebug returns no js errors. I guess I could remove all non tap js and give it a whirl and see if that resolves the issue. I wish I knew what the root cause of the issue was. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ProgressiveDisplay-UnknownValueEx

Re: ProgressiveDisplay UnknownValueException

2013-01-23 Thread Bryan Lewis
I've seen this error message when there was a JavaScript error elsewhere in my page. On Wednesday, January 23, 2013, George Christman wrote: > My bad, I pasted my test component exception with a different event > handler. > Anyhow, same exception with correct event handler. > > ioc.Registry A com

Re: ProgressiveDisplay UnknownValueException

2013-01-23 Thread George Christman
My bad, I pasted my test component exception with a different event handler. Anyhow, same exception with correct event handler. ioc.Registry A component event handler method returned the value Block[Body of PurchaseRequest:showone, at classpath:org/mydomain/eprs/pages/PurchaseRequest.tml, line 18

Re: ProgressiveDisplay in a custom component?

2011-06-24 Thread Massimo Lusetti
On Thu, Jun 23, 2011 at 2:20 PM, Thiago H. de Paula Figueiredo wrote: > ProgressiveDisplays should handle the events and trigger them again. I guess > you can find some examples in the mailing list or in JumpStart. Nice memory Thiago... ;-) Cheers -- Massimo http://meridio.blogspot.com --

Re: ProgressiveDisplay in a custom component?

2011-06-23 Thread antalk
Thanks ! Hadn't thought of that, works beautiful ! antal -- View this message in context: http://tapestry.1045711.n5.nabble.com/ProgressiveDisplay-in-a-custom-component-tp4517111p4517313.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: ProgressiveDisplay in a custom component?

2011-06-23 Thread Thiago H. de Paula Figueiredo
On Thu, 23 Jun 2011 08:17:17 -0300, antalk wrote: Hi all, Hi! I have a component which in itself contains a 'ProgressiveDisplay' component, however it does not catch the 'PROGRESSIVE_DISPLAY' event in there but i want to handle this in the page that contains my custom component. Is this pos

Re: ProgressiveDisplay component - context retrieval

2009-11-17 Thread Andy Pahne
Thiago H. de Paula Figueiredo schrieb: Em Tue, 17 Nov 2009 11:32:40 -0200, Andy Pahne escreveu: Now I want to know: how can I access the ProgressiveDisplay's context inside my custom RetrieveAvailabilityAndPrice component. I don't know how to do that. Create a parameter in RetrieveAvailabi

Re: ProgressiveDisplay component - context retrieval

2009-11-17 Thread Thiago H. de Paula Figueiredo
Em Tue, 17 Nov 2009 11:32:40 -0200, Andy Pahne escreveu: Now I want to know: how can I access the ProgressiveDisplay's context inside my custom RetrieveAvailabilityAndPrice component. I don't know how to do that. Create a parameter in RetrieveAvailabilityAndPrice to do that. -- Thiago H