Hi,
Have a problem and I'll probably explain this wrong, but here goes. I invoke a CFC:
<cfinvoke
component="cfc.price.PriceGateway"
method="getById"
id="1"
returnvariable="priceResults">
</cfinvoke>
that returns the following (from a cfdump):
Price Results - component cfc.price.PriceBean | |||||||
---|---|---|---|---|---|---|---|
PROPERTIES |
| ||||||
METHODS |
How would I grab the values of the PROPERTIES and display them on a page? For example, just the price, or just the priceid? I can't find an example and I've searched without results.
Thanks.