Thanks, That is a great idea. Much simpler than implementing the token
idea but would achieve a good result in my case.
On 13/08/2010 5:38 PM, Andreas Andreou-4 [via Tapestry] wrote:
> dojo used to have queueBind - that would trigger an ajax request only
> after
> the previous one had returne
dojo used to have queueBind - that would trigger an ajax request only after
the previous one had returned... the implementation is just a few lines, see
http://bugs.dojotoolkit.org/browser/trunk/src/io/common.js?rev=7811
around line 340
On Fri, Aug 13, 2010 at 08:44, Kartweel wrote:
>
>
> Josh Ca
Josh Canfield wrote:
>
> If Autocomplete isn't want you want then you could implement a
> timeout so you only send the data when the user pauses. You can look
> inside the scriptaculous code for an example.
>
Thanks. I actually have implemented a timeout so it only submits when the
user pauses
Sounds like Tapestry's Autocomplete mixin; based on the autocomplete
control from scriptaculous.
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/mixins/Autocomplete.html
If I know what I'm going to type into your input box then I'm probably
going to be done typi
Hi,
I wasn't the one with the problem, and I'm not sure that Levi ever
said what was specifically wrong.
Post the specifics of your problem in a separate thread and I'm sure
someone will be able to help.
Josh
On Thu, Oct 22, 2009 at 6:23 AM, superslip103 wrote:
>
> Hi Josh
> What was your encod
Hi Josh
What was your encoding issue? I'm having the same issue here with a
SelectBox Encoder.
Ro
xfile80303 wrote:
>
>
> Thanks Josh!
>
> You helped me identify that it was an encoder issue on my end.
>
> I appreciate your help. :)
>
> Cheers,
>
> Levi
>
>
> Josh Canfield wrote:
>>
>
Thanks Josh!
You helped me identify that it was an encoder issue on my end.
I appreciate your help. :)
Cheers,
Levi
Josh Canfield wrote:
>
> The only change I made was making isValid into a property and a
> checkbox in the form so I could switch between behaviors.
>
> Here is the complete
The only change I made was making isValid into a property and a
checkbox in the form so I could switch between behaviors.
Here is the complete code that works for me.
public class Index {
@Component
private Zone nothingSelectedZone;
@Component
private Form _parts;
@Property
Hi Josh,
Thanks for looking.
I'm afraid the stack trace I provided is a red herring and does not have any
bearing on the situation. It comes from the fact that my encoder was
getting purged from the session due to it being set as FLASH only. And this
exception actually only happens after I cha
Your example code works fine and the exception you provide makes it
look like you're in a loop?
> Caused by: java.lang.NullPointerException
>at
> org.apache.tapestry5.corelib.components.Loop.restoreStateFromStoredClientValue(Loop.java:457)
That line from the code:
// We assume tha
Okay, I have some more information...
When I click on the submit button, after the validation error, I see this in
the log:
ERROR [http-8080-5: RequestExceptionHandler]: Processing of request failed
with uncaught exception:
org.apache.tapestry5.runtime.ComponentEventException
org.apache.tapestry
look at the form component's zone parameter.
Uli
Am 16.08.2009 07:08 schrieb sohu:
Tapestry use actionlink or eventlink with t:zone to update div. But some values need to be input by users, such as when user login, these value can not be get from actionlink context before submit. Is it right?
12 matches
Mail list logo