Ajax support
Status: Beta
Brought to you by:
perseios
Hello:
I'm trying to use your component inside tapestry-tacos
app but:
a) If I use tacos:AjaxDirectLink as content renderer
then menu items dissapear
b) If I use tacos:AjaxLinkSubmit/AjaxSubmit as content
renderer then, when I clicked an item a stale link page
appears, because expect 0 forms, but AjaxLinkSubmit and
AjaxSubmit must be into a form
All of this was tested on Tacos4-beta-1. The content
renderer only support "traditional" tapestry
components?. Have you planned extend your component to
be Ajax-enabled?
Thanks
Logged In: YES
user_id=1415677
When 'exotic' item-renderers are used, that don't work as
expected, try out setting the parameter
'extendLinkOverWholeItemArea' to false.
This might help.
If you have problems with forms, don't put the form around
the whole menu but inside an item. See the 'forms' sample.
If the problems remains, please tell me. Of course, I would
like to enable the tacos-submits if possible, since many
people are actually using that library.