-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have the same problem.

Googling, the only thing I came up with was this:

http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-rc3-Page-must-be-specified-before-initializing-for-partial-page-render-td4966505.html

It mentions creating an "AjaxLink" component, and that "asking
Tapestry to generate the links is simple". Since I am fairly new to
Tapestry, a pointer to this would be much appreciated.

Thanks

- - Arno



Am 30.04.2012 22:52, schrieb Norman Franke:
> I'm trying to make a lookup dialog that lets users lookup accounts
> by name. It obviously has a form where the user can enter a partial
> name. The form has a t:zone and the onSuccess handler either tries
> to return the zone or use AjaxResponseRenderer to return the
> content of the zone. which has the list of matching accounts.
> 
> My component via javascript automatically clicks a hidden submit
> button to submit the form. The form, zone and list are all in the
> component. It works fine when in a page, but when this is run as a
> component I get this error:
> 
> Page must be specified before initializing for partial page
> render. Not very helpful. It appears that the form is not being
> submitted via AJAX (request.isXHR is false.) Can one submit a form
> inside a component via AJAX that updates a zone inside that
> component? I can't put the zone outside the component and update
> the entire thing, since it messes up the value of the text field. 
> This is using Tapestry 5.3.3.
> 
> Norman Franke Answering Service for Directors, Inc. www.myasd.com
> 
> 
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+fZ2QACgkQbmZsMyUPuXTD5QCg1CJex9Gf/QHVnWtDInSiOFS4
hfIAoIjCK1WL+7NewWDnUS+MCZlWKIc4
=1FBG
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to