You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by 許議中 <jo...@erp.tw> on 2007/02/14 20:19:21 UTC

ajax in portal

Hi!

I put the cfrom into portal, it works now, but ajax does not work in portal!

I change the template
from:
<ft:form-template action="#{$cocoon/continuation/id}.continue" method="POST" ajax="true">

to:
<ft:form-template action="#{$cocoon/continuation/id}.continue" method="POST" ajax-action="#{$cocoon/continuation/id}.continue">

ajax do not work!

to:
<ft:form-template action="#{$cocoon/continuation/id}.continue" method="POST" ajax="true" ajax-action="#{$cocoon/continuation/id}.continue">

the add contact button will got nothing return(cocoon samle Dynamic repeater template) the same with only use ajax="true"

how to do?

johnson

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org