I couldn't get it to work either, so here's my workaround:
<div class="fieldSection string">
<label class="fieldsectionlabel" for=""></label>
<div class="fieldAlign">
<button type="button" name="cancel_request" value="Cancel"
onclick="window.location='#application.url.conjurer#?objectID=#application.navID.details#&patientid=#session.apt.patientid#'">Cancel</button>
</cfoutput>
<ft:farcrybutton value="Save" class="button" bInPanel="0"/>
<cfoutput>
</div>
</div>
<br class="clearer"/>
So, what you have is a button that you make by hand with a button that
FarCry generates sitting next to it. The DIVs match what is
automagically generated. I had to be sure that my ft:object had the
IncludeFieldSet="false" property set.
Matthew Williams
Geodesic GraFX
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---