Do I need anything else to make the form submit via AJAX?
This submits to a new page
with this URL
    /pslclient/aj-mercer?&view=displayBodyPortfolioValuation&ajaxmode=true

<cfimport taglib="/farcry/core/tags/formtools/" prefix="ft" />
>
> <cfset ajaxURL = APPLICATION.fAPI.getLink(typename='pslClient',
> objectID=SESSION.dmProfile.objectID,
> view='displayBodyPortfolioValuation')/>
>
> <ft:form name="updatePricing" bAjaxSubmission="true" action="#ajaxURL#">
>     <ft:farcrybuttonpanel>
>     <ft:button type="submit" value="update prices"   />
>     </ft:farcrybuttonpanel>
> </ft:form>
>

This code is within webskin called via

> <skin:view typename="pslClient"  template="displayBodyPortfolioValuation"
> bAjax="true" />
>
-- 
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to